Searched refs:SHL_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.cpp121 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
194 case ISD::SHL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp96 setOperationAction(ISD::SHL_PARTS, VT, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp301 case ISD::SHL_PARTS: return "shl_parts";
H A DLegalizeDAG.cpp1202 case ISD::SHL_PARTS: {
H A DLegalizeIntegerTypes.cpp3340 PartsOpc = ISD::SHL_PARTS;
3348 // Next check to see if the target supports this SHL_PARTS operation or if it
3349 // will custom expand it. Don't lower this to SHL_PARTS when we optimise for
3365 // the new SHL_PARTS operation would need further legalization.
H A DSelectionDAG.cpp7452 case ISD::SHL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp112 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand);
113 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp411 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom);
414 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom);
2018 /// LowerShiftLeftParts - Lower SHL_PARTS, which
2026 assert(Op.getOpcode() == ISD::SHL_PARTS);
2195 case ISD::SHL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp221 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
482 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG);
H A DSIISelLowering.cpp250 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp147 setOperationAction(ISD::SHL_PARTS, XLenVT, Custom);
412 case ISD::SHL_PARTS:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp376 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
382 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
1238 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp87 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp114 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp102 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1643 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
1677 setOperationAction(ISD::SHL_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.cpp241 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
3233 case ISD::SHL_PARTS:
5935 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
5947 assert(Op.getOpcode() == ISD::SHL_PARTS);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp569 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom);
574 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
10493 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1070 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom);
1085 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand);
5888 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
5902 assert(Op.getOpcode() == ISD::SHL_PARTS);
9327 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp286 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp447 setOperationAction(ISD::SHL_PARTS, VT, Custom);
18500 if (Op.getOpcode() == ISD::SHL_PARTS) {
18517 if (Op.getOpcode() == ISD::SHL_PARTS) {
[all...]

Completed in 1100 milliseconds