/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 122 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { printInfoComment() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 132 const DanglingDebugInfo &DDI; member 153 printDDI(const Value * V,const DanglingDebugInfo & DDI) printDDI() argument [all...] |
H A D | SelectionDAGBuilder.cpp | 1427 << printDDI(nullptr, DDI) << "\n"); in dropDanglingDebugInfo() argument 1443 for (auto &DDI : DDIV) dropDanglingDebugInfo() local 1460 for (auto &DDI : DDIV) { resolveDanglingDebugInfo() local 1508 salvageUnresolvedDbgValue(const Value * V,DanglingDebugInfo & DDI) salvageUnresolvedDbgValue() argument 1723 for (auto &DDI : Pair.second) resolveOrClearDbgInfo() local [all...] |
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | MachOPlatform.cpp | 44 size(const MachOPlatform::MachOJITDylibDepInfo & DDI) size() argument 49 serialize(SPSOutputBuffer & OB,const MachOPlatform::MachOJITDylibDepInfo & DDI) serialize() argument 55 deserialize(SPSInputBuffer & IB,MachOPlatform::MachOJITDylibDepInfo & DDI) deserialize() argument
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 659 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { filterInstsUnrelatedToPDI() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 1008 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); isDefTooClose() local
|
H A D | AssignmentTrackingAnalysis.cpp | 2272 for (auto *DDI : InstDeclares) buildOverlapMapAndRecordDeclares() local
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 970 __anon0ad1b9b91402(auto *DDI) cacheDIVar() argument 1914 __anon0ad1b9b91902(auto *DDI) insertSpills() argument [all...] |
H A D | CoroSplit.cpp | 1963 for (auto *DDI : DbgInsts) splitCoroutine() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1923 if (auto *DDI = dyn_cast<DbgDeclareInst>(&BI)) LowerDbgDeclare() local 1935 __anon1e9c50ac0402(auto *DDI) LowerDbgDeclare() argument [all...] |
/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 61 if (auto *DDI = dyn_cast<DbgDeclareInst>(U)) in findDbgDeclares() local 2309 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(&I)) runOnFunction() local
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 628 UpdateDeclareIfNeeded(DDI); in upgradeDeclareExpressions() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 4703 auto DDI = DeferredDecls.find(MangledName); GetOrCreateLLVMFunction() local 4960 auto DDI = DeferredDecls.find(MangledName); GetOrCreateLLVMGlobal() local
|
H A D | CGStmtOpenMP.cpp | 4790 if (auto DDI = dyn_cast<llvm::DbgVariableIntrinsic>(&Last)) EmitOMPTaskBasedDirective() local
|