Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h357 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp212 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp2085 PartsOpc = ISD::SRL_PARTS; in ExpandIntRes_Shift()
DLegalizeDAG.cpp1290 case ISD::SRL_PARTS: in LegalizeOp()
DSelectionDAG.cpp4732 case ISD::SRL_PARTS: in getNode()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp135 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
136 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp170 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp782 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1432 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp106 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp263 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
918 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp310 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
315 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
5572 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp651 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
3503 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
5588 case ISD::SRL_PARTS: in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp501 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom); in X86TargetLowering()
505 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom); in X86TargetLowering()
12122 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()