Home
last modified time | relevance | path

Searched refs:IsMethodFirstInput (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlocations_builder.cpp246 if (intrinsic->IsMethodFirstInput()) { in LOCATIONS_BUILDER()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1331 EncodeImms(inst->GetImms(), (inst->HasIdInput() || inst->IsMethodFirstInput())); in CreateCallIntrinsic()
1344 if (inst->IsMethodFirstInput()) { in CreateCallIntrinsic()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h4888 bool IsMethodFirstInput() const in IsMethodFirstInput() function