Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
H A DMipsISelLowering.h573 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1338 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()
2380 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h242 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1308 SDValue VETargetLowering::lowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in lowerJumpTable() function in VETargetLowering
1888 return lowerJumpTable(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h354 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp473 return lowerJumpTable(Op, DAG); in LowerOperation()
2919 SDValue LoongArchTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h704 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp4189 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering
7033 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h498 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp7228 return lowerJumpTable(Op, DAG); in LowerOperation()
8769 SDValue RISCVTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in RISCVTargetLowering