/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/NVPTX/ |
D | NVPTXISelLowering.cpp | 412 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering() 415 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering() 1965 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 1973 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 2197 case ISD::SRA_PARTS: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 223 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in R600TargetLowering() 483 case ISD::SRA_PARTS: in LowerOperation() 837 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerSRXParts()
|
D | SIISelLowering.cpp | 251 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SITargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 98 setOperationAction(ISD::SRA_PARTS, VT, Expand); in BPFTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 302 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
|
D | LegalizeDAG.cpp | 1201 case ISD::SRA_PARTS: in LegalizeOp()
|
D | LegalizeIntegerTypes.cpp | 3333 PartsOpc = ISD::SRA_PARTS; in ExpandIntRes_Shift()
|
D | SelectionDAG.cpp | 7453 case ISD::SRA_PARTS: in getNode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 116 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 117 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 149 setOperationAction(ISD::SRA_PARTS, XLenVT, Custom); in RISCVTargetLowering() 406 case ISD::SRA_PARTS: in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 123 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 377 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in MipsTargetLowering() 383 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in MipsTargetLowering() 1239 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); 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 | 88 setOperationAction(ISD::SRA_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 | 1644 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in SparcTargetLowering() 1678 setOperationAction(ISD::SRA_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 | 103 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 242 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in AArch64TargetLowering() 3236 case ISD::SRA_PARTS: in LowerOperation() 5889 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 5891 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 1070 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in ARMTargetLowering() 1085 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in ARMTargetLowering() 5856 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 5858 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 9326 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
|
/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/PowerPC/ |
D | PPCISelLowering.cpp | 553 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in PPCTargetLowering() 558 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in PPCTargetLowering() 10472 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG); in LowerOperation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 287 setOperationAction(ISD::SRA_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 | 448 setOperationAction(ISD::SRA_PARTS, VT, Custom); in X86TargetLowering() 18486 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerShiftParts() 28561 case ISD::SRA_PARTS: in LowerOperation()
|