/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | AliasAnalysis.cpp | 121 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 127 bool AAResults::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 178 const MemoryLocation &Loc) { in getModRefInfo() 184 const MemoryLocation &Loc, in getModRefInfo() 434 const MemoryLocation &Loc) { in getModRefInfo() 439 const MemoryLocation &Loc, in getModRefInfo() 459 const MemoryLocation &Loc) { in getModRefInfo() 464 const MemoryLocation &Loc, in getModRefInfo() 491 ModRefInfo AAResults::getModRefInfo(const FenceInst *S, const MemoryLocation &Loc) { in getModRefInfo() 497 const MemoryLocation &Loc, in getModRefInfo() [all …]
|
D | ObjCARCAliasAnalysis.cpp | 72 bool ObjCARCAAResult::pointsToConstantMemory(const MemoryLocation &Loc, in pointsToConstantMemory() 111 const MemoryLocation &Loc, in getModRefInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DiagnosticInfo.h | 373 const DiagnosticLocation &Loc) in DiagnosticInfoWithLocationBase() 400 DiagnosticLocation Loc; variable 422 DiagnosticLocation Loc; member 450 const DiagnosticLocation &Loc) in DiagnosticInfoOptimizationBase() 623 Loc), in DiagnosticInfoOptimizationBase() argument 654 const DiagnosticLocation &Loc, const Twine &Msg) in DiagnosticInfoIROptimization() 711 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemark() 752 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkMissed() 799 const Function &Fn, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis() 819 const DiagnosticLocation &Loc, const Twine &Msg) in OptimizationRemarkAnalysis() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.h | 60 LLLexer::LocTy Loc; member 110 SMLoc Loc; member 254 bool ParseUInt32(unsigned &Val, LocTy &Loc) { in ParseUInt32() 259 bool ParseUInt64(uint64_t &Val, LocTy &Loc) { in ParseUInt64() 468 bool ParseValue(Type *Ty, Value *&V, LocTy &Loc, in ParseValue() 478 bool ParseTypeAndValue(Value *&V, LocTy &Loc, PerFunctionState &PFS) { in ParseTypeAndValue() 485 LocTy Loc; in ParseTypeAndBasicBlock() local 491 LocTy Loc; member 544 LocTy Loc; member
|
D | LLParser.cpp | 1376 Value *LLParser::checkValidVariableType(LocTy Loc, const Twine &Name, Type *Ty, in checkValidVariableType() 1402 LocTy Loc, bool IsCall) { in GetGlobalVal() 1432 GlobalValue *LLParser::GetGlobalVal(unsigned ID, Type *Ty, LocTy Loc, in GetGlobalVal() 1465 Comdat *LLParser::getComdat(const std::string &Name, LocTy Loc) { in getComdat() 2155 LocTy &Loc, in ParseOptionalCommaAddrSpace() 2880 LocTy Loc, bool IsCall) { in GetVal() 2914 Value *LLParser::PerFunctionState::GetVal(unsigned ID, Type *Ty, LocTy Loc, in GetVal() 3012 LocTy Loc) { in GetBB() 3017 BasicBlock *LLParser::PerFunctionState::GetBB(unsigned ID, LocTy Loc) { in GetBB() 3026 int NameID, LocTy Loc) { in DefineBB() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | COFFAsmParser.cpp | 581 bool COFFAsmParser::ParseDirectiveLinkOnce(StringRef, SMLoc Loc) { in ParseDirectiveLinkOnce() 605 bool COFFAsmParser::ParseSEHDirectiveStartProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartProc() 620 bool COFFAsmParser::ParseSEHDirectiveEndProc(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProc() 626 bool COFFAsmParser::ParseSEHDirectiveStartChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveStartChained() 632 bool COFFAsmParser::ParseSEHDirectiveEndChained(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndChained() 638 bool COFFAsmParser::ParseSEHDirectiveHandler(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandler() 664 bool COFFAsmParser::ParseSEHDirectiveHandlerData(StringRef, SMLoc Loc) { in ParseSEHDirectiveHandlerData() 670 bool COFFAsmParser::ParseSEHDirectiveAllocStack(StringRef, SMLoc Loc) { in ParseSEHDirectiveAllocStack() 683 bool COFFAsmParser::ParseSEHDirectiveEndProlog(StringRef, SMLoc Loc) { in ParseSEHDirectiveEndProlog()
|
D | DarwinAsmParser.cpp | 446 bool parseWatchOSVersionMin(StringRef Directive, SMLoc Loc) { in parseWatchOSVersionMin() 449 bool parseTvOSVersionMin(StringRef Directive, SMLoc Loc) { in parseTvOSVersionMin() 452 bool parseIOSVersionMin(StringRef Directive, SMLoc Loc) { in parseIOSVersionMin() 455 bool parseMacOSXVersionMin(StringRef Directive, SMLoc Loc) { in parseMacOSXVersionMin() 551 bool DarwinAsmParser::parseDirectiveIndirectSymbol(StringRef, SMLoc Loc) { in parseDirectiveIndirectSymbol() 665 SMLoc Loc = getLexer().getLoc(); in parseDirectiveSection() local 732 bool DarwinAsmParser::parseDirectivePushSection(StringRef S, SMLoc Loc) { in parseDirectivePushSection() 980 SMLoc Loc = getParser().getTok().getLoc(); in parseDirectiveDataRegion() local 1094 SMLoc Loc, Triple::OSType ExpectedOS) { in checkVersion() 1123 bool DarwinAsmParser::parseVersionMin(StringRef Directive, SMLoc Loc, in parseVersionMin() [all …]
|
D | MCAsmParser.cpp | 37 bool MCAsmParser::parseTokenLoc(SMLoc &Loc) { in parseTokenLoc() 77 bool MCAsmParser::check(bool P, SMLoc Loc, const Twine &Msg) { in check()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOptimizationRemarkEmitter.h | 32 const DiagnosticLocation &Loc, in DiagnosticInfoMIROptimization() 64 const DiagnosticLocation &Loc, in MachineOptimizationRemark() 90 const DiagnosticLocation &Loc, in MachineOptimizationRemarkMissed() 116 const DiagnosticLocation &Loc, in MachineOptimizationRemarkAnalysis()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | Error.cpp | 26 static void PrintMessage(ArrayRef<SMLoc> Loc, SourceMgr::DiagKind Kind, in PrintMessage() 52 void PrintWarning(const char *Loc, const Twine &Msg) { in PrintWarning() 62 void PrintError(const char *Loc, const Twine &Msg) { in PrintError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCStreamer.cpp | 162 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValue() 285 SMLoc Loc) { in EmitCVInlineSiteIdDirective() 299 StringRef FileName, SMLoc Loc) {} in EmitCVLocDirective() 302 SMLoc Loc) { in checkCVLocSection() 400 void MCStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel() 422 void MCStreamer::EmitCFIStartProc(bool IsSimple, SMLoc Loc) { in EmitCFIStartProc() 656 WinEH::FrameInfo *MCStreamer::EnsureValidWinFrameInfo(SMLoc Loc) { in EnsureValidWinFrameInfo() 671 void MCStreamer::EmitWinCFIStartProc(const MCSymbol *Symbol, SMLoc Loc) { in EmitWinCFIStartProc() 688 void MCStreamer::EmitWinCFIEndProc(SMLoc Loc) { in EmitWinCFIEndProc() 699 void MCStreamer::EmitWinCFIFuncletOrFuncEnd(SMLoc Loc) { in EmitWinCFIFuncletOrFuncEnd() [all …]
|
D | MCAsmStreamer.cpp | 466 void MCAsmStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel() 836 SMLoc Loc) { in EmitZerofill() 977 SMLoc Loc) { in EmitValueImpl() 1099 SMLoc Loc) { in emitFill() 1118 int64_t Expr, SMLoc Loc) { in emitFill() 1198 SMLoc Loc) { in emitValueToOffset() 1377 SMLoc Loc) { in EmitCVInlineSiteIdDirective() 1387 StringRef FileName, SMLoc Loc) { in EmitCVLocDirective() 1703 void MCAsmStreamer::EmitWinCFIStartProc(const MCSymbol *Symbol, SMLoc Loc) { in EmitWinCFIStartProc() 1711 void MCAsmStreamer::EmitWinCFIEndProc(SMLoc Loc) { in EmitWinCFIEndProc() [all …]
|
D | MCObjectStreamer.cpp | 229 SMLoc Loc) { in EmitValueImpl() 270 void MCObjectStreamer::EmitLabel(MCSymbol *Symbol, SMLoc Loc) { in EmitLabel() 294 void MCObjectStreamer::EmitLabelAtPos(MCSymbol *Symbol, SMLoc Loc, in EmitLabelAtPos() 517 StringRef FileName, SMLoc Loc) { in EmitCVLocDirective() 599 SMLoc Loc) { in emitValueToOffset() 664 const MCExpr *Expr, SMLoc Loc, in EmitRelocDirective() 703 SMLoc Loc) { in emitFill() 712 int64_t Expr, SMLoc Loc) { in emitFill()
|
D | ConstantPools.cpp | 40 unsigned Size, SMLoc Loc) { in addEntry() 111 unsigned Size, SMLoc Loc) { in addEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86DiscriminateMemOps.cpp | 49 Location diToLocation(const DILocation *Loc) { in diToLocation() 55 void updateDebugInfo(MachineInstr *MI, const DILocation *Loc) { in updateDebugInfo() 115 Location Loc = diToLocation(DI); in runOnMachineFunction() local
|
D | X86SpeculativeLoadHardening.cpp | 427 DebugLoc Loc; in runOnMachineFunction() local 1878 DebugLoc Loc) { in saveEFLAGS() 1895 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertPt, DebugLoc Loc, in restoreEFLAGS() 1906 MachineBasicBlock &MBB, MachineBasicBlock::iterator InsertPt, DebugLoc Loc, in mergePredStateIntoSP() 1927 DebugLoc Loc) { in extractPredStateFromSP() 1950 DebugLoc Loc = MI.getDebugLoc(); in hardenLoadAddr() local 2282 DebugLoc Loc) { in hardenValueInRegister() 2332 DebugLoc Loc = MI.getDebugLoc(); in hardenPostLoad() local 2383 DebugLoc Loc = MI.getDebugLoc(); in hardenReturnInstr() local 2432 DebugLoc Loc = MI.getDebugLoc(); in tracePredStateThroughCall() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFStreamer.cpp | 34 void X86WinCOFFStreamer::EmitWinEHHandlerData(SMLoc Loc) { in EmitWinEHHandlerData() 49 void X86WinCOFFStreamer::EmitCVFPOData(const MCSymbol *ProcSym, SMLoc Loc) { in EmitCVFPOData()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 566 [this](StringRef::iterator Loc, const Twine &Msg) { error(Loc, Msg); }); in lex() 571 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error() 628 auto Loc = Token.location(); in parseBasicBlockDefinition() local 927 auto Loc = Token.location(); in parse() local 950 auto Loc = Token.location(); in parse() local 1276 StringRef::iterator Loc = Token.location(); in parseRegisterClassOrBank() local 1538 auto Loc = Token.location(); // record start position in parseTargetImmMnemonic() local 1567 static bool parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant() 1579 bool MIParser::parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant() 1583 [this](StringRef::iterator Loc, const Twine &Msg) -> bool { in parseIRConstant() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DiagnosticInfo.cpp | 215 DiagnosticInfoOptimizationBase::Argument::Argument(StringRef Key, DebugLoc Loc) in Argument() 233 const DiagnosticLocation &Loc, in OptimizationRemark() 267 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in OptimizationRemarkMissed() 288 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in OptimizationRemarkAnalysis() 304 const DiagnosticLocation &Loc, const Value *CodeRegion) in OptimizationRemarkAnalysis() 321 const char *PassName, StringRef RemarkName, const DiagnosticLocation &Loc, in DiagnosticInfoOptimizationFailure()
|
D | DebugLoc.cpp | 59 if (DILocation *Loc = get()) { in isImplicitCode() local 66 if (DILocation *Loc = get()) { in setImplicitCode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 61 MachineLocation Loc; member 79 DbgValueLoc(const DIExpression *Expr, MachineLocation Loc) in DbgValueLoc() 83 DbgValueLoc(const DIExpression *Expr, TargetIndexLocation Loc) in DbgValueLoc()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFLocationExpression.cpp | 16 const DWARFLocationExpression &Loc) { in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FormatVariadic.cpp | 42 if (auto Loc = translateLocChar(Spec[1])) { in consumeFieldLayout() local 46 } else if (auto Loc = translateLocChar(Spec[0])) { in consumeFieldLayout() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 149 OpenMPIRBuilder::getOrCreateSrcLocStr(const LocationDescription &Loc) { in getOrCreateSrcLocStr() 173 OpenMPIRBuilder::CreateBarrier(const LocationDescription &Loc, Directive DK, in CreateBarrier() 181 OpenMPIRBuilder::emitBarrierImpl(const LocationDescription &Loc, Directive Kind, in emitBarrierImpl() 227 OpenMPIRBuilder::CreateCancel(const LocationDescription &Loc, in CreateCancel() 305 const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB, in CreateParallel()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | DebugLoc.h | 35 TrackingMDNodeRef Loc; variable
|