Searched refs:lowerJumpTable (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 146 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | VEISelLowering.cpp | 1305 SDValue VETargetLowering::lowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in lowerJumpTable() function in VETargetLowering 1890 return lowerJumpTable(Op, DAG); in LowerOperation()
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
|
| H A D | MipsISelLowering.h | 540 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsISelLowering.cpp | 1223 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation() 2216 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 632 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | RISCVISelLowering.cpp | 3102 return lowerJumpTable(Op, DAG); in LowerOperation() 3769 SDValue RISCVTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in RISCVTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 646 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
|
| H A D | SystemZISelLowering.cpp | 3430 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering 5716 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
|