Home
last modified time | relevance | path

Searched refs:DDI (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm/lib/Transforms/Utils/
DLocal.cpp299 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in isInstructionTriviallyDead() local
300 if (DDI->getAddress()) in isInstructionTriviallyDead()
1062 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI, in ConvertDebugDeclareToDebugValue() argument
1064 auto *DIVar = DDI->getVariable(); in ConvertDebugDeclareToDebugValue()
1065 auto *DIExpr = DDI->getExpression(); in ConvertDebugDeclareToDebugValue()
1094 const DataLayout &DL = DDI->getModule()->getDataLayout(); in ConvertDebugDeclareToDebugValue()
1099 DDI->getDebugLoc(), SI); in ConvertDebugDeclareToDebugValue()
1102 DDI->getDebugLoc(), SI); in ConvertDebugDeclareToDebugValue()
1108 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI, in ConvertDebugDeclareToDebugValue() argument
1110 auto *DIVar = DDI->getVariable(); in ConvertDebugDeclareToDebugValue()
[all …]
DPromoteMemoryToRegister.cpp403 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in rewriteSingleStoreAlloca() local
405 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
406 DDI->eraseFromParent(); in rewriteSingleStoreAlloca()
407 LBI.deleteValue(DDI); in rewriteSingleStoreAlloca()
494 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in promoteSingleBlockAlloca() local
496 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in promoteSingleBlockAlloca()
508 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in promoteSingleBlockAlloca() local
509 DDI->eraseFromParent(); in promoteSingleBlockAlloca()
510 LBI.deleteValue(DDI); in promoteSingleBlockAlloca()
674 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i]) in run() local
[all …]
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp103 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment() local
108 OS << " [debug variable = " << DDI->getVariable()->getName() << "]"; in printInfoComment()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h253 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
258 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
/external/llvm/lib/IR/
DDebugInfo.cpp158 const DbgDeclareInst *DDI) { in processDeclare() argument
159 auto *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare()
/external/llvm/include/llvm/IR/
DDebugInfo.h64 void processDeclare(const Module &M, const DbgDeclareInst *DDI);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h72 void processDeclare(const Module &M, const DbgDeclareInst *DDI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLocal.cpp378 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in wouldInstructionBeTriviallyDead() local
379 if (DDI->getAddress()) in wouldInstructionBeTriviallyDead()
1396 if (auto DDI = dyn_cast<DbgDeclareInst>(&BI)) in LowerDbgDeclare() local
1397 Dbgs.push_back(DDI); in LowerDbgDeclare()
1403 DbgDeclareInst *DDI = I; in LowerDbgDeclare() local
1404 AllocaInst *AI = dyn_cast_or_null<AllocaInst>(DDI->getAddress()); in LowerDbgDeclare()
1432 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in LowerDbgDeclare()
1434 ConvertDebugDeclareToDebugValue(DDI, LI, DIB); in LowerDbgDeclare()
1440 DebugLoc NewLoc = getDebugValueLoc(DDI, nullptr); in LowerDbgDeclare()
1442 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref); in LowerDbgDeclare()
[all …]
/external/libcap/doc/values/
D21.txt37 - DDI debug ioctl on sbpcd driver
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1041 for (auto *DDI : AllocaDbgMap.lookup(AI)) { in instrumentStack() local
1047 DDI->setArgOperand( in instrumentStack()
1049 DDI->getExpression(), NewOps))); in instrumentStack()
1110 if (auto *DDI = dyn_cast<DbgVariableIntrinsic>(&Inst)) in sanitizeFunction() local
1112 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocation())) in sanitizeFunction()
1113 AllocaDbgMap[Alloca].push_back(DDI); in sanitizeFunction()
/external/llvm/lib/Transforms/IPO/
DInliner.cpp184 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in InlineCallIfPossible() local
185 DDI->moveBefore(AvailableAlloca->getNextNode()); in InlineCallIfPossible()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp574 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
578 DILocalVariable *DILocVar = DDI->getVariable(); in filterInstsUnrelatedToPDI()
582 AllocaInst *AI = dyn_cast_or_null<AllocaInst>(DDI->getAddress()); in filterInstsUnrelatedToPDI()
DInliner.cpp227 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in mergeInlinedArrayAllocas() local
228 DDI->moveBefore(AvailableAlloca->getNextNode()); in mergeInlinedArrayAllocas()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp108 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in processInstruction() local
109 processDeclare(M, DDI); in processInstruction()
198 const DbgDeclareInst *DDI) { in processDeclare() argument
199 auto *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1164 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo() argument
1165 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo()
1180 for (auto &DDI : DDIV) in dropDanglingDebugInfo() local
1181 if (isMatchingDbgValue(DDI)) in dropDanglingDebugInfo()
1182 salvageUnresolvedDbgValue(DDI); in dropDanglingDebugInfo()
1197 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() local
1198 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
1200 DebugLoc dl = DDI.getdl(); in resolveDanglingDebugInfo()
1202 unsigned DbgSDNodeOrder = DDI.getSDNodeOrder(); in resolveDanglingDebugInfo()
1235 UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in resolveDanglingDebugInfo()
[all …]
DSelectionDAGBuilder.h509 void salvageUnresolvedDbgValue(DanglingDebugInfo &DDI);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp535 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in upgradeDeclareExpressions() local
536 if (auto *DIExpr = DDI->getExpression()) in upgradeDeclareExpressions()
538 dyn_cast_or_null<Argument>(DDI->getAddress())) { in upgradeDeclareExpressions()
543 DDI->setOperand(2, MetadataAsValue::get(Context, E)); in upgradeDeclareExpressions()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp988 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); in isDefTooClose() local
989 if (DDI == DistanceMap.end()) in isDefTooClose()
991 unsigned DefDist = DDI->second; in isDefTooClose()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1031 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); in isDefTooClose() local
1032 if (DDI == DistanceMap.end()) in isDefTooClose()
1034 unsigned DefDist = DDI->second; in isDefTooClose()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1936 auto DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMFunction() local
1937 if (DDI != DeferredDecls.end()) { in GetOrCreateLLVMFunction()
1941 addDeferredDeclToEmit(F, DDI->second); in GetOrCreateLLVMFunction()
1942 DeferredDecls.erase(DDI); in GetOrCreateLLVMFunction()
2134 auto DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMGlobal() local
2135 if (DDI != DeferredDecls.end()) { in GetOrCreateLLVMGlobal()
2138 addDeferredDeclToEmit(GV, DDI->second); in GetOrCreateLLVMGlobal()
2139 DeferredDecls.erase(DDI); in GetOrCreateLLVMGlobal()
/external/pigweed/pw_boot_cortex_m/
Ddocs.rst128 vector table (ARMv7-M Architecture Reference Manual DDI 0403E.b section B1.5.2
/external/icu/icu4c/source/data/translit/
Dam_Ethi_am_Brai.txt496 # ዺ ↔ $ዸ $ሣልስ ; # ETHIOPIC SYLLABLE DDI
DEthi_Latn_ES3842.txt497 ዺ → $ዸ $ሣልስ ; # ETHIOPIC SYLLABLE DDI
Dbyn_Ethi_byn_Latn_Xaleget.txt469 # ዺ → $ዸ $ሣልስ ; # ETHIOPIC SYLLABLE DDI
/external/cronet/third_party/icu/source/data/translit/
Dbyn_Ethi_byn_Latn_Xaleget.txt469 # ዺ → $ዸ $ሣልስ ; # ETHIOPIC SYLLABLE DDI

123