Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1250 SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
1383 SDValue getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
1447 SDValue getIndexedStridedLoadVP(SDValue OrigLoad, const SDLoc &DL,
1482 SDValue getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7860 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() argument
7863 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad()
7869 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
8123 SDValue SelectionDAG::getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoadVP() argument
8126 auto *LD = cast<VPLoadSDNode>(OrigLoad); in getIndexedLoadVP()
8132 return getLoadVP(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoadVP()
8374 SDValue SelectionDAG::getIndexedStridedLoadVP(SDValue OrigLoad, const SDLoc &DL, in getIndexedStridedLoadVP() argument
8377 auto *SLD = cast<VPStridedLoadSDNode>(OrigLoad); in getIndexedStridedLoadVP()
8650 SDValue SelectionDAG::getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedMaskedLoad() argument
8653 MaskedLoadSDNode *LD = cast<MaskedLoadSDNode>(OrigLoad); in getIndexedMaskedLoad()
[all …]
H A DDAGCombiner.cpp797 SDValue OrigLoad, SDValue ExtLoad,
11465 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument
11474 if (SOp == OrigLoad) in ExtendSetCCUses()