Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
H A DMipsISelLowering.h538 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1231 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()
2223 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h267 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp390 return lowerJumpTable(Op, DAG); in LowerOperation()
823 SDValue LoongArchTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in LoongArchTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h241 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1319 SDValue VETargetLowering::lowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in lowerJumpTable() function in VETargetLowering
1903 return lowerJumpTable(Op, DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h673 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3710 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering
6116 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h863 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp5849 return lowerJumpTable(Op, DAG); in LowerOperation()
6897 SDValue RISCVTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in RISCVTargetLowering