/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | ISDOpcodes.h | 1321 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enum 1325 NodeType getExtForLoadExtType(bool IsFP, LoadExtType);
|
H A D | SelectionDAGNodes.h | 2255 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, EVT MemVT, 2266 ISD::LoadExtType getExtensionType() const { 2267 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy); 2357 ISD::MemIndexedMode AM, ISD::LoadExtType ETy, 2364 ISD::LoadExtType getExtensionType() const { 2365 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy); 2468 ISD::MemIndexType IndexType, ISD::LoadExtType ETy) 2476 ISD::LoadExtType getExtensionType() const { 2477 return ISD::LoadExtType(LoadSDNodeBits.ExtTy);
|
H A D | SelectionDAG.h | 1192 getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain, 1199 getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain, 1207 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, 1212 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1219 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, 1231 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1240 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, 1306 ISD::LoadExtType, bool IsExpanding = false); 1318 ISD::MemIndexType IndexType, ISD::LoadExtType ExtTy);
|
H A D | TargetLowering.h | 1526 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.h | 128 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 179 ISD::LoadExtType ExtType,
|
H A D | R600ISelLowering.cpp | 1299 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad() 1355 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD() 1529 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
|
H A D | SIISelLowering.cpp | 1735 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in lowerStackParameter() 7933 ISD::LoadExtType ExtType, SDValue Op, in getLoadExtOrTrunc() 8025 ISD::LoadExtType ExtType = Load->getExtensionType(); in LowerLOAD()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
H A D | M68kInstrInfo.td | 491 ISD::LoadExtType ExtType = LD->getExtensionType(); 501 ISD::LoadExtType ExtType = LD->getExtensionType();
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 322 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
H A D | HexagonISelDAGToDAG.cpp | 76 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad() 281 ISD::LoadExtType IntExt; in tryLoadOfLoadIntrinsic()
|
H A D | HexagonISelLowering.cpp | 3538 ISD::LoadExtType ExtTy, EVT NewVT) const { in shouldReduceLoadWidth()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeVectorTypes.cpp | 1689 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD() 1742 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD() 1827 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_MGATHER() 2519 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecOp_MGATHER() 4012 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD() 4057 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD() 5396 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
|
H A D | SelectionDAG.cpp | 438 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType() 7268 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() 7292 SDValue SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, in getLoad() 7358 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad() 7369 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad() 7541 ISD::LoadExtType ExtTy, bool isExpanding) { in getMaskedLoad() 7633 ISD::LoadExtType ExtTy) { in getMaskedGather()
|
H A D | LegalizeTypes.h | 969 LoadSDNode *LD, ISD::LoadExtType ExtType);
|
H A D | DAGCombiner.cpp | 680 bool isLegalNarrowLdSt(LSBaseSDNode *LDSTN, ISD::LoadExtType ExtType, 1213 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand() 1450 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad() 5229 ISD::LoadExtType ExtType, EVT &MemVT, in isLegalNarrowLdSt() 10186 ISD::LoadExtType LoadExt = Load->getExtensionType(); in isCompatibleLoad() 10458 ISD::LoadExtType ExtType = in CombineExtLoad() 10642 SDValue N0, ISD::LoadExtType ExtLoadType) { in tryToFoldExtOfExtload() 10673 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad() 10713 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfMaskedLoad() 11439 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND() [all …]
|
H A D | LegalizeVectorOps.cpp | 259 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp()
|
H A D | LegalizeDAG.cpp | 671 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeLoadOps() 748 ISD::LoadExtType NewExtType = in LegalizeLoadOps() 885 ISD::LoadExtType MidExtType = in LegalizeLoadOps()
|
H A D | LegalizeIntegerTypes.cpp | 685 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD() 718 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER() 3183 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD()
|
H A D | TargetLowering.cpp | 7299 ISD::LoadExtType ExtType = LD->getExtensionType(); in scalarizeVectorLoad() 7568 ISD::LoadExtType HiExtType = LD->getExtensionType(); in expandUnalignedLoad()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 1148 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1278 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
H A D | X86InstrInfo.td | 1168 ISD::LoadExtType ExtType = LD->getExtensionType(); 1177 ISD::LoadExtType ExtType = LD->getExtensionType(); 1187 ISD::LoadExtType ExtType = LD->getExtensionType(); 1242 ISD::LoadExtType ExtType = LD->getExtensionType();
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 568 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
|
H A D | AArch64ISelLowering.cpp | 4236 ISD::LoadExtType ExtTy = MGT->getExtensionType(); in LowerMGATHER() 4954 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in LowerFormalArguments() 10942 ISD::LoadExtType ExtTy, in shouldReduceLoadWidth() 14956 bool checkValueWidth(SDValue V, unsigned width, ISD::LoadExtType &ExtType) { in checkValueWidth() 15060 ISD::LoadExtType ExtType, int AddConstant, in isEquivalentMaskless() 15184 ISD::LoadExtType ExtType; in performCONDCombine() 17403 if (Load->getExtensionType() != ISD::LoadExtType::NON_EXTLOAD) in LowerFixedLengthVectorMLoadToSVE()
|