Home
last modified time | relevance | path

Searched refs:SRL_PARTS (Results 1 – 24 of 24) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DISDOpcodes.h751 SRL_PARTS, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp122 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
192 case ISD::SRL_PARTS: in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp113 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
114 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp324 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
DSelectionDAG.cpp3373 case ISD::SRL_PARTS: { in computeKnownBits()
9388 case ISD::SRL_PARTS: in getNode()
DLegalizeDAG.cpp1262 case ISD::SRL_PARTS: in LegalizeOp()
DLegalizeIntegerTypes.cpp4268 PartsOpc = ISD::SRL_PARTS; in ExpandIntRes_Shift()
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/
DBPFISelLowering.cpp113 setOperationAction(ISD::SRL_PARTS, VT, Expand); in BPFTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp440 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
443 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
2084 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
2317 case ISD::SRL_PARTS: in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp153 setOperationAction({ISD::SHL_PARTS, ISD::SRL_PARTS, ISD::SRA_PARTS}, MVT::i32, in R600TargetLowering()
405 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()
DSIISelLowering.cpp249 setOperationAction({ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS}, MVT::i64, in SITargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsISelLowering.cpp363 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
369 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
1236 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1793 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1827 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp102 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/AVR/
DAVRISelLowering.cpp96 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp145 ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, ISD::SUBE}) { in WebAssemblyTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/VE/
DVEISelLowering.cpp172 setOperationAction(ISD::SRL_PARTS, IntVT, Expand); in initSPUActions()
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1582 ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS, in HexagonTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp1157 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1174 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
6307 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
10452 case ISD::SRL_PARTS: in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp735 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
740 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
11350 case ISD::SRL_PARTS: return LowerSRL_PARTS(Op, DAG); in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp274 setOperationAction({ISD::SHL_PARTS, ISD::SRL_PARTS, ISD::SRA_PARTS}, XLenVT, in RISCVTargetLowering()
3754 case ISD::SRL_PARTS: in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp292 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp449 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in AArch64TargetLowering()
5932 case ISD::SRL_PARTS: in LowerOperation()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp498 setOperationAction(ISD::SRL_PARTS, VT, Custom); in X86TargetLowering()
33198 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()