Searched refs:lowerJumpTable (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchISelLowering.h | 208 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | LoongArchISelLowering.cpp | 233 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 D | Relocation.txt | 17 lowerJumpTable(SDValue Op, SelectionDAG &DAG) const
|
| H A D | MipsISelLowering.h | 540 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | MipsISelLowering.cpp | 1223 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 D | VEISelLowering.h | 151 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | VEISelLowering.cpp | 1319 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 D | RISCVISelLowering.h | 654 SDValue lowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | RISCVISelLowering.cpp | 3735 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 D | SystemZISelLowering.h | 643 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
|
| H A D | SystemZISelLowering.cpp | 3430 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT, in lowerJumpTable() function in SystemZTargetLowering 5716 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG); in LowerOperation()
|