Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
H A DMipsISelLowering.h542 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1247 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()
2239 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h287 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp395 return lowerJumpTable(Op, DAG); in LowerOperation()
1762 SDValue LoongArchTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in LoongArchTargetLowering
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h241 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1317 SDValue VETargetLowering::lowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in lowerJumpTable() function in VETargetLowering
1901 return lowerJumpTable(Op, DAG); in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h680 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3733 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering
6141 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h925 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp6257 return lowerJumpTable(Op, DAG); in LowerOperation()
7398 SDValue RISCVTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in RISCVTargetLowering