| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1148 return isOverwrite(UseInst, DefInst, *CC, DefLoc, DepWriteOffset, in isCompleteOverwrite() 1257 bool isReadClobber(const MemoryLocation &DefLoc, Instruction *UseInst) { in isReadClobber() 1277 return isRefSet(BatchAA.getModRefInfo(UseInst, DefLoc)); in isReadClobber() 1340 const MemoryLocation &DefLoc, const Value *DefUO, in getDomMemoryDef() 1417 if (any_of(Current->uses(), [this, &DefLoc, StartAccess](Use &U) { in getDomMemoryDef() 1420 isReadClobber(DefLoc, UseOrDef->getMemoryInst()); in getDomMemoryDef() 1454 auto OR = isOverwrite(KillingI, CurrentI, DefLoc, *CurrentLoc, in getDomMemoryDef() 1780 auto DefLoc = getLocForWriteEx(DefI); in eliminateDeadWritesAtEndOfFunction() local 1781 if (!DefLoc) in eliminateDeadWritesAtEndOfFunction() 1789 const Value *UO = getUnderlyingObject(DefLoc->Ptr); in eliminateDeadWritesAtEndOfFunction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenTarget.cpp | 662 ArrayRef<SMLoc> DefLoc = R->getLoc(); in CodeGenIntrinsic() local 681 PrintFatalError(DefLoc, in CodeGenIntrinsic() 704 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic() 714 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic() 764 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic() 783 PrintFatalError(DefLoc, in CodeGenIntrinsic() 799 PrintFatalError(DefLoc, "Intrinsic '" + DefName + in CodeGenIntrinsic()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRCanonicalizerPass.cpp | 222 const unsigned DefLoc = getInstrIdx(*Def); in rescheduleCanonically() local 224 const unsigned Delta = (UseLoc - DefLoc); in rescheduleCanonically() 228 if (DefLoc >= UseLoc) in rescheduleCanonically()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroInfo.cpp | 31 MacroInfo::MacroInfo(SourceLocation DefLoc) in MacroInfo() argument 32 : Location(DefLoc), IsDefinitionLengthCached(false), IsFunctionLike(false), in MacroInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 496 const PresumedLoc DefLoc = in getTemplightEntry() local 498 if(!DefLoc.isInvalid()) in getTemplightEntry() 499 Entry.DefinitionLocation = std::string(DefLoc.getFilename()) + ":" + in getTemplightEntry() 500 std::to_string(DefLoc.getLine()) + ":" + in getTemplightEntry() 501 std::to_string(DefLoc.getColumn()); in getTemplightEntry()
|
| H A D | VerifyDiagnosticConsumer.cpp | 332 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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | AliasAnalysis.cpp | 211 const MemoryLocation DefLoc = MemoryLocation::get(I); in getModRefInfo() local 212 ModRefInfo MR = getModRefInfo(Call2, DefLoc, AAQI); in getModRefInfo()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 118 MacroInfo(SourceLocation DefLoc);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 3018 SMLoc DefLoc = Lex.getLoc(); in ParseDef() local 3029 CurRec = std::make_unique<Record>(Records.getNewAnonymousName(), DefLoc, Records, in ParseDef() 3032 CurRec = std::make_unique<Record>(Name, DefLoc, Records); in ParseDef()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 1523 Loc DefLoc(DomB, It); in calculatePlacement() local 1524 Defs.emplace_back(DefLoc, Refs); in calculatePlacement()
|