Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocFast.cpp65 class RegAllocFast : public MachineFunctionPass { class
69 RegAllocFast(const RegClassFilterFunc F = allocateAllRegClasses, in RegAllocFast() function in __anon04051a820111::RegAllocFast
299 char RegAllocFast::ID = 0;
301 INITIALIZE_PASS(RegAllocFast, "regallocfast", "Fast Register Allocator", false,
304 bool RegAllocFast::shouldAllocateRegister(const Register Reg) const { in shouldAllocateRegister()
310 void RegAllocFast::setPhysRegState(MCPhysReg PhysReg, unsigned NewState) { in setPhysRegState()
315 bool RegAllocFast::isPhysRegFree(MCPhysReg PhysReg) const { in isPhysRegFree()
325 int RegAllocFast::getStackSpaceFor(Register VirtReg) { in getStackSpaceFor()
358 bool RegAllocFast::mayLiveOut(Register VirtReg) { in mayLiveOut()
411 bool RegAllocFast::mayLiveIn(Register VirtReg) { in mayLiveIn()
[all …]
H A DCMakeLists.txt179 RegAllocFast.cpp
/openbsd-src/gnu/usr.bin/clang/libLLVMCodeGen/
H A DMakefile162 RegAllocFast.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
H A DBUILD.gn182 "RegAllocFast.cpp",