Home
last modified time | relevance | path

Searched refs:SHL_PARTS (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h517 SHL_PARTS, SRA_PARTS, SRL_PARTS, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp121 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in LanaiTargetLowering()
194 case ISD::SHL_PARTS: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp301 case ISD::SHL_PARTS: return "shl_parts"; in getOperationName()
DLegalizeIntegerTypes.cpp3328 PartsOpc = ISD::SHL_PARTS; in ExpandIntRes_Shift()
DLegalizeDAG.cpp1202 case ISD::SHL_PARTS: { in LegalizeOp()
DSelectionDAG.cpp7455 case ISD::SHL_PARTS: in getNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp96 setOperationAction(ISD::SHL_PARTS, VT, Expand); in BPFTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp112 setOperationAction(ISD::SHL_PARTS, MVT::i8, Expand); in MSP430TargetLowering()
113 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in MSP430TargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp411 setOperationAction(ISD::SHL_PARTS, MVT::i32 , Custom); in NVPTXTargetLowering()
414 setOperationAction(ISD::SHL_PARTS, MVT::i64 , Custom); in NVPTXTargetLowering()
2026 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
2195 case ISD::SHL_PARTS: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp221 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in R600TargetLowering()
482 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG); in LowerOperation()
DSIISelLowering.cpp250 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SITargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp147 setOperationAction(ISD::SHL_PARTS, XLenVT, Custom); in RISCVTargetLowering()
404 case ISD::SHL_PARTS: in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp376 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in MipsTargetLowering()
382 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in MipsTargetLowering()
1238 case ISD::SHL_PARTS: return lowerShiftLeftParts(Op, DAG); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp114 ISD::SDIVREM, ISD::UDIVREM, ISD::SHL_PARTS, ISD::SRA_PARTS, in WebAssemblyTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp87 setOperationAction(ISD::SHL_PARTS, MVT::i16, Expand); in AVRTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelLowering.cpp1643 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in SparcTargetLowering()
1677 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SparcTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp102 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in XCoreTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1430 ISD::SHL_PARTS, ISD::SRA_PARTS, ISD::SRL_PARTS, in HexagonTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp1069 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in ARMTargetLowering()
1084 setOperationAction(ISD::SHL_PARTS, MVT::i32, Expand); in ARMTargetLowering()
5901 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
9324 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp241 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in AArch64TargetLowering()
3233 case ISD::SHL_PARTS: in LowerOperation()
5947 assert(Op.getOpcode() == ISD::SHL_PARTS); in LowerShiftLeftParts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp552 setOperationAction(ISD::SHL_PARTS, MVT::i64, Custom); in PPCTargetLowering()
557 setOperationAction(ISD::SHL_PARTS, MVT::i32, Custom); in PPCTargetLowering()
10470 case ISD::SHL_PARTS: return LowerSHL_PARTS(Op, DAG); in LowerOperation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp286 setOperationAction(ISD::SHL_PARTS, MVT::i64, Expand); in SystemZTargetLowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp447 setOperationAction(ISD::SHL_PARTS, VT, Custom); in X86TargetLowering()
18500 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts()
18517 if (Op.getOpcode() == ISD::SHL_PARTS) { in LowerShiftParts()
28560 case ISD::SHL_PARTS: in LowerOperation()