Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h749 SHL_PARTS, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp121 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
190 case ISD::SHL_PARTS: in LowerOperation()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp322 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
H A DSelectionDAG.cpp3371 case ISD::SHL_PARTS: in computeKnownBits()
3386 if (Opcode == ISD::SHL_PARTS) in computeKnownBits()
9389 case ISD::SHL_PARTS: in getNode()
H A DLegalizeDAG.cpp1264 case ISD::SHL_PARTS: { in LegalizeOp()
H A DLegalizeIntegerTypes.cpp4266 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()
H A DTargetLowering.cpp7663 bool IsSHL = Node->getOpcode() == ISD::SHL_PARTS; in expandShiftParts()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp112 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp438 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
441 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
2145 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
2314 case ISD::SHL_PARTS: in LowerOperation()
/openbsd/gnu/llvm/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()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp65 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in CSKYTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp58 setOperationAction(ISD::SHL_PARTS, GRLenVT, Custom); in LoongArchTargetLowering()
234 case ISD::SHL_PARTS: in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kISelLowering.cpp104 for (auto OP : {ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS}) in M68kTargetLowering()
1388 case ISD::SHL_PARTS: in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp361 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
367 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
1234 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1791 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1825 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp100 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp144 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS, in WebAssemblyTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/AVR/
H A DAVRISelLowering.cpp94 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.cpp170 setOperationAction(ISD::SHL_PARTS, IntVT, Expand); in initSPUActions()
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1582 ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS, in HexagonTargetLowering()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1155 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1172 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
6350 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
10451 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp733 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
738 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
11349 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp274 setOperationAction({ISD::SHL_PARTS, ISD::SRL_PARTS, ISD::SRA_PARTS}, XLenVT, in RISCVTargetLowering()
3750 case ISD::SHL_PARTS: in LowerOperation()
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp293 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()

12