Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h290 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); variable
350 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); variable
Dgraph_checker.cpp1906 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in CheckUserOfInt32() local
1964 [[maybe_unused]] auto op2 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local
2266 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2295 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2336 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2359 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2413 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in CheckUserOfInt32() local
2451 [[maybe_unused]] auto op2 = inst->CastToIfImm()->GetImm(); in CheckUserOfInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp85 Register argv, Register op1, Register op2, Label *stackOverflow) in PushArgsWithArgvAndCheckStack()
105 Register op2, Label *stackOverflow) in StackOverflowCheck()
Dasm_interpreter_call.cpp505 Register op2 = __ TempRegister(); in JSCallCommonSlowPath() local
1614 … Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp114 llvm::Value *op2 = call->getOperand(COUNT); in HandleMemCall() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
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/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.cpp117 Register argv, Register padding, Register op1, Register op2, Label *next) in PushArgsWithArgvInPair()
Doptimized_call.cpp773 Register op2 = __ AvailableRegister3(); in FastCallToAsmInterBridge() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp372 bool Context::IsSameProto(panda_file::ProtoItem *op1, panda_file::ProtoItem *op2) in IsSameProto()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp79 Operand &op2 = insn2->GetOperand(i); in DoSameThing() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp624 auto op2 = inst->GetInput(1).GetInst(); in VisitShr() local
678 auto op2 = inst->GetInput(1).GetInst(); in VisitAShr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp853 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType, BaseNode *op1, BaseNode *op2) in CreateExprArray()