Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1326 SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
1331 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1352 getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1361 SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1433 getLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT,
1457 SDValue getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
1462 SDValue getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
1483 SDValue getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
1505 SDValue getStridedLoadVP(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
1521 getExtStridedLoadVP(ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT,
[all …]
H A DSelectionDAGNodes.h2363 ISD::LoadExtType getExtensionType() const {
2364 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
2498 ISD::LoadExtType getExtensionType() const {
2499 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
2527 ISD::LoadExtType getExtensionType() const {
2528 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
2663 ISD::MemIndexedMode AM, ISD::LoadExtType ETy,
2670 ISD::LoadExtType getExtensionType() const {
2671 return static_cast<ISD::LoadExtType>(LoadSDNodeBits.ExtTy);
2859 ISD::LoadExtType getExtensionType() const {
[all …]
H A DISDOpcodes.h1408 enum LoadExtType { NON_EXTLOAD = 0, EXTLOAD, SEXTLOAD, ZEXTLOAD }; enum
1412 NodeType getExtForLoadExtType(bool IsFP, LoadExtType);
H A DTargetLowering.h1635 virtual bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/openbsd/gnu/llvm/llvm/lib/Target/BPF/
H A DBPFISelLowering.h128 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy, in shouldReduceLoadWidth()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h190 ISD::LoadExtType ExtType,
H A DR600ISelLowering.cpp1270 ISD::LoadExtType ExtType = Load->getExtensionType(); in lowerPrivateExtLoad()
1326 ISD::LoadExtType ExtType = LoadNode->getExtensionType(); in LowerLOAD()
1500 ISD::LoadExtType Ext = ISD::NON_EXTLOAD; in LowerFormalArguments()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp519 ISD::NodeType ISD::getExtForLoadExtType(bool IsFP, ISD::LoadExtType ExtType) { in getExtForLoadExtType()
8092 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
8103 SDValue SelectionDAG::getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoad()
8274 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &dl, in getLoadVP()
8297 ISD::LoadExtType ExtType, EVT VT, in getLoadVP()
8352 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP()
8365 SDValue SelectionDAG::getExtLoadVP(ISD::LoadExtType ExtType, const SDLoc &dl, in getExtLoadVP()
8527 ISD::MemIndexedMode AM, ISD::LoadExtType ExtType, EVT VT, const SDLoc &DL, in getStridedLoadVP()
8605 ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT, SDValue Chain, in getExtStridedLoadVP()
8617 ISD::LoadExtType ExtType, const SDLoc &DL, EVT VT, SDValue Chain, in getExtStridedLoadVP()
[all …]
H A DLegalizeVectorTypes.cpp1832 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_LOAD()
1878 ISD::LoadExtType ExtType = LD->getExtensionType(); in SplitVecRes_VP_LOAD()
2046 ISD::LoadExtType ExtType = MLD->getExtensionType(); in SplitVecRes_MLOAD()
2171 ISD::LoadExtType ExtType = MGT->getExtensionType(); in SplitVecRes_Gather()
5092 ISD::LoadExtType ExtType = LD->getExtensionType(); in WidenVecRes_LOAD()
5170 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_VP_LOAD()
5226 ISD::LoadExtType ExtType = N->getExtensionType(); in WidenVecRes_MLOAD()
6897 ISD::LoadExtType ExtType) { in GenWidenVectorExtLoads()
H A DLegalizeTypes.h1032 LoadSDNode *LD, ISD::LoadExtType ExtType);
H A DLegalizeVectorOps.cpp271 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeOp()
H A DDAGCombiner.cpp1292 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteOperand()
1529 ISD::LoadExtType ExtType = ISD::isNON_EXTLoad(LD) ? ISD::EXTLOAD in PromoteLoad()
11717 ISD::LoadExtType LoadExt = Load->getExtensionType(); in isCompatibleLoad()
11988 ISD::LoadExtType ExtType = in CombineExtLoad()
12203 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfLoad()
12246 ISD::LoadExtType ExtLoadType, in tryToFoldExtOfMaskedLoad()
13092 ISD::LoadExtType ExtType = LN0->getExtensionType(); in visitANY_EXTEND()
13250 ISD::LoadExtType ExtType = ISD::NON_EXTLOAD; in reduceLoadWidth()
13621 Ld->getExtensionType() != ISD::LoadExtType::NON_EXTLOAD && in visitSIGN_EXTEND_INREG()
20393 ISD::LoadExtType ExtTy = in scalarizeExtractedVectorLoad()
[all …]
H A DLegalizeIntegerTypes.cpp776 ISD::LoadExtType ExtType = in PromoteIntRes_LOAD()
792 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MLOAD()
814 ISD::LoadExtType ExtType = N->getExtensionType(); in PromoteIntRes_MGATHER()
3601 ISD::LoadExtType ExtType = N->getExtensionType(); in ExpandIntRes_LOAD()
H A DLegalizeDAG.cpp673 ISD::LoadExtType ExtType = LD->getExtensionType(); in LegalizeLoadOps()
750 ISD::LoadExtType NewExtType = in LegalizeLoadOps()
887 ISD::LoadExtType MidExtType = in LegalizeLoadOps()
/openbsd/gnu/llvm/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td521 ISD::LoadExtType ExtType = LD->getExtensionType();
531 ISD::LoadExtType ExtType = LD->getExtensionType();
/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h342 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
H A DHexagonISelDAGToDAG.cpp81 ISD::LoadExtType ExtType = LD->getExtensionType(); in INITIALIZE_PASS()
286 ISD::LoadExtType IntExt; in tryLoadOfLoadIntrinsic()
H A DHexagonISelLowering.cpp3082 ISD::LoadExtType ET = LN->getExtensionType(); in LowerLoad()
3807 ISD::LoadExtType ExtTy, EVT NewVT) const { in shouldReduceLoadWidth()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h611 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1221 ISD::LoadExtType ET = ISD::NON_EXTLOAD) const;
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1394 bool shouldReduceLoadWidth(SDNode *Load, ISD::LoadExtType ExtTy,
H A DX86InstrInfo.td1182 ISD::LoadExtType ExtType = LD->getExtensionType();
1191 ISD::LoadExtType ExtType = LD->getExtensionType();
1201 ISD::LoadExtType ExtType = LD->getExtensionType();
1257 ISD::LoadExtType ExtType = LD->getExtensionType();
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp269 ISD::LoadExtType ExtType; in unpackFromMemLoc()
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7358 ISD::LoadExtType LoadExtType; in lowerMaskedGather() local
7367 LoadExtType = ISD::NON_EXTLOAD; in lowerMaskedGather()
7374 LoadExtType = MGN->getExtensionType(); in lowerMaskedGather()
7384 assert(LoadExtType == ISD::NON_EXTLOAD && in lowerMaskedGather()
7386 (void)LoadExtType; in lowerMaskedGather()
12382 ISD::LoadExtType ExtType; in unpackFromMemLoc()
/openbsd/gnu/llvm/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.cpp2123 ISD::LoadExtType ExtType; in unpackFromMemLoc()

12