Home
last modified time | relevance | path

Searched refs:ScanReg (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp249 bool Insn::ScanReg(regno_t regNO) const in ScanReg() function in maplebe::Insn
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h703 virtual bool ScanReg(regno_t regNO) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp644 ((insn.IsLoad() && curInsn->ScanReg(destRegNO)) || (insn.IsStore() && curInsn->IsRegDefined(destRegNO)))) { in FindPrevStrLdr()
647 if (curInsn->ScanReg(destRegNO)) { in FindPrevStrLdr()
1791 if (curInsn->ScanReg(defRegNO) || curInsn->ScanReg(kRFLAG)) { in FindPreviousCmp()

Completed in 7 milliseconds