Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp111 SetOfReg PredGPRs; member in __anonfacbf2880111::HexagonGenPredicate
219 PredGPRs.insert(RD); in collectPredicateGPR()
382 if (!PredGPRs.count(Reg)) in convertToPredForm()
448 PredGPRs.insert(R); in convertToPredForm()
504 PredGPRs.clear(); in runOnMachineFunction()
510 for (SetOfReg::iterator I = PredGPRs.begin(), E = PredGPRs.end(); I != E; ++I) in runOnMachineFunction()