| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | Local.cpp | 292 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in isInstructionTriviallyDead() local 293 if (DDI->getAddress()) in isInstructionTriviallyDead() 984 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI, in ConvertDebugDeclareToDebugValue() argument 986 auto *DIVar = DDI->getVariable(); in ConvertDebugDeclareToDebugValue() 987 auto *DIExpr = DDI->getExpression(); in ConvertDebugDeclareToDebugValue() 1002 DDI->getDebugLoc(), SI); in ConvertDebugDeclareToDebugValue() 1005 DDI->getDebugLoc(), SI); in ConvertDebugDeclareToDebugValue() 1011 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI, in ConvertDebugDeclareToDebugValue() argument 1013 auto *DIVar = DDI->getVariable(); in ConvertDebugDeclareToDebugValue() 1014 auto *DIExpr = DDI->getExpression(); in ConvertDebugDeclareToDebugValue() [all …]
|
| HD | PromoteMemoryToRegister.cpp | 404 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in rewriteSingleStoreAlloca() local 407 ConvertDebugDeclareToDebugValue(DDI, Info.OnlyStore, DIB); in rewriteSingleStoreAlloca() 408 DDI->eraseFromParent(); in rewriteSingleStoreAlloca() 409 LBI.deleteValue(DDI); in rewriteSingleStoreAlloca() 488 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in promoteSingleBlockAlloca() local 491 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in promoteSingleBlockAlloca() 503 if (DbgDeclareInst *DDI = Info.DbgDeclare) { in promoteSingleBlockAlloca() local 504 DDI->eraseFromParent(); in promoteSingleBlockAlloca() 505 LBI.deleteValue(DDI); in promoteSingleBlockAlloca() 669 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i]) in run() local [all …]
|
| /NextBSD/contrib/llvm/tools/llvm-dis/ |
| HD | llvm-dis.cpp | 97 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment() local 102 OS << " [debug variable = " << DDI->getVariable()->getName() << "]"; in printInfoComment()
|
| /NextBSD/contrib/llvm/include/llvm/Transforms/Utils/ |
| HD | Local.h | 258 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI, 263 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
|
| /NextBSD/contrib/llvm/lib/IR/ |
| HD | DebugInfo.cpp | 226 const DbgDeclareInst *DDI) { in processDeclare() argument 227 auto *N = dyn_cast<MDNode>(DDI->getVariable()); in processDeclare()
|
| HD | Verifier.cpp | 3550 auto *DDI = cast<DbgDeclareInst>(&I); in verifyBitPieceExpression() local 3551 V = dyn_cast_or_null<DILocalVariable>(DDI->getRawVariable()); in verifyBitPieceExpression() 3552 E = dyn_cast_or_null<DIExpression>(DDI->getRawExpression()); in verifyBitPieceExpression()
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | DebugInfo.h | 80 void processDeclare(const Module &M, const DbgDeclareInst *DDI);
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | ScalarReplAggregates.cpp | 1065 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in run() local 1066 DDIs.push_back(DDI); in run() 1076 DbgDeclareInst *DDI = *I; in run() local 1077 DDI->eraseFromParent(); in run() 1096 DbgDeclareInst *DDI = *I; in updateDebugInfo() local 1098 ConvertDebugDeclareToDebugValue(DDI, SI, *DIB); in updateDebugInfo() 1100 ConvertDebugDeclareToDebugValue(DDI, LI, *DIB); in updateDebugInfo()
|
| HD | SROA.cpp | 1102 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in run() local 1103 DDIs.push_back(DDI); in run() 1149 for (DbgDeclareInst *DDI : DDIs) in updateDebugInfo() 1151 ConvertDebugDeclareToDebugValue(DDI, SI, DIB); in updateDebugInfo() 1153 ConvertDebugDeclareToDebugValue(DDI, LI, DIB); in updateDebugInfo()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenModule.cpp | 1614 auto DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMFunction() local 1615 if (DDI != DeferredDecls.end()) { in GetOrCreateLLVMFunction() 1619 addDeferredDeclToEmit(F, DDI->second); in GetOrCreateLLVMFunction() 1620 DeferredDecls.erase(DDI); in GetOrCreateLLVMFunction() 1764 auto DDI = DeferredDecls.find(MangledName); in GetOrCreateLLVMGlobal() local 1765 if (DDI != DeferredDecls.end()) { in GetOrCreateLLVMGlobal() 1768 addDeferredDeclToEmit(GV, DDI->second); in GetOrCreateLLVMGlobal() 1769 DeferredDecls.erase(DDI); in GetOrCreateLLVMGlobal()
|
| /NextBSD/sys/arm/conf/ |
| HD | HL200 | 143 device uvscom # USB serial support for DDI pocket's PHS
|
| HD | KB920X | 149 device uvscom # USB serial support for DDI pocket's PHS
|
| /NextBSD/contrib/llvm/lib/CodeGen/ |
| HD | TwoAddressInstructionPass.cpp | 996 DenseMap<MachineInstr*, unsigned>::iterator DDI = DistanceMap.find(&DefMI); in isDefTooClose() local 997 if (DDI == DistanceMap.end()) in isDefTooClose() 999 unsigned DefDist = DDI->second; in isDefTooClose()
|
| /NextBSD/sys/mips/conf/ |
| HD | ERL | 187 device uvscom # USB serial support for DDI pocket's PHS
|
| HD | OCTEON1 | 296 device uvscom # USB serial support for DDI pocket's PHS
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | SelectionDAGBuilder.cpp | 936 DanglingDebugInfo &DDI = DanglingDebugInfoMap[V]; in resolveDanglingDebugInfo() local 937 if (DDI.getDI()) { in resolveDanglingDebugInfo() 938 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo() 939 DebugLoc dl = DDI.getdl(); in resolveDanglingDebugInfo() 940 unsigned DbgSDNodeOrder = DDI.getSDNodeOrder(); in resolveDanglingDebugInfo() 4329 DanglingDebugInfo DDI(&DI, dl, SDNodeOrder); in visitIntrinsicCall() local 4330 DanglingDebugInfoMap[V] = DDI; in visitIntrinsicCall()
|
| /NextBSD/sys/conf/ |
| HD | NOTES | 2705 # USB serial support for DDI pocket's PHS
|
| /NextBSD/crypto/heimdal/lib/wind/ |
| HD | UnicodeData.txt | 3549 12FA;ETHIOPIC SYLLABLE DDI;Lo;0;L;;;;;N;;;;; 9707 A138;YI SYLLABLE DDI;Lo;0;L;;;;;N;;;;;
|
| HD | NormalizationTest.txt | 5233 B760;B760;1104 1175;B760;1104 1175; # (띠; 띠; 띠; 띠; 띠; ) HANGUL SYLLABLE DDI
|
| /NextBSD/contrib/gcc/ |
| HD | ChangeLog-2003 | 20119 (TARGET_LIBGCC2_CFLAGS): Remove -DDI=SI.
|