Home
last modified time | relevance | path

Searched refs:OutVReg (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
H A Dirnode.h60 struct OutVReg { struct
151 virtual size_t OutRegisters([[maybe_unused]] std::array<OutVReg, MAX_REG_OPERAND> *regs) const = 0;
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DregAllocator.cpp153 std::array<OutVReg, IRNode::MAX_REG_OPERAND> dstRegs {}; in Run()
H A DcodeGen.h96 [[nodiscard]] virtual IRNode *AllocMov(const ir::AstNode *node, OutVReg vd, VReg vs) = 0;
H A Dpandagen.h74 [[nodiscard]] IRNode *AllocMov(const ir::AstNode *node, OutVReg vd, VReg vs) override;
H A Dpandagen.cpp69 size_t OutRegisters([[maybe_unused]] std::array<OutVReg, MAX_REG_OPERAND> *regs) const override
346 IRNode *PandaGen::AllocMov(const ir::AstNode *node, OutVReg vd, const VReg vs) in AllocMov()
H A DETSGen.h51 [[nodiscard]] IRNode *AllocMov(const ir::AstNode *node, OutVReg vd, VReg vs) override;
H A DETSGen.cpp193 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov()

Completed in 12 milliseconds