Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.cpp1720 SmallVector<std::pair<MachineOperand*, PPC::Predicate>, 4> PredsToUpdate; in optimizeCompareInstr() local
1775 PredsToUpdate.push_back(std::make_pair(&(UseMI->getOperand(0)), Pred)); in optimizeCompareInstr()
1869 PredsToUpdate.push_back(std::make_pair(&(UseMI->getOperand(0)), in optimizeCompareInstr()
1982 for (unsigned i = 0, e = PredsToUpdate.size(); i < e; i++) in optimizeCompareInstr()
1983 PredsToUpdate[i].first->setImm(PredsToUpdate[i].second); in optimizeCompareInstr()