| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | DeadStoreElimination.cpp | 1107 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 D | CodeGenTarget.cpp | 647 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 474 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 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()
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
| H A D | MacroInfo.h | 118 MacroInfo(SourceLocation DefLoc);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
| H A D | TGParser.cpp | 3021 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 D | HexagonConstExtenders.cpp | 1523 Loc DefLoc(DomB, It); in calculatePlacement() local 1524 Defs.emplace_back(DefLoc, Refs); in calculatePlacement()
|