Lines Matching refs:RegisterAllocator

36       RegisterAllocator(ARMAssemblerProxy::getCodegenArch()), mOptLevel(7)  in GGLAssembler()
57 RegisterAllocator::reset(); in reset()
1025 RegisterAllocator::RegisterAllocator(int arch) : mRegs(arch) in RegisterAllocator() function in android::RegisterAllocator
1029 void RegisterAllocator::reset() in reset()
1034 int RegisterAllocator::reserveReg(int reg) in reserveReg()
1039 int RegisterAllocator::obtainReg() in obtainReg()
1044 void RegisterAllocator::recycleReg(int reg) in recycleReg()
1049 RegisterAllocator::RegisterFile& RegisterAllocator::registerFile() in registerFile()
1056 RegisterAllocator::RegisterFile::RegisterFile(int codegen_arch) in RegisterFile()
1067 RegisterAllocator::RegisterFile::RegisterFile(const RegisterFile& rhs, int codegen_arch) in RegisterFile()
1076 RegisterAllocator::RegisterFile::~RegisterFile() in ~RegisterFile()
1080 bool RegisterAllocator::RegisterFile::operator == (const RegisterFile& rhs) const in operator ==()
1085 void RegisterAllocator::RegisterFile::reset() in reset()
1095 int RegisterAllocator::RegisterFile::reserve(int reg) in reserve()
1107 void RegisterAllocator::RegisterFile::reserveSeveral(uint32_t regMask) in reserveSeveral()
1113 int RegisterAllocator::RegisterFile::isUsed(int reg) const in isUsed()
1119 int RegisterAllocator::RegisterFile::obtain() in obtain()
1146 bool RegisterAllocator::RegisterFile::hasFreeRegs() const in hasFreeRegs()
1152 int RegisterAllocator::RegisterFile::countFreeRegs() const in countFreeRegs()
1164 void RegisterAllocator::RegisterFile::recycle(int reg) in recycle()
1175 void RegisterAllocator::RegisterFile::recycleSeveral(uint32_t regMask) in recycleSeveral()
1187 uint32_t RegisterAllocator::RegisterFile::touched() const in touched()