| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | gc_utils.h | 66 auto op1 = llvm::dyn_cast<llvm::Constant>(cmp->getOperand(1)); in IsNullCmp() local
|
| D | builtins.cpp | 170 auto op1 = inst->getOperand(1U); in PreWRBHelper() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | graph_checker.h | 289 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable 349 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable
|
| D | graph_checker.cpp | 1473 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckUserOfInt32() local 1905 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckUserOfInt32() local 1963 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); in CheckUserOfInt32() local 1993 [[maybe_unused]] auto op1 = inst->GetInputs()[1].GetInst(); in CheckUserOfInt32() local 2265 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local 2294 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local 2335 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local 2358 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local 2412 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckUserOfInt32() local 2450 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); 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() 104 …ll::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Register op1, in StackOverflowCheck()
|
| D | asm_interpreter_call.cpp | 503 Register op1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local 1614 … Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | intrinsics_lowering.cpp | 113 llvm::Value *op1 = call->getOperand(SRC_OR_CHAR); in HandleMemCall() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
| D | encoder64_test_2.cpp | 388 T op1 = RandomGen<T>(); in TestDivImm() local 519 T op1 = RandomGen<T>(); in TestModImm() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | graph_checker.cpp | 761 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in VisitIf() local 795 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); 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 | 772 Register op1 = __ AvailableRegister2(); in FastCallToAsmInterBridge() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
| D | encoder64_test_2.cpp | 530 T op1 = RandomGen<T>(); in TestDivImm() local 588 T op1 = RandomGen<T>(); in TestModImm() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 623 auto op1 = inst->GetInput(0).GetInst(); in VisitShr() local 677 auto op1 = inst->GetInput(0).GetInst(); in VisitAShr() local 1236 auto op1 = input->GetInput(1).GetInst(); in VisitCastCase3() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | ebo.cpp | 284 bool Ebo::OperandEqual(const Operand &op1, const Operand &op2) const in OperandEqual() argument
|
| D | cfgo.cpp | 78 Operand &op1 = insn1->GetOperand(i); in DoSameThing() local
|
| D | cgfunc.cpp | 1372 BaseNode *op1 = condNode->Opnd(1); in HandleCondbr() 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/aarch64/ |
| D | aarch64_ebo.cpp | 421 bool AArch64Ebo::OperandEqSpecial(const Operand &op1, const Operand &op2) const in OperandEqSpecial() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
| D | encode.cpp | 1450 Reg op1 {src1}; in EncodeDiv() local 1637 Reg op1 {src1}; in EncodeMod() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | bounds_analysis.cpp | 883 auto op1 = compare->GetInput(1).GetInst(); in VisitIfImm() 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()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 2940 Reg op1 = swap ? src0 : src1; in CompareHelper() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_ir.h | 1376 explicit MeStmt(Opcode op1) : op(op1) {} in MeStmt()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 1528 BaseNode *op1 = LowerExpr(stmt, *stmt.Opnd(1), block); in LowerAssertBoundary() local
|