Searched defs:regfile (Results 1 – 8 of 8) sorted by relevance
158 RegistersDescription *regfile = nullptr; in TEST_F() local198 RegistersDescription *regfile = nullptr; in TEST_F() local
153 RegistersDescription *regfile = nullptr; in TEST_F() local193 RegistersDescription *regfile = nullptr; in TEST_F() local
529 auto regfile = GetRegisters(); in GetZeroReg() local553 auto regfile = GetRegisters(); in GetArchTempVReg() local566 auto regfile = GetRegisters(); in GetArchUsedRegs() local584 auto regfile = GetRegisters(); in GetArchUsedVRegs() local593 auto regfile = GetRegisters(); in IsRegScalarMapped() local
65 amd64::Amd64RegisterDescription regfile(GetAllocator()); in TEST_F() local
60 amd64::Amd64RegisterDescription regfile(GetAllocator()); in TEST_F() local
770 auto regfile = static_cast<const Amd64RegisterDescription *>(GetRegfile()); in GetAvailableScratchRegisters() local776 auto regfile = static_cast<const Amd64RegisterDescription *>(GetRegfile()); in GetAvailableScratchFpRegisters() local
262 auto regfile = GetRegfile(); in InsertTrace() local
766 void SetRegfile(RegistersDescription *regfile) in SetRegfile()