/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 350 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 383 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 136 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/ |
D | BlackfinISelLowering.cpp | 107 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 237 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
|
/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/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/BPF/ |
D | BPFISelLowering.cpp | 99 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in BPFTargetLowering()
|
/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/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/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 137 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 167 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in MBlazeTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 111 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in AlphaTargetLowering()
|
/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/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 109 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in LanaiTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 776 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 105 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 279 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in PPCTargetLowering() 284 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in PPCTargetLowering() 4539 case ISD::SRA_PARTS: return LowerSRA_PARTS(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1694 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in SparcTargetLowering() 1711 setOperationAction(ISD::SRA_PARTS, MVT::i64, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 559 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in ARMTargetLowering() 3269 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 3271 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 4971 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 106 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 129 setOperationAction(ISD::SRA_PARTS, MVT::i64, Custom); in AArch64TargetLowering() 2382 case ISD::SRA_PARTS: in LowerOperation() 4438 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 4440 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 166 setOperationAction(ISD::SRA_PARTS, MVT::i32, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4494 case ISD::SRA_PARTS: in getNode() 6027 case ISD::SRA_PARTS: return "sra_parts"; in getOperationName()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 737 setOperationAction(ISD::SRA_PARTS, MVT::i32, Custom); in ARMTargetLowering() 4527 unsigned Opc = (Op.getOpcode() == ISD::SRA_PARTS) ? ISD::SRA : ISD::SRL; in LowerShiftRightParts() 4529 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 7184 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
|