Searched defs:op2 (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 290 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); variable 350 [[maybe_unused]] auto op2 = inst->GetInputs()[1].GetInst(); variable
|
| D | graph_checker.cpp | 1906 [[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/ |
| D | common_call.cpp | 85 Register argv, Register op1, Register op2, Label *stackOverflow) in PushArgsWithArgvAndCheckStack() 105 Register op2, Label *stackOverflow) in StackOverflowCheck()
|
| D | asm_interpreter_call.cpp | 505 Register op2 = __ TempRegister(); in JSCallCommonSlowPath() local 1614 … Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | intrinsics_lowering.cpp | 114 llvm::Value *op2 = call->getOperand(COUNT); in HandleMemCall() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| 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/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | common_call.cpp | 117 Register argv, Register padding, Register op1, Register op2, Label *next) in PushArgsWithArgvInPair()
|
| D | optimized_call.cpp | 773 Register op2 = __ AvailableRegister3(); in FastCallToAsmInterBridge() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 372 bool Context::IsSameProto(panda_file::ProtoItem *op1, panda_file::ProtoItem *op2) in IsSameProto()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | cfgo.cpp | 79 Operand &op2 = insn2->GetOperand(i); in DoSameThing() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 624 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/ |
| D | mir_builder.cpp | 853 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType, BaseNode *op1, BaseNode *op2) in CreateExprArray()
|