Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocFast.cpp68 class RegAllocFast : public MachineFunctionPass { class
72 RegAllocFast() : MachineFunctionPass(ID), StackSlotForVirtReg(-1) {} in RegAllocFast() function in __anondcfd0db60111::RegAllocFast
288 char RegAllocFast::ID = 0;
290 INITIALIZE_PASS(RegAllocFast, "regallocfast", "Fast Register Allocator", false,
293 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState()
298 bool RegAllocFast::isPhysRegFree(MCPhysReg PhysReg) const { in isPhysRegFree()
308 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()
341 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()
385 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()
404 void RegAllocFast::spill(MachineBasicBlock::iterator Before, Register VirtReg, in spill()
[all …]
H A DCMakeLists.txt137 RegAllocFast.cpp
/netbsd-src/external/apache2/llvm/lib/libLLVMCodeGen/
H A DMakefile151 RegAllocFast.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn162 "RegAllocFast.cpp",