Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp383 Instruction *BEInst = D->back(); in findValueToReuse() local
419 for (auto UI = BEInst->use_begin(), E = BEInst->use_end(); UI != E; in findValueToReuse()
469 Instruction *BEInst = ReuseCandidate.BackedgeInst; in reuseValue() local
480 Instruction *J = cast<Instruction>(BEInst->getOperand(i)); in reuseValue()
516 BasicBlock *BB = BEInst->getParent(); in reuseValue()
519 Value *BEVal = BEInst; in reuseValue()
584 Instruction *BEInst = dyn_cast<Instruction>(BEVal); in findDepChainFromPHI() local
587 assert(BEInst && "There should be a value over the backedge"); in findDepChainFromPHI()
596 findDepChainFromPHI(BEInst, D); in findDepChainFromPHI()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp5005 if (auto *BEInst = dyn_cast<Instruction>(BEValueV)) in createSimpleAffineAddRec() local
5006 if (isLoopInvariant(Accum, L) && isAddRecNeverPoison(BEInst, L)) in createSimpleAffineAddRec()
5127 if (auto *BEInst = dyn_cast<Instruction>(BEValueV)) in createAddRecFromPHI() local
5128 if (isLoopInvariant(Accum, L) && isAddRecNeverPoison(BEInst, L)) in createAddRecFromPHI()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp4021 if (auto *BEInst = dyn_cast<Instruction>(BEValueV)) in createAddRecFromPHI() local
4022 if (isLoopInvariant(Accum, L) && isAddRecNeverPoison(BEInst, L)) in createAddRecFromPHI()