Home
last modified time | relevance | path

Searched defs:GetRegisterType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dschedule.cpp56 RegType RegPressureSchedule::GetRegisterType(regno_t reg) const in GetRegisterType() function in maplebe::RegPressureSchedule
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_schedule.cpp1327 RegType AArch64ScheduleProcessInfo::GetRegisterType(const CGFunc &f, regno_t regNO) in GetRegisterType() function in maplebe::AArch64ScheduleProcessInfo
Daarch64_cgfunc.cpp10560 RegType AArch64CGFunc::GetRegisterType(regno_t reg) const in GetRegisterType() function in maplebe::AArch64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h639 virtual RegType GetRegisterType(regno_t rNum) const in GetRegisterType() function
Doperand.h290 RegType GetRegisterType() const in GetRegisterType() function