Home
last modified time | relevance | path

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 DLocal.cpp378 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 DDebugInfo.h72 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 DMergeFunctions.cpp574 } 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 DInliner.cpp227 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 DHWAddressSanitizer.cpp1041 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 DDebugInfo.cpp108 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 DMetadataLoader.cpp535 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 DSelectionDAGBuilder.cpp1164 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 DSelectionDAGBuilder.h509 void salvageUnresolvedDbgValue(DanglingDebugInfo &DDI);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1031 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 Dcore_ca.h414 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