/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 38 class DbgDeclareInst; variable 193 SmallPtrSet<const DbgDeclareInst *, 8> PreprocessedDbgDeclares;
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 122 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 34 class DbgDeclareInst; variable 43 TinyPtrVector<DbgDeclareInst *> findDbgDeclares(Value *V);
|
H A D | InstVisitor.h | 203 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgVariableIntrinsic);} in visitDbgDeclareInst() 288 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst); in delegateCallInst()
|
H A D | IntrinsicInst.h | 438 class DbgDeclareInst : public DbgVariableIntrinsic {
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 47 TinyPtrVector<DbgDeclareInst *> llvm::findDbgDeclares(Value *V) { in findDbgDeclares() 59 TinyPtrVector<DbgDeclareInst *> Declares; in findDbgDeclares() 61 if (auto *DDI = dyn_cast<DbgDeclareInst>(U)) in findDbgDeclares() 2153 DenseMap<const AllocaInst *, SmallPtrSet<DbgDeclareInst *, 2>> DbgDeclares; in runOnFunction() 2184 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(&I)) in runOnFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 1128 TinyPtrVector<DbgDeclareInst *> DIs = findDbgDeclares(PromiseAlloca); in buildFrameDebugInfo() 1134 DbgDeclareInst *PromiseDDI = DIs.front(); in buildFrameDebugInfo() 1894 TinyPtrVector<DbgDeclareInst *> DIs = findDbgDeclares(Def); in insertSpills() 2974 if (isa<DbgDeclareInst>(DVI)) { in salvageDebugInfo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | IRTranslator.h | 44 class DbgDeclareInst; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | AssignmentTrackingAnalysis.cpp | 2125 DbgDeclareInst *DynCastToDbgDeclare(DbgVariableIntrinsic *DVI) { in DynCastToDbgDeclare() 2126 return dyn_cast<DbgDeclareInst>(DVI); in DynCastToDbgDeclare() 2166 SmallVector<DbgDeclareInst *> InstDeclares; in buildOverlapMapAndRecordDeclares()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | MergeFunctions.cpp | 659 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { in filterInstsUnrelatedToPDI()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 4976 return cast<DbgDeclareInst>(DVI)->getAddress(); in getAddress() 4988 return cast<DbgDeclareInst>(DVI)->isKillLocation(); in isKillAddress() 5002 return cast<DbgDeclareInst>(DVI)->getExpression(); in getAddressExpression() 5102 insertNewDbgInst(DIBuilder &DIB, DbgDeclareInst *Orig, AllocaInst *NewAddr, in insertNewDbgInst() 5525 for (DbgDeclareInst *OldDII : findDbgDeclares(AI)) in deleteDeadInstructions()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | FastISel.cpp | 1407 const DbgDeclareInst *DI = cast<DbgDeclareInst>(II); in selectIntrinsicCall()
|
H A D | SelectionDAGISel.cpp | 1574 const auto *DI = dyn_cast<DbgDeclareInst>(&I); in processDbgDeclares()
|
H A D | SelectionDAGBuilder.cpp | 6620 const auto &DI = cast<DbgDeclareInst>(I); in visitIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 1919 SmallVector<DbgDeclareInst *, 4> Dbgs; in LowerDbgDeclare() 1923 if (auto *DDI = dyn_cast<DbgDeclareInst>(&BI)) in LowerDbgDeclare() 2135 TinyPtrVector<DbgDeclareInst *> DbgDeclares = findDbgDeclares(Address); in replaceDbgDeclare()
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Core.h | 1861 macro(DbgDeclareInst) \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 2771 const DbgDeclareInst *DI = cast<DbgDeclareInst>(II); in fastLowerIntrinsicCall()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2197 const DbgDeclareInst &DI = cast<DbgDeclareInst>(CI); in translateKnownIntrinsic()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 628 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in upgradeDeclareExpressions()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4842 if (isa<DbgDeclareInst>(User)) in tryToSinkInstructionDbgValues() 4858 if (isa<DbgDeclareInst>(User) && isa<CastInst>(I)) in tryToSinkInstructionDbgValues()
|