Searched refs:SRA_PARTS (Results 1 – 14 of 14) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 345 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 207 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
|
D | LegalizeIntegerTypes.cpp | 2089 PartsOpc = ISD::SRA_PARTS; in ExpandIntRes_Shift()
|
D | LegalizeDAG.cpp | 1295 case ISD::SRA_PARTS: in LegalizeOp()
|
D | SelectionDAG.cpp | 4756 case ISD::SRA_PARTS: in getNode()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 137 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 138 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 1422 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in HexagonTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 107 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 279 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/ |
D | SparcISelLowering.cpp | 1348 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 355 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/ |
D | SystemZISelLowering.cpp | 179 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 660 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/ |
D | X86ISelLowering.cpp | 555 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()
|