Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DLocal.cpp279 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in isInstructionTriviallyDead() local
280 if (DDI->getAddress()) in isInstructionTriviallyDead()
979 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI, in ConvertDebugDeclareToDebugValue() argument
981 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue()
1009 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
1015 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI, in ConvertDebugDeclareToDebugValue() argument
1017 DIVariable DIVar(DDI->getVariable()); in ConvertDebugDeclareToDebugValue()
1036 DbgVal->setDebugLoc(DDI->getDebugLoc()); in ConvertDebugDeclareToDebugValue()
1047 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI)) in LowerDbgDeclare() local
1048 Dbgs.push_back(DDI); in LowerDbgDeclare()
[all …]
DPromoteMemoryToRegister.cpp473 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in rewriteSingleStoreAlloca() local
475 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca()
476 DDI->eraseFromParent(); in rewriteSingleStoreAlloca()
566 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in promoteSingleBlockAlloca() local
568 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in promoteSingleBlockAlloca()
580 if (DbgDeclareInst *DDI = Info.DbgDeclare) in promoteSingleBlockAlloca() local
581 DDI->eraseFromParent(); in promoteSingleBlockAlloca()
735 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i]) in run() local
736 DDI->eraseFromParent(); in run()
1121 if (DbgDeclareInst *DDI = AllocaDbgDeclares[ai->second]) in RenamePass() local
[all …]
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp92 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment() local
93 DIVariable Var(DDI->getVariable()); in printInfoComment()
/external/llvm/include/llvm/Transforms/Utils/
DLocal.h247 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
252 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
/external/oprofile/events/arm/armv7/
Devents2 # From Cortex A8 DDI (ARM DDI 0344B, revision r1p1)
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
Dd3d11ddi.txt9 Also note that this is specifically for the DirectX 10/11 Windows Vista/7 DDI interfaces.
12 The user-visible DirectX 10/11 interfaces are distinct from the kernel DDI, but they match very clo…
29 d3d10umddi.h contains the DDI interface analyzed in this document: note that it is much easier to r…
32 d3dumddi.h contains the DirectX 9 DDI interface
82 * DirectX 10/11 DDI functions and Gallium equivalents
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt9 Also note that this is specifically for the DirectX 10/11 Windows Vista/7 DDI interfaces.
12 The user-visible DirectX 10/11 interfaces are distinct from the kernel DDI, but they match very clo…
29 d3d10umddi.h contains the DDI interface analyzed in this document: note that it is much easier to r…
32 d3dumddi.h contains the DirectX 9 DDI interface
82 * DirectX 10/11 DDI functions and Gallium equivalents
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1061 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(*UI)) in run() local
1062 DDIs.push_back(DDI); in run()
1071 DbgDeclareInst *DDI = *I; in run() local
1072 DDI->eraseFromParent(); in run()
1091 DbgDeclareInst *DDI = *I; in updateDebugInfo() local
1093 ConvertDebugDeclareToDebugValue(DDI, SI, *DIB); in updateDebugInfo()
1095 ConvertDebugDeclareToDebugValue(DDI, LI, *DIB); in updateDebugInfo()
DSROA.cpp747 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(*UI)) in run() local
748 DDIs.push_back(DDI); in run()
773 DbgDeclareInst *DDI = *I; in updateDebugInfo() local
775 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in updateDebugInfo()
777 ConvertDebugDeclareToDebugValue(DDI, LI, DIB); in updateDebugInfo()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp1395 llvm::StringMap<GlobalDecl>::iterator DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMFunction() local
1396 if (DDI != DeferredDecls.end()) { in GetOrCreateLLVMFunction()
1399 DeferredDeclsToEmit.push_back(DDI->second); in GetOrCreateLLVMFunction()
1400 DeferredDecls.erase(DDI); in GetOrCreateLLVMFunction()
1524 llvm::StringMap<GlobalDecl>::iterator DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMGlobal() local
1525 if (DDI != DeferredDecls.end()) { in GetOrCreateLLVMGlobal()
1528 DeferredDeclsToEmit.push_back(DDI->second); in GetOrCreateLLVMGlobal()
1529 DeferredDecls.erase(DDI); in GetOrCreateLLVMGlobal()
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp924 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(DefMI); in isDefTooClose() local
925 if (DDI == DistanceMap.end()) in isDefTooClose()
927 unsigned DefDist = DDI->second; in isDefTooClose()
/external/llvm/lib/IR/
DDebugInfo.cpp992 void DebugInfoFinder::processDeclare(const DbgDeclareInst *DDI) { in processDeclare() argument
993 MDNode *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare()
/external/llvm/include/llvm/
DDebugInfo.h733 void processDeclare(const DbgDeclareInst *DDI);
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp990 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo() local
991 if (DDI.getDI()) { in resolveDanglingDebugInfo()
992 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
993 DebugLoc dl = DDI.getdl(); in resolveDanglingDebugInfo()
994 unsigned DbgSDNodeOrder = DDI.getSDNodeOrder(); in resolveDanglingDebugInfo()
4652 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall() local
4653 DanglingDebugInfoMap[V] = DDI; in visitIntrinsicCall()
/external/harfbuzz/contrib/tables/
DGraphemeBreakProperty.txt464 B760 ; LV # Lo HANGUL SYLLABLE DDI
/external/chromium_org/third_party/usb_ids/
Dusb.ids15564 0201 DDI to Reader-19
/external/chromium_org/third_party/icu/source/data/unidata/
DUnicodeData.txt4054 12FA;ETHIOPIC SYLLABLE DDI;Lo;0;L;;;;;N;;;;;
11953 A138;YI SYLLABLE DDI;Lo;0;L;;;;;N;;;;;
/external/icu4c/data/unidata/
DUnicodeData.txt4103 12FA;ETHIOPIC SYLLABLE DDI;Lo;0;L;;;;;N;;;;;
12042 A138;YI SYLLABLE DDI;Lo;0;L;;;;;N;;;;;
Dppucd.txt5822 cp;12FA;na=ETHIOPIC SYLLABLE DDI
14760 cp;A138;na=YI SYLLABLE DDI
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en18607 http://webapp.icpsr.umich.edu/cocoon/DDI/SAMPLES/07728.xml?part=2