Home
last modified time | relevance | path

Searched refs:SRA_PARTS (Results 1 – 25 of 57) sorted by relevance

123

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h350 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h383 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h428 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp136 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
137 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp107 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in BlackfinTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp237 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp129 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
130 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp99 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp280 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp400 setOperationAction(ISD::SRA_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
403 setOperationAction(ISD::SRA_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
1901 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
1909 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts()
2039 case ISD::SRA_PARTS: in LowerOperation()
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp168 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp110 setOperationAction(ISD::SRA_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
111 setOperationAction(ISD::SRA_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp99 setOperationAction(ISD::SRA_PARTS, VT, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp219 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in R600TargetLowering()
481 case ISD::SRA_PARTS: in LowerOperation()
835 const bool SRA = Op.getOpcode() == ISD::SRA_PARTS; in LowerSRXParts()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp180 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/lib/Target/SystemZ/
DSystemZISelLowering.cpp137 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp111 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp167 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in MBlazeTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp111 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in AlphaTargetLowering()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp298 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp376 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in MipsTargetLowering()
382 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in MipsTargetLowering()
1224 case ISD::SRA_PARTS: return lowerShiftRightParts(Op, DAG, true); in LowerOperation()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp776 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in SparcTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp124 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
/external/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp109 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in LanaiTargetLowering()

123