Home
last modified time | relevance | path

Searched refs:Equals (Results 1 - 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp110 bool MemOperand::Equals(Operand &op) const in Equals() function in maplebe::MemOperand
115 return Equals(static_cast<MemOperand &>(op)); in Equals()
118 bool MemOperand::Equals(const MemOperand &op) const in Equals() function in maplebe::MemOperand
127 return (GetBaseRegister()->Equals(*op.GetBaseRegister()) && in Equals()
128 GetOffsetImmediate()->Equals(*op.GetOffsetImmediate())); in Equals()
130 return (GetBaseRegister()->Equals(*op.GetBaseRegister()) && in Equals()
131 GetIndexRegister()->Equals(*op.GetIndexRegister()) && in Equals()
136 return (GetBaseRegister()->Equals(*op.GetBaseRegister()) && GetSymbolName() == op.GetSymbolName() && in Equals()
137 GetOffsetImmediate()->Equals(*op.GetOffsetImmediate())); in Equals()
H A Dcfgo.cpp72 if (!op1.Equals(op2)) { in DoSameThing()
/arkcompiler/ets_runtime/ecmascript/compiler/base/
H A Ddepend_chain_helper.h60 bool Equals(DependChains* that);
H A Ddepend_chain_helper.cpp44 bool DependChains::Equals(DependChains* that) in Equals() function in panda::ecmascript::kungfu::DependChains
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dearly_elimination.h38 bool Equals(DependInfoNode* that);
H A Dlater_elimination.cpp133 if (dependChain->Equals(oldDependChain)) { in UpdateDependChain()
H A Drange_guard.cpp158 if (dependChain->Equals(oldDependChain)) { in UpdateDependChain()
H A Dearly_elimination.cpp230 if (dependChain->Equals(oldDependChain)) { in UpdateDependChain()
514 bool DependInfoNode::Equals(DependInfoNode* that) in Equals() function in panda::ecmascript::kungfu::DependInfoNode
H A Dgate_matchers.h97 bool Equals(const GateRef gate) in Equals() function in panda::ecmascript::kungfu::GateMatcher
H A Dlexical_env_specialization_pass.cpp102 if (dependChain->Equals(oldDependChain)) { in UpdateDependChain()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dfunc_desc.h72 bool Equals(const FuncDesc &desc) const in Equals() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h200 virtual bool Equals(Operand &op) const in Equals() function in maplebe::Operand
362 bool Equals(Operand &operand) const override
734 bool Equals(Operand &operand) const override
1443 bool Equals(Operand &op) const override;
1444 bool Equals(const MemOperand &op) const;
1532 bool Equals(Operand &operand) const override
1609 bool Equals(Operand &operand) const override
1984 bool Equals(Operand &operand) const override
H A Dinsn.h652 bool Equals(const Insn &rhs) const
661 if (!opnds[i]->Equals(*rhs.opnds[i])) {
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Descape.cpp121 bool Equals(const VirtualState *other) const in Equals() function in ark::compiler::VirtualState
329 bool Equals(const BasicBlockState *other) const
345 if (!v->Equals(otherState)) {
1519 stateChanged = !headerState->Equals(GetState(header));
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp2256 prevInsn.GetOperand(kInsnFirstOpnd).Equals(insn.GetOperand(kInsnSecondOpnd))) { in IsExpandBaseOpnd()
H A Daarch64_cgfunc.cpp1825 movImmInsn->GetOperand(0).Equals(opnd1)) { in SelectRem()

Completed in 22 milliseconds