Home
last modified time | relevance | path

Searched defs:regfile (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dconstructor_test.cpp158 RegistersDescription *regfile = nullptr; in TEST_F() local
198 RegistersDescription *regfile = nullptr; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp153 RegistersDescription *regfile = nullptr; in TEST_F() local
193 RegistersDescription *regfile = nullptr; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.cpp529 auto regfile = GetRegisters(); in GetZeroReg() local
553 auto regfile = GetRegisters(); in GetArchTempVReg() local
566 auto regfile = GetRegisters(); in GetArchUsedRegs() local
584 auto regfile = GetRegisters(); in GetArchUsedVRegs() local
593 auto regfile = GetRegisters(); in IsRegScalarMapped() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dregister64_test.cpp65 amd64::Amd64RegisterDescription regfile(GetAllocator()); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dregister64_test.cpp60 amd64::Amd64RegisterDescription regfile(GetAllocator()); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h770 auto regfile = static_cast<const Amd64RegisterDescription *>(GetRegfile()); in GetAvailableScratchRegisters() local
776 auto regfile = static_cast<const Amd64RegisterDescription *>(GetRegfile()); in GetAvailableScratchFpRegisters() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.h262 auto regfile = GetRegfile(); in InsertTrace() local
Dencode.h766 void SetRegfile(RegistersDescription *regfile) in SetRegfile()