Searched refs:AVs (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonBitSimplify.cpp | 240 bool visitBlock(MachineBasicBlock &B, Transformation &T, RegisterSet &AVs); 257 virtual bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) = 0; 271 RegisterSet &AVs) { in INITIALIZE_PASS_DEPENDENCY() 275 Changed = T.processBlock(B, AVs); in INITIALIZE_PASS_DEPENDENCY() 280 RegisterSet NewAVs = AVs; in INITIALIZE_PASS_DEPENDENCY() 287 Changed |= T.processBlock(B, AVs); in INITIALIZE_PASS_DEPENDENCY() 1063 bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) override; 1385 bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) override; 1516 bool processBlock(MachineBasicBlock &B, const RegisterSet &AVs) override; 1520 BitTracker::RegisterRef &Out, const RegisterSet &AVs); [all …]
|
| H A D | HexagonGenInsert.cpp | 537 bool findRecordInsertForms(unsigned VR, OrderedRegisterList &AVs); 538 void collectInBlock(MachineBasicBlock *B, OrderedRegisterList &AVs); 777 OrderedRegisterList &AVs) { in findRecordInsertForms() argument 780 << " AVs: " << PrintORL(AVs, HRI) << "\n"; in findRecordInsertForms() 782 if (AVs.size() == 0) in findRecordInsertForms() 803 iterator B = AVs.begin(), E = AVs.end(); in findRecordInsertForms() 856 for (unsigned SrcR : AVs) { in findRecordInsertForms() 909 OrderedRegisterList &AVs) { in collectInBlock() argument 948 findRecordInsertForms(VR, AVs); in collectInBlock() 958 AVs.insert(VR); in collectInBlock() [all …]
|