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/x86_64/
Dx64_reg_info.h117 bool IsVirtualRegister(const RegOperand &regOpnd) override in IsVirtualRegister() function
121 bool IsVirtualRegister(regno_t regno) override in IsVirtualRegister() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_reg_info.h108 bool IsVirtualRegister(const RegOperand &regOpnd) override in IsVirtualRegister() function
112 bool IsVirtualRegister(regno_t regno) override in IsVirtualRegister() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doperand.h419 bool IsVirtualRegister() const in IsVirtualRegister() function