/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugInfoProbe.cpp | 82 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in initialize() local 133 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in finalize() local
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
D | llvm-dis.cpp | 100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 113 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 110 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 170 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() 263 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata() local
|
/external/u-boot/board/compulab/common/ |
D | omap3_display.c | 21 DVI, enumerator
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
|
D | Verifier.cpp | 4216 if (auto *DVI = dyn_cast<DbgValueInst>(&I)) { in verifyBitPieceExpression() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 370 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead() local 1205 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local 1223 for (auto *DVI : DbgValues) { in PhiHasDebugValue() local 1511 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues() local 1555 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1589 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca() local
|
D | LCSSA.cpp | 210 for (auto DVI : DbgValues) { in formLCSSAForInstructions() local
|
D | BasicBlockUtils.cpp | 186 for (auto &DVI : DbgValues) { in MergeBlockIntoPredecessor() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 304 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local 1050 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local 1252 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1287 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca() local
|
/external/llvm/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 648 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
|
D | AggressiveAntiDepBreaker.cpp | 965 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
|
D | CodeGenPrepare.cpp | 5355 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in placeDbgValues() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | CriticalAntiDepBreaker.cpp | 630 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
|
D | AggressiveAntiDepBreaker.cpp | 929 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 585 return any_of(ADbgVals, [&](DbgValueInst *DVI) { in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | MergeFunctions.cpp | 546 if (auto *DVI = dyn_cast<DbgValueInst>(&*BI)) { in filterInstsUnrelatedToPDI() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 240 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local
|
D | InlineFunction.cpp | 870 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in fixupLineNumbers() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 942 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() local 955 DbgValueInst *DVI = *I; in run() local 978 DbgValueInst *DVI = *I; in updateDebugInfo() local
|
D | CodeGenPrepare.cpp | 1155 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 111 else if (auto *DVI = dyn_cast<DbgValueInst>(&I)) in processInstruction() local 214 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6700 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in placeDbgValues() local
|