Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp693 LoadInst *OrigLoad; in DoPromotion() local
695 OrigLoad = L; in DoPromotion()
698 OrigLoad = cast<LoadInst>(UI->user_back()); in DoPromotion()
699 OriginalLoads[std::make_pair(&*I, Indices)] = OrigLoad; in DoPromotion()
806 LoadInst *OrigLoad = OriginalLoads[std::make_pair(&*I, SI->second)]; in DoPromotion() local
830 newLoad->setAlignment(OrigLoad->getAlignment()); in DoPromotion()
833 OrigLoad->getAAMetadata(AAInfo); in DoPromotion()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h846 SDValue getIndexedLoad(SDValue OrigLoad, SDLoc dl, SDValue Base,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp5163 SelectionDAG::getIndexedLoad(SDValue OrigLoad, SDLoc dl, SDValue Base, in getIndexedLoad() argument
5165 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad()
5168 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
DDAGCombiner.cpp12265 if (LoadSDNode *OrigLoad = dyn_cast<LoadSDNode>(InVec)) in visitEXTRACT_VECTOR_ELT() local
12267 OrigLoad); in visitEXTRACT_VECTOR_ELT()