Searched refs:getJumpTableDebugInfo (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAG.h | 733 SDValue getJumpTableDebugInfo(int JTI, SDValue Chain, const SDLoc &DL);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1865 SDValue SelectionDAG::getJumpTableDebugInfo(int JTI, SDValue Chain, in getJumpTableDebugInfo() function in SelectionDAG
|
| H A D | TargetLowering.cpp | 482 Chain = DAG.getJumpTableDebugInfo(JTI, Chain, dl); in expandIndirectJTBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 9873 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Op.getOperand(0), DL); in LowerBR_JT()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 56410 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Value, dl); in expandIndirectJTBranch()
|