Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp188 LoadInst *OrigLoad; in doPromotion() local
190 OrigLoad = L; in doPromotion()
193 OrigLoad = cast<LoadInst>(UI->user_back()); in doPromotion()
194 OriginalLoads[std::make_pair(&*I, Indices)] = OrigLoad; in doPromotion()
289 LoadInst *OrigLoad = in doPromotion() local
314 IRB.CreateLoad(OrigLoad->getType(), V, V->getName() + ".val"); in doPromotion()
315 newLoad->setAlignment(OrigLoad->getAlign()); in doPromotion()
318 OrigLoad->getAAMetadata(AAInfo); in doPromotion()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1210 SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
1307 SDValue getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp7377 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() argument
7380 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad()
7386 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
7570 SDValue SelectionDAG::getIndexedMaskedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedMaskedLoad() argument
7573 MaskedLoadSDNode *LD = cast<MaskedLoadSDNode>(OrigLoad); in getIndexedMaskedLoad()
7575 return getMaskedLoad(OrigLoad.getValueType(), dl, LD->getChain(), Base, in getIndexedMaskedLoad()
H A DDAGCombiner.cpp794 SDValue OrigLoad, SDValue ExtLoad,
10396 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument
10405 if (SOp == OrigLoad) in ExtendSetCCUses()