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.h1464 LLVM_ABI SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl,
1580 LLVM_ABI SDValue getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl,
1643 LLVM_ABI SDValue getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp9570 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() argument
9573 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad()
9579 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
9799 SDValue SelectionDAG::getIndexedLoadVP(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoadVP() argument
9802 auto *LD = cast<VPLoadSDNode>(OrigLoad); in getIndexedLoadVP()
9808 return getLoadVP(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoadVP()
10210 SDValue SelectionDAG::getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedMaskedLoad() argument
10213 MaskedLoadSDNode *LD = cast<MaskedLoadSDNode>(OrigLoad); in getIndexedMaskedLoad()
10215 return getMaskedLoad(OrigLoad.getValueType(), dl, LD->getChain(), Base, in getIndexedMaskedLoad()
H A DDAGCombiner.cpp889 SDValue OrigLoad, SDValue ExtLoad,
13870 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument
13879 if (SOp == OrigLoad) in ExtendSetCCUses()