Searched refs:OrigLoad (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 693 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/ |
D | SelectionDAG.h | 846 SDValue getIndexedLoad(SDValue OrigLoad, SDLoc dl, SDValue Base,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5163 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()
|
D | DAGCombiner.cpp | 12265 if (LoadSDNode *OrigLoad = dyn_cast<LoadSDNode>(InVec)) in visitEXTRACT_VECTOR_ELT() local 12267 OrigLoad); in visitEXTRACT_VECTOR_ELT()
|