Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h350 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp158 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
161 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1284 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
1292 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts()
1419 case ISD::SRA_PARTS: in LowerOperation()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp216 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp2089 PartsOpc = ISD::SRA_PARTS; in ExpandIntRes_Shift()
DLegalizeDAG.cpp1319 case ISD::SRA_PARTS: in LegalizeOp()
DSelectionDAG.cpp5016 case ISD::SRA_PARTS: in getNode()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp134 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
135 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/R600/
DR600ISelLowering.cpp169 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in R600TargetLowering()
575 case ISD::SRA_PARTS: in LowerOperation()
1089 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerSRXParts()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1421 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in HexagonTargetLowering()
/external/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1541 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1558 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp145 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in AArch64TargetLowering()
1587 case ISD::SRA_PARTS: in LowerOperation()
3703 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts()
3705 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp273 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in MipsTargetLowering()
800 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp108 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp623 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in ARMTargetLowering()
4012 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts()
4014 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
6229 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp391 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in PPCTargetLowering()
396 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in PPCTargetLowering()
6164 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp218 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp588 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom); in resetOperationActions()
592 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom); in resetOperationActions()
10622 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerShiftParts()
16192 case ISD::SRA_PARTS: in LowerOperation()