Home
last modified time | relevance | path

Searched refs:DbgValueInst (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm/include/llvm/IR/
DDebugInfo.h32 class DbgValueInst; variable
66 void processValue(const Module &M, const DbgValueInst *DVI);
DInstVisitor.h212 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);} in visitDbgValueInst()
271 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
/external/llvm-project/llvm/unittests/CodeGen/
DLexicalScopesTest.cpp61 MCInstrDesc DbgValueInst; member in __anonec6ce2960111::LexicalScopesTest
68 memset(&DbgValueInst, 0, sizeof(DbgValueInst)); in LexicalScopesTest()
69 DbgValueInst.Opcode = TargetOpcode::DBG_VALUE; in LexicalScopesTest()
70 DbgValueInst.Size = 1; in LexicalScopesTest()
436 BuildMI(*MBB2, MBB2->end(), InBlockLoc, DbgValueInst); in TEST_F()
438 BuildMI(*MBB3, MBB3->end(), InBlockLoc, DbgValueInst); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h27 class DbgValueInst; variable
74 void processValue(const Module &M, const DbgValueInst *DVI);
DInstVisitor.h206 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgVariableIntrinsic);} in visitDbgValueInst()
308 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DLocalTest.cpp526 bool doesDebugValueDescribeX(const DbgValueInst &DI) { in doesDebugValueDescribeX()
536 bool doesDebugValueDescribeY(const DbgValueInst &DI) { in doesDebugValueDescribeY()
553 auto DI = dyn_cast<DbgValueInst>(&I); in verifyDebugValuesAreSalvaged()
760 auto *ADbgVal = cast<DbgValueInst>(A.getNextNode()); in TEST()
766 auto *FDbgVal = cast<DbgValueInst>(F_.getNextNode()); in TEST()
769 SmallVector<DbgValueInst *, 1> FDbgVals; in TEST()
781 SmallVector<DbgValueInst *, 8> ADbgVals; in TEST()
787 return any_of(ADbgVals, [&](DbgValueInst *DVI) { in TEST()
DCloningTest.cpp637 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) { in TEST_F()
638 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F()
/external/llvm-project/llvm/lib/CodeGen/
DMachineDebugify.cpp69 DbgValueInst *EarliestDVI = nullptr; in applyDebugifyMetadataToMachineFunction()
74 auto *DVI = dyn_cast<DbgValueInst>(U.getUser()); in applyDebugifyMetadataToMachineFunction()
/external/llvm-project/llvm/tools/llvm-dis/
Dllvm-dis.cpp112 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
/external/llvm/tools/llvm-dis/
Dllvm-dis.cpp110 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp378 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) { in TEST_F()
379 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DDebugify.cpp163 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue()
236 if (isa<DbgValueInst>(&I)) in checkDebugifyMetadata()
256 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata()
DBasicBlockUtils.cpp339 SmallVector<DbgValueInst *, 8> ToBeRemoved; in removeRedundantDbgInstrsUsingBackwardScan()
342 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan()
386 SmallVector<DbgValueInst *, 8> ToBeRemoved; in removeRedundantDbgInstrsUsingForwardScan()
389 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan()
DLocal.cpp383 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead()
1221 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue()
1237 SmallVector<DbgValueInst *, 1> DbgValues; in PhiHasDebugValue()
1524 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues()
1532 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues()
1576 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca()
1605 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca()
1638 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DLocal.h48 class DbgValueInst; variable
288 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h55 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DLocal.h46 class DbgValueInst; variable
316 void findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V);
/external/llvm-project/llvm/lib/Transforms/Utils/
DDebugify.cpp263 bool diagnoseMisSizedDbgValue(Module &M, DbgValueInst *DVI) { in diagnoseMisSizedDbgValue()
336 if (isa<DbgValueInst>(&I) || isa<PHINode>(&I)) in checkDebugifyMetadata()
355 auto *DVI = dyn_cast<DbgValueInst>(&I); in checkDebugifyMetadata()
DBasicBlockUtils.cpp360 SmallVector<DbgValueInst *, 8> ToBeRemoved; in removeRedundantDbgInstrsUsingBackwardScan()
363 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingBackwardScan()
407 SmallVector<DbgValueInst *, 8> ToBeRemoved; in removeRedundantDbgInstrsUsingForwardScan()
410 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(&I)) { in removeRedundantDbgInstrsUsingForwardScan()
DLocal.cpp405 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in wouldInstructionBeTriviallyDead()
1350 SmallVector<DbgValueInst *, 1> DbgValues; in PhiHasDebugValue()
1647 void llvm::findDbgValues(SmallVectorImpl<DbgValueInst *> &DbgValues, Value *V) { in findDbgValues()
1655 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in findDbgValues()
1690 static void replaceOneDbgValueForAlloca(DbgValueInst *DVI, Value *NewAddress, in replaceOneDbgValueForAlloca()
1719 if (auto *DVI = dyn_cast<DbgValueInst>(U.getUser())) in replaceDbgValueForAlloca()
1747 bool StackValue = isa<DbgValueInst>(DII); in salvageDebugInfoForDbgValues()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h60 class DbgValueInst; variable
108 const DbgValueInst* DI = nullptr;
114 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) in DanglingDebugInfo()
117 const DbgValueInst* getDI() { return DI; } in getDI()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h39 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/llvm-project/llvm/include/llvm/IR/
DInstVisitor.h205 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgVariableIntrinsic);} in visitDbgValueInst()
288 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp304 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/llvm-project/llvm/unittests/IR/
DDebugInfoTest.cpp181 SmallVector<DbgValueInst *, 1> DVIs; in TEST()

12