Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/
Dllvm-dis.cpp106 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment() local
111 OS << " [debug variable = " << DDI->getVariable()->getName() << "]"; in printInfoComment()
/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()
DVerifier.cpp4220 auto *DDI = cast<DbgDeclareInst>(&I); in verifyBitPieceExpression() local
4221 V = dyn_cast_or_null<DILocalVariable>(DDI->getRawVariable()); in verifyBitPieceExpression()
4222 E = dyn_cast_or_null<DIExpression>(DDI->getRawExpression()); in verifyBitPieceExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp365 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in wouldInstructionBeTriviallyDead() local
366 if (DDI->getAddress()) in wouldInstructionBeTriviallyDead()
1386 if (auto DDI = dyn_cast<DbgDeclareInst>(&BI)) in LowerDbgDeclare() local
1387 Dbgs.push_back(DDI); in LowerDbgDeclare()
1393 DbgDeclareInst *DDI = I; in LowerDbgDeclare() local
1394 AllocaInst *AI = dyn_cast_or_null<AllocaInst>(DDI->getAddress()); in LowerDbgDeclare()
1418 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in LowerDbgDeclare()
1420 ConvertDebugDeclareToDebugValue(DDI, LI, DIB); in LowerDbgDeclare()
1426 DIExpression::append(DDI->getExpression(), dwarf::DW_OP_deref); in LowerDbgDeclare()
1427 DIB.insertDbgValueIntrinsic(AI, DDI->getVariable(), DerefExpr, in LowerDbgDeclare()
[all …]
/external/llvm/include/llvm/IR/
DDebugInfo.h64 void processDeclare(const Module &M, const DbgDeclareInst *DDI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfo.h73 void processDeclare(const Module &M, const DbgDeclareInst *DDI);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp561 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
565 DILocalVariable *DILocVar = DDI->getVariable(); in filterInstsUnrelatedToPDI()
569 AllocaInst *AI = dyn_cast_or_null<AllocaInst>(DDI->getAddress()); in filterInstsUnrelatedToPDI()
DInliner.cpp219 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in mergeInlinedArrayAllocas() local
220 DDI->moveBefore(AvailableAlloca->getNextNode()); in mergeInlinedArrayAllocas()
/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-7.0/llvm/lib/IR/
DDebugInfo.cpp109 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in processInstruction() local
110 processDeclare(M, DDI); in processInstruction()
199 const DbgDeclareInst *DDI) { in processDeclare() argument
200 auto *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp525 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in upgradeDeclareExpressions() local
526 if (auto *DIExpr = DDI->getExpression()) in upgradeDeclareExpressions()
528 dyn_cast_or_null<Argument>(DDI->getAddress())) { in upgradeDeclareExpressions()
533 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-7.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1030 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); in isDefTooClose() local
1031 if (DDI == DistanceMap.end()) in isDefTooClose()
1033 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/arm-trusted-firmware/docs/design/
Dcpu-specific-build-macros.rst316 architecture (see Arm DDI 0487A.h, section D3.4.3) allows cores to ignore
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1010 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo() local
1011 if (DDI.getDI()) { in resolveDanglingDebugInfo()
1012 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
1013 DebugLoc dl = DDI.getdl(); in resolveDanglingDebugInfo()
1014 unsigned DbgSDNodeOrder = DDI.getSDNodeOrder(); in resolveDanglingDebugInfo()
4946 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall() local
4947 DanglingDebugInfoMap[V] = DDI; in visitIntrinsicCall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1110 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo() argument
1111 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo()
1136 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() local
1137 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
1139 DebugLoc dl = DDI.getdl(); in resolveDanglingDebugInfo()
1141 unsigned DbgSDNodeOrder = DDI.getSDNodeOrder(); in resolveDanglingDebugInfo()
/external/arm-trusted-firmware/docs/components/
Dsecure-partition-manager-design.rst597 and their usage can be found in the `Armv8-A ARM`_ (*Arm DDI 0487*).
/external/cldr/tools/java/org/unicode/cldr/util/data/
DApproximateWidth.txt4324 A137..A138; 6; # YI SYLLABLE DDIX..YI SYLLABLE DDI
5932 12F9..12FA; 8; # ETHIOPIC SYLLABLE DDU..ETHIOPIC SYLLABLE DDI
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_007.ppm5058 …��������������������������������������������������������������������������������DDI""' 
/external/cldr/common/uca/
Dallkeys_DUCET.txt12992 12FA ; [.1F22.0020.0002.12FA] # ETHIOPIC SYLLABLE DDI
19812 A138 ; [.3454.0020.0002.A138] # YI SYLLABLE DDI

12