Home
last modified time | relevance | path

Searched refs:SRL_PARTS (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h517 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp122 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
196 case ISD::SRL_PARTS: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp303 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
DLegalizeDAG.cpp1200 case ISD::SRL_PARTS: in LegalizeOp()
DLegalizeIntegerTypes.cpp3330 PartsOpc = ISD::SRL_PARTS; in ExpandIntRes_Shift()
DSelectionDAG.cpp7454 case ISD::SRL_PARTS: in getNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp97 setOperationAction(ISD::SRL_PARTS, VT, Expand); in BPFTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp114 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
115 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp413 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
416 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1965 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
2198 case ISD::SRL_PARTS: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp222 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in R600TargetLowering()
484 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG); in LowerOperation()
DSIISelLowering.cpp252 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SITargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp148 setOperationAction(ISD::SRL_PARTS, XLenVT, Custom); in RISCVTargetLowering()
408 case ISD::SRL_PARTS: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp378 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
384 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
1240 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp115 ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, ISD::SUBE}) { in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp89 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1645 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1679 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp104 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1430 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/
DARMISelLowering.cpp1071 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1086 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
5858 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
9325 case ISD::SRL_PARTS: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp243 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in AArch64TargetLowering()
3235 case ISD::SRL_PARTS: in LowerOperation()
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/PowerPC/
DPPCISelLowering.cpp554 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
559 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
10471 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp285 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp449 setOperationAction(ISD::SRL_PARTS, VT, Custom); in X86TargetLowering()
28562 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()