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.h747 SDValue getJumpTableDebugInfo(int JTI, SDValue Chain, const SDLoc &DL);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1899 SDValue SelectionDAG::getJumpTableDebugInfo(int JTI, SDValue Chain, in getJumpTableDebugInfo() function in SelectionDAG
H A DTargetLowering.cpp483 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp22224 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Value, dl); in expandIndirectJTBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10837 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Op.getOperand(0), DL); in LowerBR_JT()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58012 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Value, dl); in expandIndirectJTBranch()