Searched refs:SRL_PARTS (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h514 /// SHL_PARTS/SRA_PARTS/SRL_PARTS - These operators are used for expanded
517 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator in enum:llvm::ISD::NodeType
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp122 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
196 case ISD::SRL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp97 setOperationAction(ISD::SRL_PARTS, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp303 case ISD::SRL_PARTS: return "srl_parts";
H A DLegalizeDAG.cpp1200 case ISD::SRL_PARTS:
H A DLegalizeIntegerTypes.cpp3342 PartsOpc = ISD::SRL_PARTS;
H A DSelectionDAG.cpp7451 case ISD::SRL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp114 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand);
115 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp413 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom);
416 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom);
1957 /// LowerShiftRightParts - Lower SRL_PARTS, SRA_PARTS, which
1965 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
2198 case ISD::SRL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp222 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
484 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG);
H A DSIISelLowering.cpp252 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp148 setOperationAction(ISD::SRL_PARTS, XLenVT, Custom);
416 case ISD::SRL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp378 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
384 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
1240 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp89 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp115 ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, ISD::SUBE}) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp104 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1645 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
1679 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1430 ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp243 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
3235 case ISD::SRL_PARTS:
5891 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp571 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom);
576 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
10494 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1072 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom);
1087 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand);
5859 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS);
9328 case ISD::SRL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp285 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp449 setOperationAction(ISD::SRL_PARTS, VT, Custom);
[all...]

Completed in 902 milliseconds