Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h350 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h383 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp110 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in AlphaTargetLowering()
590 case ISD::SRL_PARTS: { in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp134 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
135 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp108 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in BlackfinTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp238 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp127 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
128 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp98 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp108 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
182 case ISD::SRL_PARTS: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp135 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp169 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
172 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1706 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
1846 case ISD::SRL_PARTS: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp168 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp179 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in R600TargetLowering()
621 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp299 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
305 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
914 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp777 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.cpp106 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.cpp280 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
285 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
4538 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1695 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1712 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp107 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp167 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in MipsTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp560 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
3271 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
4970 case ISD::SRL_PARTS: in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4495 case ISD::SRL_PARTS: in getNode()
6028 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp2060 PartsOpc = ISD::SRL_PARTS; in ExpandIntRes_Shift()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp130 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in AArch64TargetLowering()
2381 case ISD::SRL_PARTS: in LowerOperation()
4440 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()

12