Home
last modified time | relevance | path

Searched refs:SHL_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.h664 SHL_PARTS, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp236 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp97 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp125 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
126 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp121 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
194 case ISD::SHL_PARTS: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp121 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
194 case ISD::SHL_PARTS: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp96 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp301 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.cpp95 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp307 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp112 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
113 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp111 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
112 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp411 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
414 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
2026 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
2195 case ISD::SHL_PARTS: in LowerOperation()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp167 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
170 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1769 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
1843 case ISD::SHL_PARTS: in LowerOperation()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp395 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
398 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
2009 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
2178 case ISD::SHL_PARTS: in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp221 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in R600TargetLowering()
482 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG); in LowerOperation()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp221 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in R600TargetLowering()
482 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp178 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in R600TargetLowering()
619 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG); in LowerOperation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp147 setOperationAction(ISD::SHL_PARTS, XLenVT, Custom); in RISCVTargetLowering()
404 case ISD::SHL_PARTS: in LowerOperation()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp297 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
303 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
912 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp107 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
/external/llvm-project/llvm/lib/Target/VE/
DVEISelLowering.cpp161 setOperationAction(ISD::SHL_PARTS, IntVT, Expand); in initSPUActions()

123