Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h350 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp133 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
134 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Alpha/
DAlphaISelLowering.cpp109 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in AlphaTargetLowering()
584 case ISD::SRL_PARTS: { in LowerOperation()
/external/llvm/lib/Target/Blackfin/
DBlackfinISelLowering.cpp106 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in BlackfinTargetLowering()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp134 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.cpp167 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in MBlazeTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp775 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp105 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp279 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
284 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
4513 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp136 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in MipsTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp550 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
3230 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
4856 case ISD::SRL_PARTS: in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4392 case ISD::SRL_PARTS: in getNode()
5922 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp1995 PartsOpc = ISD::SRL_PARTS; in ExpandIntRes_Shift()
DLegalizeDAG.cpp933 case ISD::SRL_PARTS: in LegalizeOp()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp484 setOperationAction(ISD::SRL_PARTS , MVT::i32 , Custom); in X86TargetLowering()
488 setOperationAction(ISD::SRL_PARTS , MVT::i64 , Custom); in X86TargetLowering()
9311 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()