Home
last modified time | relevance | path

Searched defs:regno_t (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dabi.h36 using regno_t = uint32_t; variable
Dmemlayout.h26 using regno_t = uint32; variable
Dcg_ssa.h311 …explicit SSAOperandDumpVisitor(const MapleUnorderedMap<regno_t, VRegVersion *> &allssa) : allSSAOp… in SSAOperandDumpVisitor()
Disa.h69 using regno_t = uint32_t; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_ssa.h98 explicit A64SSAOperandDumpVisitor(const MapleUnorderedMap<regno_t, VRegVersion *> &allssa) in A64SSAOperandDumpVisitor()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp2500 void CGFunc::UpdateAllRegisterVregMapping(MapleMap<regno_t, PregIdx> &newMap) in UpdateAllRegisterVregMapping()