Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp178 class RegAllocFastImpl { class
180 RegAllocFastImpl(const RegAllocFilterFunc F = nullptr, in RegAllocFastImpl() function in __anon43a0a7eb0111::RegAllocFastImpl
395 RegAllocFastImpl Impl;
441 bool RegAllocFastImpl::shouldAllocateRegister(const Register Reg) const { in shouldAllocateRegister()
449 void RegAllocFastImpl::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState()
454 bool RegAllocFastImpl::isPhysRegFree(MCPhysReg PhysReg) const { in isPhysRegFree()
464 int RegAllocFastImpl::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()
492 bool RegAllocFastImpl::mayLiveOut(Register VirtReg) { in mayLiveOut()
545 bool RegAllocFastImpl::mayLiveIn(Register VirtReg) { in mayLiveIn()
564 void RegAllocFastImpl::spill(MachineBasicBlock::iterator Before, in spill()
[all …]