Home
last modified time | relevance | path

Searched refs:LoadExtType (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1022 enum LoadExtType { enum
1031 NodeType getExtForLoadExtType(bool IsFP, LoadExtType);
DSelectionDAGNodes.h2227 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
2238 ISD::LoadExtType getExtensionType() const {
2239 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
2332 ISD::MemIndexedMode AM, ISD::LoadExtType ETy,
2339 ISD::LoadExtType getExtensionType() const {
2340 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
DSelectionDAG.h1110 getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain,
1115 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
1120 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1126 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1154 ISD::LoadExtType, bool IsExpanding = false);
DTargetLowering.h1362 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.h121 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h184 ISD::LoadExtType ExtType,
DR600ISelLowering.cpp1388 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad()
1444 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD()
1618 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
DSIISelLowering.cpp1535 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter()
7255 ISD::LoadExtType ExtType, SDValue Op, in getLoadExtOrTrunc()
7347 ISD::LoadExtType ExtType = Load->getExtensionType(); in LowerLOAD()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h316 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
DHexagonISelDAGToDAG.cpp77 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad()
282 ISD::LoadExtType IntExt; in tryLoadOfLoadIntrinsic()
DHexagonISelLowering.cpp3280 ISD::LoadExtType ExtTy, EVT NewVT) const { in shouldReduceLoadWidth()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h394 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
DAArch64ISelLowering.cpp3468 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments()
8809 ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
11763 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth()
11867 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless()
11991 ISD::LoadExtType ExtType; in performCONDCombine()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp260 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp()
723 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad()
DLegalizeVectorTypes.cpp1500 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD()
1545 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD()
3690 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD()
3721 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD()
5021 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
DLegalizeTypes.h869 LoadSDNode *LD, ISD::LoadExtType ExtType);
DSelectionDAG.cpp334 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
6797 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
6822 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad()
6888 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
6899 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
7073 ISD::LoadExtType ExtTy, bool isExpanding) { in getMaskedLoad()
DDAGCombiner.cpp625 bool isLegalNarrowLdSt(LSBaseSDNode *LDSTN, ISD::LoadExtType ExtType,
1114 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand()
1348 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad()
4806 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt()
9285 ISD::LoadExtType ExtType = in CombineExtLoad()
9470 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload()
9501 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad()
9541 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfMaskedLoad()
10236 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND()
10360 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in ReduceLoadWidth()
[all …]
DLegalizeDAG.cpp670 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeLoadOps()
748 ISD::LoadExtType NewExtType = in LegalizeLoadOps()
886 ISD::LoadExtType MidExtType = in LegalizeLoadOps()
DLegalizeIntegerTypes.cpp595 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD()
2808 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD()
DTargetLowering.cpp6567 ISD::LoadExtType ExtType = LD->getExtensionType(); in scalarizeVectorLoad()
6782 ISD::LoadExtType HiExtType = LD->getExtensionType(); in expandUnalignedLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1007 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h1133 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
DX86InstrInfo.td1104 ISD::LoadExtType ExtType = LD->getExtensionType();
1113 ISD::LoadExtType ExtType = LD->getExtensionType();
1123 ISD::LoadExtType ExtType = LD->getExtensionType();
1178 ISD::LoadExtType ExtType = LD->getExtensionType();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp1766 ISD::LoadExtType ExtType; in unpackFromMemLoc()

12