Searched refs:SHL_PARTS (Results 1 - 19 of 19) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h377 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
380 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator in enum:llvm::ISD::NodeType
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp129 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand);
130 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp235 case ISD::SHL_PARTS: return "shl_parts";
H A DLegalizeIntegerTypes.cpp2249 PartsOpc = ISD::SHL_PARTS;
2257 // Next check to see if the target supports this SHL_PARTS operation or if it
2270 // the new SHL_PARTS operation would need further legalization.
H A DLegalizeDAG.cpp1376 case ISD::SHL_PARTS:
H A DSelectionDAG.cpp5524 case ISD::SHL_PARTS:
/external/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp134 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp152 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS,
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp167 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom);
170 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom);
1747 /// LowerShiftLeftParts - Lower SHL_PARTS, which
1755 assert(Op.getOpcode() == ISD::SHL_PARTS);
1829 case ISD::SHL_PARTS:
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp299 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
305 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
884 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG);
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp176 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
594 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp105 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1645 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
1662 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1692 ISD::BSWAP, ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS,
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp134 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
2309 case ISD::SHL_PARTS:
4450 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
4462 assert(Op.getOpcode() == ISD::SHL_PARTS);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp733 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
4288 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
4301 assert(Op.getOpcode() == ISD::SHL_PARTS);
6862 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp398 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
403 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
7989 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp463 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom);
467 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom);
12478 if (Op.getOpcode() == ISD::SHL_PARTS) {
12499 if (Op.getOpcode() == ISD::SHL_PARTS) {
20076 case ISD::SHL_PARTS:
[all...]
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp235 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);

Completed in 346 milliseconds