/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 | 665 SRA_PARTS, enumerator
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 237 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 99 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in BPFTargetLowering()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 129 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 130 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 412 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering() 415 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering() 1965 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 1973 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 2197 case ISD::SRA_PARTS: in LowerOperation()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 168 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering() 171 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering() 1706 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 1714 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 1845 case ISD::SRA_PARTS: in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 396 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering() 399 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering() 1948 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 1956 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 2180 case ISD::SRA_PARTS: in LowerOperation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 98 setOperationAction(ISD::SRA_PARTS, VT, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 302 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 223 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in R600TargetLowering() 483 case ISD::SRA_PARTS: in LowerOperation() 837 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerSRXParts()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 223 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in R600TargetLowering() 483 case ISD::SRA_PARTS: in LowerOperation() 842 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerSRXParts()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 97 setOperationAction(ISD::SRA_PARTS, VT, Expand); in BPFTargetLowering()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 308 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 116 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 117 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 115 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 116 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 180 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in R600TargetLowering() 620 case ISD::SRA_PARTS: in LowerOperation() 1011 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerSRXParts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVISelLowering.cpp | 149 setOperationAction(ISD::SRA_PARTS, XLenVT, Custom); in RISCVTargetLowering() 406 case ISD::SRA_PARTS: in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 298 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in MipsTargetLowering() 304 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in MipsTargetLowering() 913 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 123 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 123 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 109 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEISelLowering.cpp | 162 setOperationAction(ISD::SRA_PARTS, IntVT, Expand); in initSPUActions()
|