Home
last modified time | relevance | path

Searched refs:DbgLabelInst (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDInstVisitor.h207 RetTy visitDbgLabelInst(DbgLabelInst &I) { DELEGATE(DbgInfoIntrinsic);} in visitDbgLabelInst()
290 case Intrinsic::dbg_label: DELEGATE(DbgLabelInst); in delegateCallInst()
HDDebugProgramInstruction.h67 class DbgLabelInst; variable
244 DbgLabelInst *createDebugIntrinsic(Module *M,
HDIntrinsicInst.h533 class DbgLabelInst : public DbgInfoIntrinsic {
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugProgramInstruction.cpp459 DbgLabelInst *
465 DbgLabelInst *DbgLabel = cast<DbgLabelInst>( in createDebugIntrinsic()
HDBasicBlock.cpp94 if (DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(&I)) { in convertToNewDbgValues()
HDVerifier.cpp592 void visitDbgLabelIntrinsic(StringRef Kind, DbgLabelInst &DLI);
5462 visitDbgLabelIntrinsic("label", cast<DbgLabelInst>(Call)); in visitIntrinsicCall()
6795 void Verifier::visitDbgLabelIntrinsic(StringRef Kind, DbgLabelInst &DLI) { in visitDbgLabelIntrinsic()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDFastISel.cpp1451 const DbgLabelInst *DI = cast<DbgLabelInst>(II); in selectIntrinsicCall()
HDSelectionDAGBuilder.cpp6640 const DbgLabelInst &DI = cast<DbgLabelInst>(I); in visitIntrinsicCall()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCodeExtractor.cpp1655 if (auto *DLI = dyn_cast<DbgLabelInst>(&I)) { in fixupDebugInfoPostExtraction()
HDLocal.cpp433 if (const DbgLabelInst *DLI = dyn_cast<DbgLabelInst>(I)) { in wouldInstructionBeTriviallyDead()
/freebsd-head/contrib/llvm-project/llvm/include/llvm-c/
HDCore.h1862 macro(DbgLabelInst) \
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp2204 const DbgLabelInst &DI = cast<DbgLabelInst>(CI); in translateKnownIntrinsic()