Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h356 class ExtLslToBitFieldInsertPattern : public CGPeepPattern {
358 ExtLslToBitFieldInsertPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn, CGSSAInfo &info) in ExtLslToBitFieldInsertPattern() function
362 ~ExtLslToBitFieldInsertPattern() override = default;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp231 manager->Optimize<ExtLslToBitFieldInsertPattern>(); in DoSSAOptimize()
758 bool ExtLslToBitFieldInsertPattern::CheckCondition(Insn &insn) in CheckCondition()
776 void ExtLslToBitFieldInsertPattern::Run(BB &bb, Insn &insn) in Run()