Searched refs:SRA_PARTS (Results 1 - 18 of 18) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h358 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
362 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp221 case ISD::SRA_PARTS: return "sra_parts";
H A DLegalizeIntegerTypes.cpp2131 PartsOpc = ISD::SRA_PARTS;
H A DLegalizeDAG.cpp1322 case ISD::SRA_PARTS:
H A DSelectionDAG.cpp5182 case ISD::SRA_PARTS:
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp137 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand);
138 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand);
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp138 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp164 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom);
167 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom);
1651 /// LowerShiftRightParts - Lower SRL_PARTS, SRA_PARTS, which
1659 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
1667 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
1794 case ISD::SRA_PARTS:
/external/llvm/lib/Target/R600/
H A DR600ISelLowering.cpp179 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
586 case ISD::SRA_PARTS:
1051 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS;
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp279 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
285 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
854 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1745 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
1755 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp108 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1544 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand);
1561 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp148 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
1995 case ISD::SRA_PARTS:
4106 /// LowerShiftRightParts - Lower SRA_PARTS, which returns two
4118 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
4120 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp677 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
4065 /// LowerShiftRightParts - Lower SRA_PARTS, which returns two
4077 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL;
4079 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
6302 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp224 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp391 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom);
396 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom);
7697 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp451 setOperationAction(ISD::SRA_PARTS , MVT::i32 , Custom);
455 setOperationAction(ISD::SRA_PARTS , MVT::i64 , Custom);
11338 /// LowerShiftParts - Lower SRA_PARTS and friends, which return two i32 values
11345 bool isSRA = Op.getOpcode() == ISD::SRA_PARTS;
17204 case ISD::SRA_PARTS:

Completed in 327 milliseconds