Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h289 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); variable
357 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); variable
Dgraph_checker.cpp1976 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in CheckUserOfInt32() local
2044 [[maybe_unused]] auto op2 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local
2411 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2442 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2490 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2513 [[maybe_unused]] auto op2 = inst->GetInput(2U).GetInst(); in CheckUserOfInt32() local
2584 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); in CheckUserOfInt32() local
2625 [[maybe_unused]] auto op2 = inst->CastToIfImm()->GetImm(); in CheckUserOfInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp76 Register argv, Register op1, Register op2, Label *stackOverflow) in PushArgsWithArgvAndCheckStack()
96 Register op2, Label *stackOverflow) in StackOverflowCheck()
Dasm_interpreter_call.cpp498 Register op2 = __ TempRegister(); in JSCallCommonSlowPath() local
1746 … Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DNoTSLikeAsCheck.ts211 const op2 = rightOp.getOp2(); constant
288 const op2 = conditionExpr.getOp2(); constant
332 const op2 = rightOp.getOp2(); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts420 const op2 = stmt.getConditionExpr().getOp2(); constant
475 const op2 = rightOp.getOp2(); constant
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp114 llvm::Value *op2 = call->getOperand(COUNT); in HandleMemCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp65 Operand &op2 = insn2->GetOperand(i); in DoSameThing() 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.cpp107 Register argv, Register padding, Register op1, Register op2, Label *next) in PushArgsWithArgvInPair()
Doptimized_call.cpp767 Register op2 = __ AvailableRegister3(); in FastCallToAsmInterBridge() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DExpr.ts592 protected op2: Value; property in AbstractBinopExpr
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp384 bool Context::IsSameProto(panda_file::ProtoItem *op1, panda_file::ProtoItem *op2) in IsSameProto()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp625 auto op2 = inst->GetInput(1).GetInst(); in VisitShr() local
679 auto op2 = inst->GetInput(1).GetInst(); in VisitAShr() local