Home
last modified time | relevance | path

Searched refs:IsCondBranch (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_isa.cpp52 CHECK_FATAL(insn.IsCondBranch() || insn.IsUnCondBranch(), "Not a jump insn"); in GetJumpTargetIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp45 bool Insn::IsCondBranch() const in IsCondBranch() function in maplebe::Insn
48 return md->IsCondBranch(); in IsCondBranch()
H A Dcg_cfg.cpp49 DEBUG_ASSERT(branchInsn->IsCondBranch(), "must be a conditional branch generated from an intrinsic"); in BuildCFG()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_fixshortbranch.cpp94 if (insn == nullptr || !insn->IsCondBranch()) { in PatchLongBranch()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h218 bool IsCondBranch() const;
H A Disa.h331 bool IsCondBranch() const in IsCondBranch() function

Completed in 4 milliseconds