/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | common_call.cpp | 116 PushArgsWithArgvInPair(ExtendedAssembler *assembler, Register argc, Register argv, Register padding, Register op1, Register op2, Label *next) PushArgsWithArgvInPair() argument
|
H A D | optimized_call.cpp | 773 Register op2 = __ AvailableRegister3(); in FastCallToAsmInterBridge() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.cpp | 84 PushArgsWithArgvAndCheckStack(ExtendedAssembler *assembler, Register glue, Register argc, Register argv, Register op1, Register op2, Label *stackOverflow) PushArgsWithArgvAndCheckStack() argument 104 StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Register op1, Register op2, Label *stackOverflow) StackOverflowCheck() argument
|
H A D | asm_interpreter_call.cpp | 505 Register op2 = __ TempRegister(); in JSCallCommonSlowPath() local 1833 PushUndefinedWithArgcAndCheckStack(ExtendedAssembler *assembler, Register glue, Register argc, Register op1, Register op2, Label *stackOverflow) PushUndefinedWithArgcAndCheckStack() argument
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | intrinsics_lowering.cpp | 114 llvm::Value *op2 = call->getOperand(COUNT); in HandleMemCall() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_checker.h | 285 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in CheckBinaryOperationTypes() local 353 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in CheckTernaryOperationTypes() local [all...] |
H A D | graph_checker.cpp | 1969 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in CheckUserOfInt32() local 2037 [[maybe_unused]] auto op2 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local 2364 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); CheckUserOfInt32() local 2395 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); CheckUserOfInt32() local 2443 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); CheckUserOfInt32() local 2466 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); CheckUserOfInt32() local 2537 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); CheckUserOfInt32() local 2578 [[maybe_unused]] auto op2 = inst->CastToIfImm()->GetImm(); CheckUserOfInt32() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | cfgo.cpp | 68 Operand &op2 = insn2->GetOperand(i); in DoSameThing() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A D | graph_checker.cpp | 762 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in VisitIf() local 796 [[maybe_unused]] auto op2 = inst->CastToIfImm()->GetImm(); in VisitIfImm() local
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 381 bool Context::IsSameProto(panda_file::ProtoItem *op1, panda_file::ProtoItem *op2) in IsSameProto() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | peepholes.cpp | 624 auto op2 = inst->GetInput(1).GetInst(); in VisitShr() local 678 auto op2 = inst->GetInput(1).GetInst(); in VisitAShr() local
|