Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocFast.cpp64 class RegAllocFast : public MachineFunctionPass { class
68 RegAllocFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in RegAllocFast() function in __anon389750420111::RegAllocFast
237 char RegAllocFast::ID = 0;
239 INITIALIZE_PASS(RegAllocFast, "regallocfast", "Fast Register Allocator", false,
242 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState()
248 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()
267 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()
296 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()
315 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill()
343 void RegAllocFast::reload(MachineBasicBlock::iterator Before, Register VirtReg, in reload()
[all …]
/freebsd-11-stable/lib/clang/libllvm/
HDMakefile327 SRCS_MIN+= CodeGen/RegAllocFast.cpp