Searched refs:OutVReg (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/ |
H A D | irnode.h | 60 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 D | regAllocator.cpp | 153 std::array<OutVReg, IRNode::MAX_REG_OPERAND> dstRegs {}; in Run()
|
H A D | codeGen.h | 96 [[nodiscard]] virtual IRNode *AllocMov(const ir::AstNode *node, OutVReg vd, VReg vs) = 0;
|
H A D | pandagen.h | 74 [[nodiscard]] IRNode *AllocMov(const ir::AstNode *node, OutVReg vd, VReg vs) override;
|
H A D | pandagen.cpp | 69 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 D | ETSGen.h | 51 [[nodiscard]] IRNode *AllocMov(const ir::AstNode *node, OutVReg vd, VReg vs) override;
|
H A D | ETSGen.cpp | 193 IRNode *ETSGen::AllocMov(const ir::AstNode *const node, OutVReg vd, const VReg vs) in AllocMov()
|
Completed in 12 milliseconds