Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp2132 for (const auto &fpRegAssignmentMapPair : localRa.GetFpRegAssignmentMap()) { in LocalRaFinalAssignment()
2151 for (auto it : localRa.GetFpRegAssignmentMap()) { in LocalRaDebug()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1271 const MapleMap<regno_t, regno_t> &GetFpRegAssignmentMap() const in GetFpRegAssignmentMap() function