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

/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp568 LoadInst *OrigLoad; local
570 OrigLoad = L;
573 OrigLoad = cast<LoadInst>(User->use_back());
574 OriginalLoads[Indices] = OrigLoad;
686 LoadInst *OrigLoad = OriginalLoads[*SI]; local
704 AA.copyValue(OrigLoad->getOperand(0), V);
709 newLoad->setAlignment(OrigLoad->getAlignment());
712 OrigLoad->getMetadata(LLVMContext::MD_tbaa));
714 AA.copyValue(OrigLoad, Args.back());
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h663 SDValue getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base,
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4239 SelectionDAG::getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base, argument
4241 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad);
4244 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl,

Completed in 237 milliseconds