Searched refs:lowerJumpTable (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.h | 128 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | VEISelLowering.cpp | 1261 SDValue VETargetLowering::lowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in lowerJumpTable() function in VETargetLowering 1704 return lowerJumpTable(Op, DAG); in LowerOperation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Relocation.txt | 17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
|
| H A D | MipsISelLowering.h | 536 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsISelLowering.cpp | 1215 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation() 2208 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 532 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | RISCVISelLowering.cpp | 2101 return lowerJumpTable(Op, DAG); in LowerOperation() 2768 SDValue RISCVTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in RISCVTargetLowering
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 622 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
|
| H A D | SystemZISelLowering.cpp | 3294 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering 5441 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
|