Searched refs:DDI (Results 1 - 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 378 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in wouldInstructionBeTriviallyDead() 379 if (DDI->getAddress()) in wouldInstructionBeTriviallyDead() 1396 if (auto DDI = dyn_cast<DbgDeclareInst>(&BI)) in LowerDbgDeclare() 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 in LowerDbgDeclare() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 72 void processDeclare(const Module &M, const DbgDeclareInst *DDI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 574 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { in filterInstsUnrelatedToPDI() 578 DILocalVariable *DILocVar = DDI->getVariable(); in filterInstsUnrelatedToPDI() 582 AllocaInst *AI = dyn_cast_or_null<AllocaInst>(DDI->getAddress()); in filterInstsUnrelatedToPDI()
|
H A D | Inliner.cpp | 227 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in mergeInlinedArrayAllocas() 228 DDI->moveBefore(AvailableAlloca->getNextNode()); in mergeInlinedArrayAllocas()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | HWAddressSanitizer.cpp | 1041 for (auto *DDI : AllocaDbgMap.lookup(AI)) { in instrumentStack() 1047 DDI->setArgOperand( in instrumentStack() 1049 DDI->getExpression(), NewOps))); in instrumentStack() 1110 if (auto *DDI = dyn_cast<DbgVariableIntrinsic>(&Inst)) in sanitizeFunction() 1112 dyn_cast_or_null<AllocaInst>(DDI->getVariableLocation())) in sanitizeFunction() 1113 AllocaDbgMap[Alloca].push_back(DDI); in sanitizeFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 108 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in processInstruction() 109 processDeclare(M, DDI); in processInstruction() 198 const DbgDeclareInst *DDI) { in processDeclare() 199 auto *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare() 197 processDeclare(const Module &M, const DbgDeclareInst *DDI) processDeclare() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 535 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in upgradeDeclareExpressions() 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1164 auto isMatchingDbgValue = [&](DanglingDebugInfo &DDI) { in dropDanglingDebugInfo() 1165 const DbgValueInst *DI = DDI.getDI(); in dropDanglingDebugInfo() 1180 for (auto &DDI : DDIV) in dropDanglingDebugInfo() 1181 if (isMatchingDbgValue(DDI)) in dropDanglingDebugInfo() 1182 salvageUnresolvedDbgValue(DDI); in dropDanglingDebugInfo() 1197 for (auto &DDI : DDIV) { in resolveDanglingDebugInfo() 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 in resolveDanglingDebugInfo() 1244 salvageUnresolvedDbgValue(DanglingDebugInfo &DDI) salvageUnresolvedDbgValue() argument [all...] |
H A D | SelectionDAGBuilder.h | 509 void salvageUnresolvedDbgValue(DanglingDebugInfo &DDI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | TwoAddressInstructionPass.cpp | 1031 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); in isDefTooClose() 1032 if (DDI == DistanceMap.end()) in isDefTooClose() 1034 unsigned DefDist = DDI->second; in isDefTooClose()
|
/third_party/cmsis/CMSIS/Core/Include/ |
H A D | core_ca.h | 414 uint32_t DDI:1; /*!< \brief bit: 28 Disable dual issue */ member 437 #define ACTLR_DDI_Pos 28U /*!< \brief ACTLR: DDI Position */ 438 #define ACTLR_DDI_Msk (1UL << ACTLR_DDI_Pos) /*!< \brief ACTLR: DDI Mask */
|
Completed in 33 milliseconds