Home
last modified time | relevance | path

Searched refs:IsCall (Results 1 - 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcommon.cpp26 ASSERT(!inst->IsCallOrIntrinsic() || (inst->GetBasicBlock()->GetGraph()->IsAbcKit() && !inst->IsCall())); in AccReadIndex()
112 bool IsCall(compiler::Inst *inst) in IsCall() function
115 if (inst->IsCall()) { in IsCall()
H A Dcommon.h40 bool IsCall(compiler::Inst *inst);
H A Dreg_acc_alloc.cpp199 if (user->IsCall()) { in CanUserReadAcc()
260 if (IsCall(inst)) { in SetNeedLda()
391 if (IsCall(inst)) { in MarkInstructions()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h173 DEBUG_ASSERT(IsCall(), "Insn should be a call.");
179 DEBUG_ASSERT(IsCall(), "Insn should be a call.");
213 bool IsCall() const;
554 DEBUG_ASSERT(IsCall(), "Insn should be a call."); in SetIsCallReturnUnsigned()
560 DEBUG_ASSERT(IsCall(), "Insn should be a call."); in GetIsCallReturnUnsigned()
566 DEBUG_ASSERT(IsCall(), "Insn should be a call."); in GetIsCallReturnSigned()
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dinstruction.rb161 if IsIntrinsic? || IsCallIndirect? || IsCall? || IsCallDynamic?
257 if IsCall?
291 need_save_state = IsCall?
320 next if IsCall?
H A Dir_generator.rb103 if inst.IsCall?
140 need_save_state = inst.IsCall?
/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp132 if (user->IsCall()) { in CanUserReadAcc()
180 if (inst->IsCall()) { // we never need lda for calls in SetNeedLda()
269 if (inst->IsCall()) { in UpdateInstructionsAfterMark()
H A Dreg_encoder.cpp339 return !inst->IsCall() && inst->IsAccRead() && pos == AccReadIndex(inst); in IsAccReadPosition()
/arkcompiler/runtime_core/compiler/tests/
H A Dcall_input_types_test.cpp25 if (inst->IsCall()) { in GetCallInstruction()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp75 bool Insn::IsCall() const in IsCall() function in maplebe::Insn
78 return md->IsCall(); in IsCall()
221 DEBUG_ASSERT(IsCall() || IsTailCall(), "should be call"); in GetCallTargetOperand()
H A Dlive.cpp202 if (insn->IsCall() && !cgFunc->IsStackMapComputed()) { in GetBBDefUse()
208 if (insn->IsCall() || insn->IsTailCall()) { in GetBBDefUse()
H A Dreg_alloc_lsra.cpp813 if (insn->IsCall()) { in ComputeLiveInterval()
825 if (insn->IsCall()) { in ComputeLiveInterval()
1682 if (insn.IsCall()) { in CollectCallerNoNeedReloadByInsn()
1822 if (!insn.IsCall()) { in FinalizeFreeReferenceSpillStack()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dmethod_properties.cpp43 if (inst->IsCall() || inst->IsIntrinsic()) { in MethodProperties()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dcall_input_types_test.cpp25 if (inst->IsCall()) { in GetCallInstruction()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dmemory_barriers.h64 ASSERT_DO(!inst->IsCall() && !inst->IsStore(),
H A Dloop_peeling.cpp100 return inst->IsCall() && static_cast<const CallInst *>(inst)->IsInlined(); in HeaderHasInlinedCalls()
H A Dlicm.cpp143 return inst->IsClassInst() || inst->IsResolver() || inst->IsCall(); in IsUnsafeForResolver()
H A Dcleanup.cpp285 if (inst->IsCall() && static_cast<CallInst *>(inst)->IsInlined()) { in IsRemovableCall()
361 if (!LIGHT_MODE && inst->IsCall() && static_cast<CallInst *>(inst)->IsInlined()) { in TryToRemoveNonLiveInst()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dopcode_info.h114 bool IsCall(Opcode o) const
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecodes.h223 bool IsCall() const in IsCall() function in panda::ecmascript::kungfu::BytecodeMetaData
804 bool IsCall() const in IsCall() function in panda::ecmascript::kungfu::BytecodeInfo
806 return metaData_.IsCall(); in IsCall()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h190 ASSERT(!CurrentInst()->IsCall() && !CurrentInst()->IsIntrinsic()); in Inputs()
204 ASSERT(CurrentInst()->IsPhi() || CurrentInst()->IsCall() || CurrentInst()->IsInitObject() || in Inputs()
228 ASSERT(CurrentInst()->IsCall()); in Inputs()
248 ASSERT(CurrentInst()->IsCall()); in InputsAutoType()
/arkcompiler/runtime_core/assembler/
H A Dassembly-ins.h147 bool IsCall() const in IsCall() function
/arkcompiler/runtime_core/static_core/assembler/
H A Dassembly-ins.h161 bool IsCall() const in IsCall() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h217 ASSERT(!CurrentInst()->IsCall() && !CurrentInst()->IsIntrinsic()); in Inputs()
234 ASSERT(CurrentInst()->IsPhi() || CurrentInst()->IsCall() || CurrentInst()->IsInitObject() || in Inputs()
259 ASSERT(CurrentInst()->IsCall()); in Inputs()
291 ASSERT(CurrentInst()->IsCall()); in InputsAutoType()
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_ins_test.cpp66 EXPECT_EQ(func_value[3].IsCall(), false); in HWTEST_F()

Completed in 18 milliseconds

12