Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/VE/
H A DVEISelLowering.h146 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1305 SDValue VETargetLowering::lowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in lowerJumpTable() function in VETargetLowering
1890 return lowerJumpTable(Op, DAG); in LowerOperation()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DRelocation.txt17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
H A DMipsISelLowering.h540 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DMipsISelLowering.cpp1223 case ISD::JumpTable: return lowerJumpTable(Op, DAG); in LowerOperation()
2216 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const in lowerJumpTable() function in MipsTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h632 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3102 return lowerJumpTable(Op, DAG); in LowerOperation()
3769 SDValue RISCVTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h646 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp3430 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering
5716 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()