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.cpp1422 RegType AArch64ScheduleProcessInfo::GetRegisterType(CGFunc &f, regno_t regNO) in GetRegisterType() function in maplebe::AArch64ScheduleProcessInfo
Daarch64_cgfunc.cpp11624 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.h575 virtual RegType GetRegisterType(regno_t rNum) const in GetRegisterType() function
Doperand.h284 RegType GetRegisterType() const in GetRegisterType() function