/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | DebugInfoProbe.cpp | 82 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in initialize() 133 } else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in finalize()
|
D | IntrinsicInst.cpp | 67 const Value *DbgValueInst::getValue() const { in getValue() 71 Value *DbgValueInst::getValue() { in getValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Local.cpp | 375 bool doesDebugValueDescribeX(const DbgValueInst &DI) { in doesDebugValueDescribeX() 385 bool doesDebugValueDescribeY(const DbgValueInst &DI) { in doesDebugValueDescribeY() 402 auto DI = dyn_cast<DbgValueInst>(&I); in verifyDebugValuesAreSalvaged() 561 auto *ADbgVal = cast<DbgValueInst>(A.getNextNode()); in TEST() 567 SmallVector<DbgValueInst *, 1> FDbgVals; in TEST() 579 SmallVector<DbgValueInst *, 8> ADbgVals; in TEST() 585 return any_of(ADbgVals, [&](DbgValueInst *DVI) { in TEST()
|
D | Cloning.cpp | 543 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) { in TEST_F() 544 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 32 class DbgValueInst; variable 66 void processValue(const Module &M, const DbgValueInst *DVI);
|
D | InstVisitor.h | 212 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);} in visitDbgValueInst() 271 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
|
D | IntrinsicInst.h | 108 class DbgValueInst : public DbgInfoIntrinsic {
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 28 class DbgValueInst; variable 75 void processValue(const Module &M, const DbgValueInst *DVI);
|
D | InstVisitor.h | 215 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);} in visitDbgValueInst() 275 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
|
/external/swiftshader/third_party/LLVM/tools/llvm-dis/ |
D | llvm-dis.cpp | 100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
|
/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()
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 378 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) { in TEST_F() 379 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F()
|
/external/llvm/tools/llvm-dis/ |
D | llvm-dis.cpp | 110 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 35 class DbgValueInst; variable 94 const DbgValueInst* DI; 99 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : in DanglingDebugInfo() 101 const DbgValueInst* getDI() { return DI; } in getDI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/ |
D | Debugify.cpp | 170 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue() 243 if (isa<DbgValueInst>(&I)) in checkDebugifyMetadata() 263 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata()
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | IntrinsicInst.h | 100 class DbgValueInst : public DbgInfoIntrinsic { 111 static inline bool classof(const DbgValueInst *) { return true; } in classof() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Local.h | 47 class DbgValueInst; variable 300 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 39 class DbgValueInst; variable 99 const DbgValueInst* DI; 104 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() 106 const DbgValueInst* getDI() { return DI; } in getDI()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 370 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead() 1205 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() 1221 SmallVector<DbgValueInst *, 1> DbgValues; in PhiHasDebugValue() 1503 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues() 1511 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues() 1555 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1589 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca() 1616 bool WithStackValue = isa<DbgValueInst>(DII); in salvageDebugInfo()
|
D | LCSSA.cpp | 205 SmallVector<DbgValueInst *, 4> DbgValues; in formLCSSAForInstructions()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 58 class DbgValueInst; variable 105 const DbgValueInst* DI = nullptr; 111 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo() 114 const DbgValueInst* getDI() { return DI; } in getDI()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 304 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() 1050 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() 1252 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca() 1287 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 928 SmallVector<DbgValueInst *, 4> DVIs; 942 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() 953 for (SmallVector<DbgValueInst *, 4>::iterator I = DVIs.begin(), in run() 955 DbgValueInst *DVI = *I; in run() 976 for (SmallVector<DbgValueInst *, 4>::const_iterator I = DVIs.begin(), in updateDebugInfo() 978 DbgValueInst *DVI = *I; in updateDebugInfo()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | Local.cpp | 240 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead()
|