Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfo.h28 class DbgDeclareInst; variable
41 TinyPtrVector<DbgDeclareInst *> FindDbgDeclareUses(Value *V);
DInstVisitor.h204 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgVariableIntrinsic);} in visitDbgDeclareInst()
290 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst); in delegateCallInst()
DIntrinsicInst.h308 class DbgDeclareInst : public DbgVariableIntrinsic {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-dis/
Dllvm-dis.cpp112 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in printInfoComment()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DLocal.h45 class DbgDeclareInst; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DInliner.cpp210 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(U)) in mergeInlinedArrayAllocas()
DMergeFunctions.cpp572 } else if (auto *DDI = dyn_cast<DbgDeclareInst>(&*BI)) { in filterInstsUnrelatedToPDI()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp785 auto *I = llvm::find_if(DDIs, [](DbgDeclareInst *DDI) { in cacheDIVar()
940 TinyPtrVector<DbgDeclareInst *> DIs = FindDbgDeclareUses(PromiseAlloca); in buildFrameDebugInfo()
944 DbgDeclareInst *PromiseDDI = DIs.front(); in buildFrameDebugInfo()
1646 TinyPtrVector<DbgDeclareInst *> DIs = FindDbgDeclareUses(Def); in insertSpills()
1647 for (DbgDeclareInst *DDI : DIs) { in insertSpills()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DLocal.cpp417 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) { in wouldInstructionBeTriviallyDead()
1543 SmallVector<DbgDeclareInst *, 4> Dbgs; in LowerDbgDeclare()
1546 if (auto DDI = dyn_cast<DbgDeclareInst>(&BI)) in LowerDbgDeclare()
1553 DbgDeclareInst *DDI = I; in LowerDbgDeclare()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfo.cpp68 TinyPtrVector<DbgDeclareInst *> llvm::FindDbgDeclareUses(Value *V) { in FindDbgDeclareUses()
69 TinyPtrVector<DbgDeclareInst *> DDIs; in FindDbgDeclareUses()
71 if (auto *DDI = dyn_cast<DbgDeclareInst>(DVI)) in FindDbgDeclareUses()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1211 const DbgDeclareInst *DI = cast<DbgDeclareInst>(II); in selectIntrinsicCall()
DSelectionDAGISel.cpp1329 const DbgDeclareInst *DI = dyn_cast<DbgDeclareInst>(&I); in processDbgDeclares()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp1885 const DbgDeclareInst &DI = cast<DbgDeclareInst>(CI); in translateKnownIntrinsic()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp3745 if (isa<DbgDeclareInst>(User)) in TryToSinkInstruction()
3756 if (isa<DbgDeclareInst>(User) && isa<CastInst>(I)) in TryToSinkInstruction()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/
DCore.h1596 macro(DbgDeclareInst) \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp546 if (auto *DDI = dyn_cast<DbgDeclareInst>(&I)) in upgradeDeclareExpressions()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86FastISel.cpp2777 const DbgDeclareInst *DI = cast<DbgDeclareInst>(II); in fastLowerIntrinsicCall()