Home
last modified time | relevance | path

Searched defs:IsTargetInsn (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_cg.cpp42 bool X64CG::IsTargetInsn(MOperator mOp) const in IsTargetInsn() function in maplebe::X64CG
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp92 bool AArch64CG::IsTargetInsn(MOperator mOp) const in IsTargetInsn() function in maplebe::AArch64CG
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h102 bool IsTargetInsn() const override in IsTargetInsn() function
Dinsn.h251 virtual bool IsTargetInsn() const in IsTargetInsn() function