HomeSort by relevance Sort by last modified time
    Searched refs:BasePtrStartSCEV (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 96 const SCEV *BasePtrStartSCEV,
192 const SCEV *BasePtrStartSCEV,
230 if (PHIBasePtrSCEV->getStart() == BasePtrStartSCEV &&
411 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart();
412 if (!SE->isLoopInvariant(BasePtrStartSCEV, L))
419 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV);
420 if (!isSafeToExpand(BasePtrStartSCEV, *SE))
423 LLVM_DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n");
425 if (alreadyPrepared(L, MemI, BasePtrStartSCEV, BasePtrIncSCEV)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 321 const SCEV *BasePtrStartSCEV = BasePtrSCEV->getStart();
322 if (!SE->isLoopInvariant(BasePtrStartSCEV, L))
329 BasePtrStartSCEV = SE->getMinusSCEV(BasePtrStartSCEV, BasePtrIncSCEV);
330 if (!isSafeToExpand(BasePtrStartSCEV, *SE))
333 DEBUG(dbgs() << "PIP: New start is: " << *BasePtrStartSCEV << "\n");
340 Value *BasePtrStart = SCEVE.expandCodeFor(BasePtrStartSCEV, I8PtrTy,

Completed in 134 milliseconds