Home
last modified time | relevance | path

Searched refs:SEXTLOAD (Results 1 – 25 of 105) sorted by relevance

12345

/external/llvm/lib/Target/BPF/
DBPFISelLowering.cpp116 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in BPFTargetLowering()
118 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in BPFTargetLowering()
119 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in BPFTargetLowering()
120 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp67 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in AlphaTargetLowering()
68 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in AlphaTargetLowering()
69 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in AlphaTargetLowering()
550 SDValue Offset = DAG.getExtLoad(ISD::SEXTLOAD, dl, MVT::i64, Base.getValue(1), in LowerVAARG()
717 Result = DAG.getExtLoad(ISD::SEXTLOAD, dl, MVT::i64, Chain, DataPtr, in LowerOperation()
740 Val = DAG.getExtLoad(ISD::SEXTLOAD, dl, MVT::i64, Result, in LowerOperation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFISelLowering.cpp126 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in BPFTargetLowering()
128 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in BPFTargetLowering()
129 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in BPFTargetLowering()
130 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in BPFTargetLowering()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DISDOpcodes.h693 SEXTLOAD, enumerator
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h829 SEXTLOAD, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h891 SEXTLOAD, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp63 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in SystemZTargetLowering()
67 setLoadExtAction(ISD::SEXTLOAD, MVT::f32, Expand); in SystemZTargetLowering()
71 setLoadExtAction(ISD::SEXTLOAD, MVT::f64, Expand); in SystemZTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp75 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in R600TargetLowering()
76 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
77 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
90 setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering()
94 setLoadExtAction(ISD::SEXTLOAD, MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering()
1423 if (ExtType == ISD::SEXTLOAD) { // ... ones. in lowerPrivateExtLoad()
1499 if (LoadNode->getExtensionType() == ISD::SEXTLOAD) { in LowerLOAD()
1624 Ext = ISD::SEXTLOAD; in LowerFormalArguments()
DAMDGPUISelLowering.cpp183 setLoadExtAction(ISD::SEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering()
191 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in AMDGPUTargetLowering()
192 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Legal); in AMDGPUTargetLowering()
193 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Legal); in AMDGPUTargetLowering()
194 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering()
209 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering()
212 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v4i8, Expand); in AMDGPUTargetLowering()
215 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i16, Expand); in AMDGPUTargetLowering()
218 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v4i16, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp53 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in R600TargetLowering()
54 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Custom); in R600TargetLowering()
55 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Custom); in R600TargetLowering()
68 setLoadExtAction(ISD::SEXTLOAD, MVT::v2i32, MVT::v2i1, Expand); in R600TargetLowering()
72 setLoadExtAction(ISD::SEXTLOAD, MVT::v4i32, MVT::v4i1, Expand); in R600TargetLowering()
1545 if (ExtType == ISD::SEXTLOAD) { in lowerPrivateExtLoad()
1646 if (LoadNode->getExtensionType() == ISD::SEXTLOAD) { in LowerLOAD()
1785 Ext = ISD::SEXTLOAD; in LowerFormalArguments()
DAMDGPUISelLowering.cpp102 setLoadExtAction(ISD::SEXTLOAD, MVT::i64, VT, Expand); in AMDGPUTargetLowering()
110 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in AMDGPUTargetLowering()
111 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Legal); in AMDGPUTargetLowering()
112 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Legal); in AMDGPUTargetLowering()
113 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i32, Expand); in AMDGPUTargetLowering()
128 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i8, Expand); in AMDGPUTargetLowering()
131 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v4i8, Expand); in AMDGPUTargetLowering()
134 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v2i16, Expand); in AMDGPUTargetLowering()
137 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::v4i16, Expand); in AMDGPUTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp311 if (ExtType == ISD::SEXTLOAD) in SelectIndexedLoad()
491 IntExt = ISD::SEXTLOAD; in tryLoadOfLoadIntrinsic()
672 LD->getExtensionType() != ISD::SEXTLOAD || in SelectMul()
701 LD->getExtensionType() != ISD::SEXTLOAD || in SelectMul()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp94 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in MBlazeTargetLowering()
97 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in MBlazeTargetLowering()
98 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in MBlazeTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelLowering.cpp90 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in MSP430TargetLowering()
92 setLoadExtAction(ISD::SEXTLOAD, MVT::i8, Expand); in MSP430TargetLowering()
93 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in MSP430TargetLowering()
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp82 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering()
84 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering()
85 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXISelLowering.cpp57 setLoadExtAction(ISD::SEXTLOAD, MVT::i16, Expand); in PTXTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp63 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote); in MSP430TargetLowering()
65 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand); in MSP430TargetLowering()
66 setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i16, Expand); in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2426 if (LN0->getExtensionType() != ISD::SEXTLOAD && in visitAND()
4021 TLI.isLoadExtLegal(ISD::SEXTLOAD, N0.getValueType()))) { in visitSIGN_EXTEND()
4028 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, N->getDebugLoc(), VT, in visitSIGN_EXTEND()
4051 TLI.isLoadExtLegal(ISD::SEXTLOAD, MemVT)) { in visitSIGN_EXTEND()
4052 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, N->getDebugLoc(), VT, in visitSIGN_EXTEND()
4073 TLI.isLoadExtLegal(ISD::SEXTLOAD, N0.getValueType()) && in visitSIGN_EXTEND()
4083 SDValue ExtLoad = DAG.getExtLoad(ISD::SEXTLOAD, LN0->getDebugLoc(), VT, in visitSIGN_EXTEND()
4279 if (LN0->getExtensionType() != ISD::SEXTLOAD) { in visitZERO_EXTEND()
4618 ExtType = ISD::SEXTLOAD; in ReduceLoadWidth()
4802 TLI.isLoadExtLegal(ISD::SEXTLOAD, EVT))) { in visitSIGN_EXTEND_INREG()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinISelLowering.cpp58 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in BlackfinTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp503 case ISD::SEXTLOAD: OS << ", sext"; break; in print_details()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp133 for (auto Ext : {ISD::EXTLOAD, ISD::ZEXTLOAD, ISD::SEXTLOAD}) in WebAssemblyTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp611 case ISD::SEXTLOAD: OS << ", sext"; break; in print_details()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp140 if (ExtType == ISD::SEXTLOAD) in SelectIndexedLoad()
294 IntExt = ISD::SEXTLOAD; in tryLoadOfLoadIntrinsic()
1457 if (L->getExtensionType() != ISD::SEXTLOAD) in DetectUseSxtw()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcISelLowering.cpp278 ISD::LoadExtType LoadOp = ISD::SEXTLOAD; in LowerFormalArguments()
700 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in SparcTargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp117 setLoadExtAction(ISD::SEXTLOAD, MVT::i1, Promote); in SPUTargetLowering()
143 setLoadExtAction(ISD::SEXTLOAD, VT, Custom); in SPUTargetLowering()
726 if (ExtType == ISD::SEXTLOAD) { in LowerLOAD()
2792 case ISD::SEXTLOAD: in LowerOperation()

12345