Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h345 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp207 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp2089 PartsOpc = ISD::SRA_PARTS; in ExpandIntRes_Shift()
DLegalizeDAG.cpp1295 case ISD::SRA_PARTS: in LegalizeOp()
DSelectionDAG.cpp4756 case ISD::SRA_PARTS: in getNode()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp137 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
138 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1422 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp107 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp279 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in MipsTargetLowering()
747 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1348 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp355 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in PPCTargetLowering()
360 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in PPCTargetLowering()
5756 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp179 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp660 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in ARMTargetLowering()
3736 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts()
3738 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
5887 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp555 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom); in resetOperationActions()
559 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom); in resetOperationActions()
8304 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerShiftParts()
12820 case ISD::SRA_PARTS: in LowerOperation()