Home
last modified time | relevance | path

Searched refs:GetIntRegAssignmentMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp2123 for (const auto &intRegAssignmentMapPair : localRa.GetIntRegAssignmentMap()) { in LocalRaFinalAssignment()
2148 for (auto it : localRa.GetIntRegAssignmentMap()) { in LocalRaDebug()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1266 const MapleMap<regno_t, regno_t> &GetIntRegAssignmentMap() const in GetIntRegAssignmentMap() function