Searched refs:AggressiveAntiDepState (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | AggressiveAntiDepBreaker.cpp | 54 AggressiveAntiDepState::AggressiveAntiDepState(const unsigned TargetRegs, in AggressiveAntiDepState() function in AggressiveAntiDepState 70 unsigned AggressiveAntiDepState::GetGroup(MCRegister Reg) { in GetGroup() 78 void AggressiveAntiDepState::GetGroupRegs( in GetGroupRegs() 80 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in GetGroupRegs() 88 unsigned AggressiveAntiDepState::UnionGroups(MCRegister Reg1, MCRegister Reg2) { in UnionGroups() 103 unsigned AggressiveAntiDepState::LeaveGroup(MCRegister Reg) { in LeaveGroup() 113 bool AggressiveAntiDepState::IsLive(MCRegister Reg) { in IsLive() 147 State = new AggressiveAntiDepState(TRI->getNumRegs(), BB); in StartBlock() 296 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in HandleLastUse() 346 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> in PrescanInstruction() [all …]
|
| H A D | AggressiveAntiDepBreaker.h | 40 class LLVM_LIBRARY_VISIBILITY AggressiveAntiDepState { 80 AggressiveAntiDepState(const unsigned TargetRegs, MachineBasicBlock *BB); 101 std::multimap<MCRegister, AggressiveAntiDepState::RegisterReference> 130 AggressiveAntiDepState *State = nullptr;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16227 …iveAntiDepStateC1EjPNS_17MachineBasicBlockE", "llvm::AggressiveAntiDepState::AggressiveAntiDepStat… 16228 …iveAntiDepStateC2EjPNS_17MachineBasicBlockE", "llvm::AggressiveAntiDepState::AggressiveAntiDepStat… 16229 {"_ZN4llvm22AggressiveAntiDepState8GetGroupEj", "llvm::AggressiveAntiDepState::GetGroup(unsigned in… 16230 …AggressiveAntiDepState::GetGroupRegs(unsigned int, std::vector<unsigned int, std::allocator<unsign… 16231 {"_ZN4llvm22AggressiveAntiDepState11UnionGroupsEjj", "llvm::AggressiveAntiDepState::UnionGroups(uns… 16232 {"_ZN4llvm22AggressiveAntiDepState10LeaveGroupEj", "llvm::AggressiveAntiDepState::LeaveGroup(unsign… 16233 {"_ZN4llvm22AggressiveAntiDepState6IsLiveEj", "llvm::AggressiveAntiDepState::IsLive(unsigned int)"}, 16261 …AggressiveAntiDepState::RegisterReference>, std::_Select1st<std::pair<unsigned int const, llvm::Ag… 16262 …AggressiveAntiDepState::RegisterReference>, std::_Select1st<std::pair<unsigned int const, llvm::Ag…
|