Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp177 class RegAllocFast : public MachineFunctionPass { class
413 char RegAllocFast::ID = 0;
439 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()
467 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()
520 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()
729 void RegAllocFast::freePhysReg(MCPhysReg PhysReg) { in freePhysReg()
1193 void RegAllocFast::dumpState() const { in dumpState()
1238 void RegAllocFast::addRegClassDefCounts( in addRegClassDefCounts()
1608 void RegAllocFast::handleDebugValue(MachineInstr &MI) { in handleDebugValue()
1651 void RegAllocFast::handleBundle(MachineInstr &MI) { in handleBundle()
[all …]
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile407 SRCS_MIN+= CodeGen/RegAllocFast.cpp