Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1381 SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
1485 SDValue getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
1536 SDValue getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8985 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() argument
8988 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad()
8994 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
9247 SDValue SelectionDAG::getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoadVP() argument
9250 auto *LD = cast<VPLoadSDNode>(OrigLoad); in getIndexedLoadVP()
9256 return getLoadVP(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoadVP()
9659 SDValue SelectionDAG::getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedMaskedLoad() argument
9662 MaskedLoadSDNode *LD = cast<MaskedLoadSDNode>(OrigLoad); in getIndexedMaskedLoad()
9664 return getMaskedLoad(OrigLoad.getValueType(), dl, LD->getChain(), Base, in getIndexedMaskedLoad()
H A DDAGCombiner.cpp869 SDValue OrigLoad, SDValue ExtLoad,
13010 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument
13019 if (SOp == OrigLoad) in ExtendSetCCUses()