HomeSort by: relevance | last modified time | path
    Searched refs:DefLoc (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRCanonicalizerPass.cpp 222 const unsigned DefLoc = getInstrIdx(*Def);
224 const unsigned Delta = (UseLoc - DefLoc);
228 if (DefLoc >= UseLoc)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
MacroInfo.cpp 31 MacroInfo::MacroInfo(SourceLocation DefLoc)
32 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false),
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 1105 /// Returns true if \p UseInst completely overwrites \p DefLoc
1107 bool isCompleteOverwrite(const MemoryLocation &DefLoc, Instruction *DefInst,
1121 return isOverwrite(UseInst, DefInst, *CC, DefLoc, DepWriteOffset,
1229 // Returns true if \p Use may read from \p DefLoc.
1230 bool isReadClobber(const MemoryLocation &DefLoc, Instruction *UseInst) {
1247 // by using AA.callCapturesBefore(UseInst, DefLoc, &DT), but that showed to
1250 return isRefSet(BatchAA.getModRefInfo(UseInst, DefLoc));
1283 // Find a MemoryDef writing to \p DefLoc and dominating \p StartAccess, with
1285 // if \p DefLoc is not accessible after the function returns. If there is no
1287 // overwrite \p DefLoc. Currently we bail out when we encounter an aliasin
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.cpp 647 ArrayRef<SMLoc> DefLoc = R->getLoc();
666 PrintFatalError(DefLoc,
689 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
699 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
749 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
768 PrintFatalError(DefLoc,
784 PrintFatalError(DefLoc, "Intrinsic '" + DefName +
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
FrontendActions.cpp 474 const PresumedLoc DefLoc =
476 if(!DefLoc.isInvalid())
477 Entry.DefinitionLocation = std::string(DefLoc.getFilename()) + ":" +
478 std::to_string(DefLoc.getLine()) + ":" +
479 std::to_string(DefLoc.getColumn());
VerifyDiagnosticConsumer.cpp 332 SourceLocation DefLoc;
375 return attachDirective(Diags, UD, M.DefLoc);
388 Diags.Report(M.DefLoc, diag::note_verify_ambiguous_marker) << Name;
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
MacroInfo.h 118 MacroInfo(SourceLocation DefLoc);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
AliasAnalysis.cpp 211 const MemoryLocation DefLoc = MemoryLocation::get(I);
212 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonConstExtenders.cpp 1523 Loc DefLoc(DomB, It);
1524 Defs.emplace_back(DefLoc, Refs);
  /src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp 3021 SMLoc DefLoc = Lex.getLoc();
3032 CurRec = std::make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records,
3035 CurRec = std::make_unique<Record>(Name, DefLoc, Records);

Completed in 44 milliseconds