Home
last modified time | relevance | path

Searched refs:lowerJumpTable (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h128 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1261 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 DRelocation.txt17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
H A DMipsISelLowering.h536 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1215 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 DRISCVISelLowering.h532 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp2101 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 DSystemZISelLowering.h622 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3294 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering
5441 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()