Home
last modified time | relevance | path

Searched refs:IsCall (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp133 if (user->IsCall()) { in CanUserReadAcc()
181 if (inst->IsCall()) { // we never need lda for calls in SetNeedLda()
266 if (inst->IsCall()) { in RunImpl()
Dreg_encoder.cpp339 return !inst->IsCall() && inst->IsAccRead() && pos == AccReadIndex(inst); in IsAccReadPosition()
/arkcompiler/runtime_core/compiler/tests/
Dcall_input_types_test.cpp25 if (inst->IsCall()) { in GetCallInstruction()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h219 bool IsCall() const in IsCall() function
688 bool IsCall() const in IsCall() function
690 return metaData_.IsCall(); in IsCall()
Dframe_states.cpp414 if (builder_->GetBytecodeInfo(nextIndex).IsCall()) { in BuildStateSplitAfter()
482 if (bytecodeInfo.IsCall()) { in BuildFrameState()
/arkcompiler/runtime_core/disassembler/templates/
Dbc_ins_to_pandasm_ins.cpp.erb58 if (ins.IsCall()) {
/arkcompiler/runtime_core/compiler/optimizer/ir/
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()
Dinst.h809 bool IsCall() const in IsCall() function
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h147 bool IsCall() const in IsCall() function
Dassembly-parser.cpp703 if (!(insn_it->IsCall() || insn_it->IsCallRange())) { in ParseResetFunctionTable()
/arkcompiler/runtime_core/assembler/tests/
Dassembler_ins_test.cpp66 EXPECT_EQ(func_value[3].IsCall(), false);
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp577 if (inst->IsCall()) { in IsCallBlockingRegisters()