Home
last modified time | relevance | path

Searched refs:SHL_PARTS (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h791 SHL_PARTS, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp121 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
192 case ISD::SHL_PARTS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp111 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
112 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp353 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
H A DSelectionDAG.cpp3648 case ISD::SHL_PARTS: in computeKnownBits()
3663 if (Opcode == ISD::SHL_PARTS) in computeKnownBits()
10314 case ISD::SHL_PARTS: in getNode()
H A DLegalizeDAG.cpp1282 case ISD::SHL_PARTS: { in LegalizeOp()
H A DLegalizeIntegerTypes.cpp4704 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()
H A DTargetLowering.cpp8124 bool IsSHL = Node->getOpcode() == ISD::SHL_PARTS; in expandShiftParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp112 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp153 setOperationAction({ISD::SHL_PARTS, ISD::SRL_PARTS, ISD::SRA_PARTS}, MVT::i32, in R600TargetLowering()
403 case ISD::SHL_PARTS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp64 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in CSKYTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp563 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
566 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
2493 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
2779 case ISD::SHL_PARTS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp103 for (auto OP : {ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS}) in M68kTargetLowering()
1416 case ISD::SHL_PARTS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp390 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
396 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
1258 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1827 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1861 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp100 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp94 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp157 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS, in WebAssemblyTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp77 setOperationAction(ISD::SHL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
396 case ISD::SHL_PARTS: in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp170 setOperationAction(ISD::SHL_PARTS, IntVT, Expand); in initSPUActions()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1602 ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS, in HexagonTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp346 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
352 setOperationAction(ISD::SHL_PARTS, MVT::i128, Expand); in SystemZTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1175 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1192 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
6377 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
10607 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp749 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
754 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
11845 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp336 setOperationAction({ISD::SHL_PARTS, ISD::SRL_PARTS, ISD::SRA_PARTS}, XLenVT, in RISCVTargetLowering()
6277 case ISD::SHL_PARTS: in LowerOperation()

12