/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 517 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 121 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in LanaiTargetLowering() 194 case ISD::SHL_PARTS: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 301 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 3328 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()
|
D | LegalizeDAG.cpp | 1202 case ISD::SHL_PARTS: { in LegalizeOp()
|
D | SelectionDAG.cpp | 7455 case ISD::SHL_PARTS: in getNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 96 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 112 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 113 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 411 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering() 414 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering() 2026 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts() 2195 case ISD::SHL_PARTS: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 221 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in R600TargetLowering() 482 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG); in LowerOperation()
|
D | SIISelLowering.cpp | 250 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SITargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 147 setOperationAction(ISD::SHL_PARTS, XLenVT, Custom); in RISCVTargetLowering() 404 case ISD::SHL_PARTS: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 376 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in MipsTargetLowering() 382 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in MipsTargetLowering() 1238 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 114 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS, in WebAssemblyTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 87 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1643 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering() 1677 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 102 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1430 ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS, in HexagonTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1069 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering() 1084 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in ARMTargetLowering() 5901 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts() 9324 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 241 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in AArch64TargetLowering() 3233 case ISD::SHL_PARTS: in LowerOperation() 5947 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 552 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in PPCTargetLowering() 557 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in PPCTargetLowering() 10470 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 286 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 447 setOperationAction(ISD::SHL_PARTS, VT, Custom); in X86TargetLowering() 18500 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts() 18517 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts() 28560 case ISD::SHL_PARTS: in LowerOperation()
|