/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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ArgumentPromotion.cpp | 184 LoadInst *OrigLoad; in doPromotion() local 186 OrigLoad = L; in doPromotion() 189 OrigLoad = cast<LoadInst>(UI->user_back()); in doPromotion() 190 OriginalLoads[std::make_pair(&*I, Indices)] = OrigLoad; in doPromotion() 276 LoadInst *OrigLoad = in doPromotion() local 302 newLoad->setAlignment(OrigLoad->getAlignment()); in doPromotion() 305 OrigLoad->getAAMetadata(AAInfo); 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-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1063 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6336 SDValue SelectionDAG::getIndexedLoad(SDValue OrigLoad, const SDLoc &dl, in getIndexedLoad() argument 6339 LoadSDNode *LD = cast<LoadSDNode>(OrigLoad); in getIndexedLoad() 6345 return getLoad(AM, LD->getExtensionType(), OrigLoad.getValueType(), dl, in getIndexedLoad()
|
D | DAGCombiner.cpp | 607 SDValue OrigLoad, SDValue ExtLoad, 8024 SDValue OrigLoad, SDValue ExtLoad, in ExtendSetCCUses() argument 8033 if (SOp == OrigLoad) in ExtendSetCCUses() 15288 if (LoadSDNode *OrigLoad = dyn_cast<LoadSDNode>(InVec)) { in visitEXTRACT_VECTOR_ELT() local 15289 if (!OrigLoad->isVolatile()) { in visitEXTRACT_VECTOR_ELT() 15291 OrigLoad); in visitEXTRACT_VECTOR_ELT()
|