Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h208 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DLoongArchISelLowering.cpp233 return lowerJumpTable(Op, DAG); in LowerOperation()
489 SDValue LoongArchTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in LoongArchTargetLowering
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h151 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DVEISelLowering.cpp1319 SDValue VETargetLowering::lowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in lowerJumpTable() function in VETargetLowering
1904 return lowerJumpTable(Op, DAG); in LowerOperation()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h654 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
H A DRISCVISelLowering.cpp3735 return lowerJumpTable(Op, DAG); in LowerOperation()
4453 SDValue RISCVTargetLowering::lowerJumpTable(SDValue Op, in lowerJumpTable() function in RISCVTargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h643 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()