/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCISelLowering.h | 87 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | ARCISelLowering.cpp | 210 SDValue ARCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in ARCTargetLowering 760 return LowerJumpTable(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.h | 84 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | LanaiISelLowering.cpp | 189 return LowerJumpTable(Op, DAG); in LowerOperation() 1208 SDValue LanaiTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in LanaiTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.h | 112 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | WebAssemblyISelLowering.cpp | 1002 return LowerJumpTable(Op, DAG); in LowerOperation() 1164 SDValue WebAssemblyTargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in WebAssemblyTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.h | 100 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | MSP430ISelLowering.cpp | 355 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation() 1328 SDValue MSP430TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in MSP430TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 252 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | HexagonISelLowering.cpp | 1007 HexagonTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in HexagonTargetLowering 2922 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 716 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | AArch64ISelLowering.cpp | 3171 return LowerJumpTable(Op, DAG); in LowerOperation() 5538 SDValue AArch64TargetLowering::LowerJumpTable(SDValue Op, in LowerJumpTable() function in AArch64TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 1058 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | PPCISelLowering.cpp | 2827 SDValue PPCTargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in PPCTargetLowering 10439 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1373 SDValue LowerJumpTable(SDValue Op, SelectionDAG &DAG) const;
|
D | X86ISelLowering.cpp | 18061 SDValue X86TargetLowering::LowerJumpTable(SDValue Op, SelectionDAG &DAG) const { in LowerJumpTable() function in X86TargetLowering 28598 case ISD::JumpTable: return LowerJumpTable(Op, DAG); in LowerOperation()
|