Home
last modified time | relevance | path

Searched defs:DDI (Results 1 – 14 of 14) sorted by relevance

/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp122 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { printInfoComment() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h132 const DanglingDebugInfo &DDI; member
153 printDDI(const Value * V,const DanglingDebugInfo & DDI) printDDI() argument
[all...]
H A DSelectionDAGBuilder.cpp1427 << 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 DMachOPlatform.cpp44 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 DMergeFunctions.cpp659 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { filterInstsUnrelatedToPDI() local
/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1008 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); isDefTooClose() local
H A DAssignmentTrackingAnalysis.cpp2272 for (auto *DDI : InstDeclares) buildOverlapMapAndRecordDeclares() local
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp970 __anon0ad1b9b91402(auto *DDI) cacheDIVar() argument
1914 __anon0ad1b9b91902(auto *DDI) insertSpills() argument
[all...]
H A DCoroSplit.cpp1963 for (auto *DDI : DbgInsts) splitCoroutine() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1923 if (auto *DDI = dyn_cast<DbgDeclareInst>(&BI)) LowerDbgDeclare() local
1935 __anon1e9c50ac0402(auto *DDI) LowerDbgDeclare() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp61 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 DMetadataLoader.cpp628 UpdateDeclareIfNeeded(DDI); in upgradeDeclareExpressions() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4703 auto DDI = DeferredDecls.find(MangledName); GetOrCreateLLVMFunction() local
4960 auto DDI = DeferredDecls.find(MangledName); GetOrCreateLLVMGlobal() local
H A DCGStmtOpenMP.cpp4790 if (auto DDI = dyn_cast<llvm::DbgVariableIntrinsic>(&Last)) EmitOMPTaskBasedDirective() local