Home
last modified time | relevance | path

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

123

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h383 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h517 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h666 SRL_PARTS, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp238 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp98 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp127 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
128 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp122 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
196 case ISD::SRL_PARTS: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp122 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
196 case ISD::SRL_PARTS: in LowerOperation()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp108 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
182 case ISD::SRL_PARTS: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp97 setOperationAction(ISD::SRL_PARTS, VT, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp303 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp96 setOperationAction(ISD::SRL_PARTS, VT, Expand); in BPFTargetLowering()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp309 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp114 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
115 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm-project/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp413 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
416 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1965 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
2198 case ISD::SRL_PARTS: in LowerOperation()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp169 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
172 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1706 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
1846 case ISD::SRL_PARTS: in LowerOperation()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp397 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
400 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1948 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
2181 case ISD::SRL_PARTS: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp222 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in R600TargetLowering()
484 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG); in LowerOperation()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp222 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in R600TargetLowering()
484 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp179 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in R600TargetLowering()
621 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp148 setOperationAction(ISD::SRL_PARTS, XLenVT, Custom); in RISCVTargetLowering()
408 case ISD::SRL_PARTS: in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp299 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
305 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
914 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp163 setOperationAction(ISD::SRL_PARTS, IntVT, Expand); in initSPUActions()

123