Home
last modified time | relevance | path

Searched refs:BasePtrIncSCEV (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp191 const SCEVConstant *BasePtrIncSCEV,
513 const SCEVConstant *BasePtrIncSCEV = in rewriteLoadStores() local
515 if (!BasePtrIncSCEV) in rewriteLoadStores()
521 ((Form == DSForm) && !BasePtrIncSCEV->getAPInt().urem(4) && in rewriteLoadStores()
526 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
533 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) in rewriteLoadStores()
565 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in rewriteLoadStores()
592 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in rewriteLoadStores()
726 const SCEVConstant *BasePtrIncSCEV, in alreadyPrepared() argument
764 if (PHIBasePtrIncSCEV == BasePtrIncSCEV) { in alreadyPrepared()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp189 const SCEVConstant *BasePtrIncSCEV,
518 const SCEVConstant *BasePtrIncSCEV = in rewriteLoadStores() local
520 if (!BasePtrIncSCEV) in rewriteLoadStores()
526 ((Form == DSForm) && !BasePtrIncSCEV->getAPInt().urem(4) && in rewriteLoadStores()
531 SE->getMinusSCEV(BasePtrSCEV->getStart(), BasePtrIncSCEV); in rewriteLoadStores()
538 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV, Form)) in rewriteLoadStores()
570 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in rewriteLoadStores()
597 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in rewriteLoadStores()
735 const SCEVConstant *BasePtrIncSCEV, in alreadyPrepared() argument
773 if (PHIBasePtrIncSCEV == BasePtrIncSCEV) { in alreadyPrepared()
/external/llvm/lib/Target/PowerPC/
DPPCLoopPreIncPrep.cpp325 const SCEVConstant *BasePtrIncSCEV = in runOnLoop() local
327 if (!BasePtrIncSCEV) in runOnLoop()
329 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV); in runOnLoop()
355 I8Ty, NewPHI, BasePtrIncSCEV->getValue(), in runOnLoop()