Home
last modified time | relevance | path

Searched defs:op2 (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp116 PushArgsWithArgvInPair(ExtendedAssembler *assembler, Register argc, Register argv, Register padding, Register op1, Register op2, Label *next) PushArgsWithArgvInPair() argument
H A Doptimized_call.cpp773 Register op2 = __ AvailableRegister3(); in FastCallToAsmInterBridge() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.cpp84 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 Dasm_interpreter_call.cpp505 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 Dintrinsics_lowering.cpp114 llvm::Value *op2 = call->getOperand(COUNT); in HandleMemCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.h285 [[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 Dgraph_checker.cpp1969 [[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 Dcfgo.cpp68 Operand &op2 = insn2->GetOperand(i); in DoSameThing() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp762 [[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 Dlinker_context.cpp381 bool Context::IsSameProto(panda_file::ProtoItem *op1, panda_file::ProtoItem *op2) in IsSameProto() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dpeepholes.cpp624 auto op2 = inst->GetInput(1).GetInst(); in VisitShr() local
678 auto op2 = inst->GetInput(1).GetInst(); in VisitAShr() local

Completed in 21 milliseconds