/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 383 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 517 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 664 SHL_PARTS, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 236 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 97 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 125 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/ |
D | LanaiISelLowering.cpp | 121 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/ |
D | LanaiISelLowering.cpp | 121 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/ |
D | BPFISelLowering.cpp | 96 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 301 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 95 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 307 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 112 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/ |
D | MSP430ISelLowering.cpp | 111 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/ |
D | NVPTXISelLowering.cpp | 411 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/ |
D | NVPTXISelLowering.cpp | 167 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/ |
D | NVPTXISelLowering.cpp | 395 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/ |
D | R600ISelLowering.cpp | 221 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/ |
D | R600ISelLowering.cpp | 221 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/ |
D | R600ISelLowering.cpp | 178 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/ |
D | RISCVISelLowering.cpp | 147 setOperationAction(ISD::SHL_PARTS, XLenVT, Custom); in RISCVTargetLowering() 404 case ISD::SHL_PARTS: in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 297 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/ |
D | LanaiISelLowering.cpp | 107 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.cpp | 161 setOperationAction(ISD::SHL_PARTS, IntVT, Expand); in initSPUActions()
|