Home
last modified time | relevance | path

Searched defs:DVI (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/VMCore/
DDebugInfoProbe.cpp82 } 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/
Dllvm-dis.cpp100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp110 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
/external/llvm/lib/IR/
DDebugInfo.cpp173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
DVerifier.cpp4216 if (auto *DVI = dyn_cast<DbgValueInst>(&I)) { in verifyBitPieceExpression() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp304 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/swiftshader/third_party/LLVM/lib/CodeGen/
DCriticalAntiDepBreaker.cpp630 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
DAggressiveAntiDepBreaker.cpp929 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp648 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
DAggressiveAntiDepBreaker.cpp965 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
DCodeGenPrepare.cpp5355 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in placeDbgValues() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp240 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local
DInlineFunction.cpp870 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in fixupLineNumbers() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DScalarReplAggregates.cpp942 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
DCodeGenPrepare.cpp1155 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues() local