Home
last modified time | relevance | path

Searched refs:LowerJumpTable (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCISelLowering.h87 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDARCISelLowering.cpp210 SDValue ARCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in ARCTargetLowering
760 return LowerJumpTable(Op, DAG); in LowerOperation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiISelLowering.h84 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDLanaiISelLowering.cpp189 return LowerJumpTable(Op, DAG); in LowerOperation()
1208 SDValue LanaiTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in LanaiTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyISelLowering.h112 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDWebAssemblyISelLowering.cpp1002 return LowerJumpTable(Op, DAG); in LowerOperation()
1164 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in WebAssemblyTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430ISelLowering.h100 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDMSP430ISelLowering.cpp355 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
1328 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in MSP430TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h252 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDHexagonISelLowering.cpp1007 HexagonTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in HexagonTargetLowering
2922 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h716 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDAArch64ISelLowering.cpp3171 return LowerJumpTable(Op, DAG); in LowerOperation()
5538 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1058 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDPPCISelLowering.cpp2845 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering
10462 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.h1373 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
HDX86ISelLowering.cpp18061 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering
28601 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()