Home
last modified time | relevance | path

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

1234

/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h826 enum LoadExtType { enum
834 NodeType getExtForLoadExtType(bool IsFP, LoadExtType);
DSelectionDAGNodes.h1813 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
1825 ISD::LoadExtType getExtensionType() const {
1826 return ISD::LoadExtType(SubclassData & 3);
1892 ISD::LoadExtType ETy, EVT MemVT, MachineMemOperand *MMO)
1897 ISD::LoadExtType getExtensionType() const {
1898 return ISD::LoadExtType(SubclassData & 3);
DSelectionDAG.h922 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
927 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
932 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
938 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
963 MachineMemOperand *MMO, ISD::LoadExtType);
/external/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);
/external/llvm-project/llvm/include/llvm/CodeGen/
DISDOpcodes.h1243 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enum
1247 NodeType getExtForLoadExtType(bool IsFP, LoadExtType);
DSelectionDAGNodes.h2242 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT,
2253 ISD::LoadExtType getExtensionType() const {
2254 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
2344 ISD::MemIndexedMode AM, ISD::LoadExtType ETy,
2351 ISD::LoadExtType getExtensionType() const {
2352 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
2455 ISD::MemIndexType IndexType, ISD::LoadExtType ETy)
2463 ISD::LoadExtType getExtensionType() const {
2464 return ISD::LoadExtType(LoadSDNodeBits.ExtTy);
DSelectionDAG.h1239 getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain,
1246 getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain,
1254 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
1259 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1266 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl,
1278 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1287 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1353 ISD::LoadExtType, bool IsExpanding = false);
1365 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFISelLowering.h121 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/external/llvm-project/llvm/lib/Target/BPF/
DBPFISelLowering.h120 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/external/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h140 ISD::LoadExtType ExtType,
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h191 ISD::LoadExtType ExtType,
/external/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()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorOps.cpp204 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp()
513 ISD::LoadExtType ExtType = LD->getExtensionType(); in ExpandLoad()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h316 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h328 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h762 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/external/llvm/lib/Target/X86/
DX86ISelLowering.h930 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp250 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad()
476 ISD::LoadExtType IntExt; in tryLoadOfLoadIntrinsic()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h394 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1007 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/external/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()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp1613 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD()
1666 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD()
1751 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_MGATHER()
2396 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecOp_MGATHER()
3843 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD()
3888 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD()
5174 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()

1234