Home
last modified time | relevance | path

Searched refs:IsTargetInsn (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cg.cpp44 bool X64CG::IsTargetInsn(MOperator mOp) const in IsTargetInsn() function in maplebe::X64CG
Dx64_optimize_common.cpp45 if (originalInsn.IsTargetInsn()) { in CloneInsn()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cg.h92 bool IsTargetInsn(MOperator mOp) const final;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Ddbg.h69 bool IsTargetInsn() const override in IsTargetInsn() function
Dcfi.h95 bool IsTargetInsn() const override in IsTargetInsn() function
Dcg.h448 virtual bool IsTargetInsn(MOperator mOp) const = 0;
Dinsn.h224 virtual bool IsTargetInsn() const in IsTargetInsn() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_optimize_common.cpp64 if (originalInsn.IsTargetInsn()) { in CloneInsn()
Daarch64_cg.cpp184 bool AArch64CG::IsTargetInsn(MOperator mOp) const in IsTargetInsn() function in maplebe::AArch64CG
Daarch64_cgfunc.cpp7516 if (!insn->IsTargetInsn()) { in DetermineReturnTypeofCall()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cg.h226 bool IsTargetInsn(MOperator mOp) const final;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dinsn.cpp22 return md && md->IsPhysicalInsn() && Globals::GetInstance()->GetTarget()->IsTargetInsn(mOp); in IsMachineInstruction()
Dcg_cfg.cpp38 if (insn->IsTargetInsn() && insn->CanThrow()) { in CanBBThrow()
Debo.cpp783 if (!insn->IsTargetInsn()) { in BuildAllInfo()