Home
last modified time | relevance | path

Searched refs:CheckStoreOpCode (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_strldr.h37 bool CheckStoreOpCode(MOperator opCode) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_strldr.cpp188 bool AArch64StoreLoadOpt::CheckStoreOpCode(MOperator opCode) const in CheckStoreOpCode() function in maplebe::AArch64StoreLoadOpt
482 if (!insn->IsMachineInstruction() || !insn->IsStore() || !CheckStoreOpCode(mOp) || in DoStoreLoadOpt()