Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h2375 class ComplexExtendWordLslPattern : public CGPeepPattern {
2377ComplexExtendWordLslPattern(CGFunc &cgFunc, BB &currBB, Insn &currInsn) : CGPeepPattern(cgFunc, cu… in ComplexExtendWordLslPattern() function
2378 ~ComplexExtendWordLslPattern() override in ~ComplexExtendWordLslPattern()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp8393 bool ComplexExtendWordLslPattern::CheckCondition(Insn &insn) in CheckCondition()
8409 void ComplexExtendWordLslPattern::Run(BB &bb, Insn &insn) in Run()