Home
last modified time | relevance | path

Searched refs:OrigLoad (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1356 SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
1460 SDValue getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
1524 SDValue getIndexedStridedLoadVP(SDValue OrigLoad, const SDLoc &DL,
1559 SDValue getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8586 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() argument
8589 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad()
8595 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
8849 SDValue SelectionDAG::getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoadVP() argument
8852 auto *LD = cast<VPLoadSDNode>(OrigLoad); in getIndexedLoadVP()
8858 return getLoadVP(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoadVP()
9100 SDValue SelectionDAG::getIndexedStridedLoadVP(SDValue OrigLoad, const SDLoc &DL, in getIndexedStridedLoadVP() argument
9103 auto *SLD = cast<VPStridedLoadSDNode>(OrigLoad); in getIndexedStridedLoadVP()
9376 SDValue SelectionDAG::getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedMaskedLoad() argument
9379 MaskedLoadSDNode *LD = cast<MaskedLoadSDNode>(OrigLoad); in getIndexedMaskedLoad()
[all …]
H A DDAGCombiner.cpp865 SDValue OrigLoad, SDValue ExtLoad,
12866 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument
12875 if (SOp == OrigLoad) in ExtendSetCCUses()