Home
last modified time | relevance | path

Searched refs:DefLoc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1107 bool isCompleteOverwrite(const MemoryLocation &DefLoc, Instruction *DefInst, in isCompleteOverwrite()
1121 return isOverwrite(UseInst, DefInst, *CC, DefLoc, DepWriteOffset, in isCompleteOverwrite()
1230 bool isReadClobber(const MemoryLocation &DefLoc, Instruction *UseInst) { in isReadClobber()
1250 return isRefSet(BatchAA.getModRefInfo(UseInst, DefLoc)); in isReadClobber()
1291 const MemoryLocation &DefLoc, const Value *DefUO, in getDomMemoryDef()
1369 if (!isa<IntrinsicInst>(CurrentI) && isReadClobber(DefLoc, CurrentI)) in getDomMemoryDef()
1373 if (any_of(Current->uses(), [this, &DefLoc, StartAccess](Use &U) { in getDomMemoryDef()
1376 isReadClobber(DefLoc, UseOrDef->getMemoryInst()); in getDomMemoryDef()
1421 auto OR = isOverwrite(KillingI, CurrentI, DefLoc, *CurrentLoc, in getDomMemoryDef()
1739 auto DefLoc = getLocForWriteEx(DefI); in eliminateDeadWritesAtEndOfFunction() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp647 ArrayRef<SMLoc> DefLoc = R->getLoc(); in CodeGenIntrinsic() local
666 PrintFatalError(DefLoc, in CodeGenIntrinsic()
689 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
699 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
749 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
768 PrintFatalError(DefLoc, in CodeGenIntrinsic()
784 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRCanonicalizerPass.cpp222 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically() local
224 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically()
228 if (DefLoc >= UseLoc) in rescheduleCanonically()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DMacroInfo.cpp31 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument
32 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false), in MacroInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp474 const PresumedLoc DefLoc = in getTemplightEntry() local
476 if(!DefLoc.isInvalid()) in getTemplightEntry()
477 Entry.DefinitionLocation = std::string(DefLoc.getFilename()) + ":" + in getTemplightEntry()
478 std::to_string(DefLoc.getLine()) + ":" + in getTemplightEntry()
479 std::to_string(DefLoc.getColumn()); in getTemplightEntry()
H A DVerifyDiagnosticConsumer.cpp332 SourceLocation DefLoc; member
375 return attachDirective(Diags, UD, M.DefLoc); in addDirective()
388 Diags.Report(M.DefLoc, diag::note_verify_ambiguous_marker) << Name; in finalize()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DAliasAnalysis.cpp211 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local
212 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI); in getModRefInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DMacroInfo.h118 MacroInfo(SourceLocation DefLoc);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp3021 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local
3032 CurRec = std::make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records, in ParseDef()
3035 CurRec = std::make_unique<Record>(Name, DefLoc, Records); in ParseDef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1523 Loc DefLoc(DomB, It); in calculatePlacement() local
1524 Defs.emplace_back(DefLoc, Refs); in calculatePlacement()