Home
last modified time | relevance | path

Searched refs:DbgDeclareInst (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h38 class DbgDeclareInst; variable
193 SmallPtrSet<const DbgDeclareInst *, 8> PreprocessedDbgDeclares;
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp122 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h34 class DbgDeclareInst; variable
43 TinyPtrVector<DbgDeclareInst *> findDbgDeclares(Value *V);
H A DInstVisitor.h203 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgVariableIntrinsic);} in visitDbgDeclareInst()
288 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst); in delegateCallInst()
H A DIntrinsicInst.h438 class DbgDeclareInst : public DbgVariableIntrinsic {
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp47 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 DCoroFrame.cpp1128 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 DIRTranslator.h44 class DbgDeclareInst; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAssignmentTrackingAnalysis.cpp2125 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 DMergeFunctions.cpp659 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { in filterInstsUnrelatedToPDI()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp4976 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 DFastISel.cpp1407 const DbgDeclareInst *DI = cast<DbgDeclareInst>(II); in selectIntrinsicCall()
H A DSelectionDAGISel.cpp1574 const auto *DI = dyn_cast<DbgDeclareInst>(&I); in processDbgDeclares()
H A DSelectionDAGBuilder.cpp6620 const auto &DI = cast<DbgDeclareInst>(I); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1919 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 DCore.h1861 macro(DbgDeclareInst) \
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2771 const DbgDeclareInst *DI = cast<DbgDeclareInst>(II); in fastLowerIntrinsicCall()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2197 const DbgDeclareInst &DI = cast<DbgDeclareInst>(CI); in translateKnownIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp628 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in upgradeDeclareExpressions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4842 if (isa<DbgDeclareInst>(User)) in tryToSinkInstructionDbgValues()
4858 if (isa<DbgDeclareInst>(User) && isa<CastInst>(I)) in tryToSinkInstructionDbgValues()