/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 | 132 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering() 133 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/ |
D | BlackfinISelLowering.cpp | 106 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in BlackfinTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 236 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
|
/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/lib/Target/WebAssembly/ |
D | WebAssemblyISelLowering.cpp | 98 ISD::MULHS, ISD::MULHU, ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, in WebAssemblyTargetLowering()
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelLowering.cpp | 97 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in BPFTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 136 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
|
/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/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeISelLowering.cpp | 166 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in MBlazeTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 112 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in AlphaTargetLowering()
|
/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/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/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 775 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 104 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 278 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in PPCTargetLowering() 283 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in PPCTargetLowering() 4537 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcISelLowering.cpp | 1693 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering() 1710 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
|
/external/llvm/lib/Target/XCore/ |
D | XCoreISelLowering.cpp | 105 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 165 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in MipsTargetLowering()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 453 setOperationAction(ISD::SHL_PARTS , MVT::i32 , Custom); in X86TargetLowering() 457 setOperationAction(ISD::SHL_PARTS , MVT::i64 , Custom); in X86TargetLowering() 7559 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts() 7577 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts() 10407 case ISD::SHL_PARTS: in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 558 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering() 3306 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts() 4969 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4496 case ISD::SHL_PARTS: in getNode() 6026 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 128 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in AArch64TargetLowering() 2379 case ISD::SHL_PARTS: in LowerOperation() 4497 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
|