Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDIntrinsicInst.cpp77 const Value *DbgValueInst::getValue() const { in getValue()
78 return const_cast<DbgValueInst *>(this)->getValue(); in getValue()
81 Value *DbgValueInst::getValue() { return getValueImpl(getArgOperand(0)); } in getValue()
HDDebugInfo.cpp242 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
HDVerifier.cpp3218 visitDbgIntrinsic("value", cast<DbgValueInst>(*CS.getInstruction())); in visitIntrinsicCallSite()
3546 if (auto *DVI = dyn_cast<DbgValueInst>(&I)) { in verifyBitPieceExpression()
/NextBSD/contrib/llvm/include/llvm/IR/
HDDebugInfo.h34 class DbgValueInst; variable
82 void processValue(const Module &M, const DbgValueInst *DVI);
HDInstVisitor.h206 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);} in visitDbgValueInst()
265 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
HDIntrinsicInst.h110 class DbgValueInst : public DbgInfoIntrinsic {
/NextBSD/contrib/llvm/tools/llvm-dis/
HDllvm-dis.cpp104 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.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()
HDFastISel.cpp1176 const DbgValueInst *DI = cast<DbgValueInst>(II); in selectIntrinsicCall()
HDSelectionDAGBuilder.cpp938 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
4295 const DbgValueInst &DI = cast<DbgValueInst>(I); in visitIntrinsicCall()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLocal.cpp297 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead()
973 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDScalarReplAggregates.cpp1053 SmallVector<DbgValueInst *, 4> DVIs;
1067 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in run()
1079 for (SmallVectorImpl<DbgValueInst *>::iterator I = DVIs.begin(), in run()
1081 DbgValueInst *DVI = *I; in run()
1102 for (SmallVectorImpl<DbgValueInst *>::const_iterator I = DVIs.begin(), in updateDebugInfo()
1104 DbgValueInst *DVI = *I; in updateDebugInfo()
HDSROA.cpp1088 SmallVector<DbgValueInst *, 4> DVIs;
1104 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in run()
1154 for (DbgValueInst *DVI : DVIs) { in updateDebugInfo()
/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp4511 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues()