/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-7.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 428 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 134 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 135 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 110 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in AlphaTargetLowering() 590 case ISD::SRL_PARTS: { in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 108 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 238 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 127 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 128 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 98 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 281 case ISD::SRL_PARTS: return "srl_parts"; in getOperationName()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 99 ISD::SRA_PARTS, ISD::SRL_PARTS, ISD::ADDC, ISD::ADDE, ISD::SUBC, in WebAssemblyTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 123 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering() 197 case ISD::SRL_PARTS: in LowerOperation()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 108 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in LanaiTargetLowering() 182 case ISD::SRL_PARTS: in LowerOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 108 setOperationAction(ISD::SRL_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 109 setOperationAction(ISD::SRL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 98 setOperationAction(ISD::SRL_PARTS, VT, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 135 setOperationAction(ISD::SRL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 111 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/ |
D | NVPTXISelLowering.cpp | 401 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering() 404 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering() 1901 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 2040 case ISD::SRL_PARTS: in LowerOperation()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 169 setOperationAction(ISD::SRL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering() 172 setOperationAction(ISD::SRL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering() 1706 assert(Op.getOpcode() == ISD::SRA_PARTS || Op.getOpcode() == ISD::SRL_PARTS); in LowerShiftRightParts() 1846 case ISD::SRL_PARTS: in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 168 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in MBlazeTargetLowering()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 218 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in R600TargetLowering() 482 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600ISelLowering.cpp | 179 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in R600TargetLowering() 621 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 299 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in MipsTargetLowering() 305 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in MipsTargetLowering() 914 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 377 setOperationAction(ISD::SRL_PARTS, MVT::i64, Custom); in MipsTargetLowering() 383 setOperationAction(ISD::SRL_PARTS, MVT::i32, Custom); in MipsTargetLowering() 1225 case ISD::SRL_PARTS: return lowerShiftRightParts(Op, DAG, false); in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 777 setOperationAction(ISD::SRL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
|