Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp69 class RegAllocFast : public MachineFunctionPass { class
302 char RegAllocFast::ID = 0;
322 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()
355 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()
399 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()
489 RegAllocFast::getMBBBeginInsertionPoint( in getMBBBeginInsertionPoint()
607 void RegAllocFast::freePhysReg(MCPhysReg PhysReg) { in freePhysReg()
1029 void RegAllocFast::dumpState() const { in dumpState()
1438 void RegAllocFast::handleBundle(MachineInstr &MI) { in handleBundle()
1568 return new RegAllocFast(); in createFastRegisterAllocator()
[all …]
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile366 SRCS_MIN+= CodeGen/RegAllocFast.cpp