Home
last modified time | relevance | path

Searched defs:IsVirtualRegister (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_reg_info.h114 bool IsVirtualRegister(const RegOperand &regOpnd) override in IsVirtualRegister() function
118 bool IsVirtualRegister(regno_t regno) override in IsVirtualRegister() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_reg_info.h136 bool IsVirtualRegister(const RegOperand &regOpnd) override in IsVirtualRegister() function
140 bool IsVirtualRegister(regno_t regno) override in IsVirtualRegister() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h413 bool IsVirtualRegister() const in IsVirtualRegister() function