Searched refs:getJumpTableDebugInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 775 LLVM_ABI SDValue getJumpTableDebugInfo(int JTI, SDValue Chain,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1956 SDValue SelectionDAG::getJumpTableDebugInfo(int JTI, SDValue Chain, in getJumpTableDebugInfo() function in SelectionDAG
|
| H A D | TargetLowering.cpp | 506 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 24342 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 11666 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Op.getOperand(0), DL); in LowerBR_JT()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 60763 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()
|