Home
last modified time | relevance | path

Searched refs:getJumpTableDebugInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h775 LLVM_ABI SDValue getJumpTableDebugInfo(int JTI, SDValue Chain,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1956 SDValue SelectionDAG::getJumpTableDebugInfo(int JTI, SDValue Chain, in getJumpTableDebugInfo() function in SelectionDAG
H A DTargetLowering.cpp506 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp24342 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp11666 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Op.getOperand(0), DL); in LowerBR_JT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp60763 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()