Home
last modified time | relevance | path

Searched defs:IsScratchRegisterReleased (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dtarget.h508 bool IsScratchRegisterReleased(Reg reg) in IsScratchRegisterReleased() function
753 bool IsScratchRegisterReleased(Reg reg) override in IsScratchRegisterReleased() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dtarget.h611 bool IsScratchRegisterReleased(Reg reg) override in IsScratchRegisterReleased() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h786 virtual bool IsScratchRegisterReleased([[maybe_unused]] compiler::Reg reg) in IsScratchRegisterReleased() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2548 bool Aarch64Encoder::IsScratchRegisterReleased(Reg reg) in IsScratchRegisterReleased() function in panda::compiler::aarch64::Aarch64Encoder