Searched refs:OrigLoad (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 568 LoadInst *OrigLoad; in DoPromotion() local 570 OrigLoad = L; in DoPromotion() 573 OrigLoad = cast<LoadInst>(User->use_back()); in DoPromotion() 574 OriginalLoads[Indices] = OrigLoad; in DoPromotion() 686 LoadInst *OrigLoad = OriginalLoads[*SI]; in DoPromotion() local 704 AA.copyValue(OrigLoad->getOperand(0), V); in DoPromotion() 709 newLoad->setAlignment(OrigLoad->getAlignment()); in DoPromotion() 712 OrigLoad->getMetadata(LLVMContext::MD_tbaa)); in DoPromotion() 714 AA.copyValue(OrigLoad, Args.back()); in DoPromotion()
|
/external/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 719 LoadInst *OrigLoad; in DoPromotion() local 721 OrigLoad = L; in DoPromotion() 724 OrigLoad = cast<LoadInst>(UI->user_back()); in DoPromotion() 725 OriginalLoads[std::make_pair(&*I, Indices)] = OrigLoad; in DoPromotion() 826 LoadInst *OrigLoad = in DoPromotion() local 849 newLoad->setAlignment(OrigLoad->getAlignment()); in DoPromotion() 852 OrigLoad->getAAMetadata(AAInfo); in DoPromotion()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | SelectionDAG.h | 660 SDValue getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base,
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 930 SDValue getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, SDValue Base,
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4235 SelectionDAG::getIndexedLoad(SDValue OrigLoad, DebugLoc dl, SDValue Base, in getIndexedLoad() argument 4237 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad() 4240 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 5170 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() argument 5173 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad() 5175 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
|
D | DAGCombiner.cpp | 12463 if (LoadSDNode *OrigLoad = dyn_cast<LoadSDNode>(InVec)) { in visitEXTRACT_VECTOR_ELT() local 12464 if (!OrigLoad->isVolatile()) { in visitEXTRACT_VECTOR_ELT() 12466 OrigLoad); in visitEXTRACT_VECTOR_ELT()
|