Home
last modified time | relevance | path

Searched defs:op1 (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dgc_utils.h66 auto op1 = llvm::dyn_cast<llvm::Constant>(cmp->getOperand(1)); in IsNullCmp() local
Dbuiltins.cpp170 auto op1 = inst->getOperand(1U); in PreWRBHelper() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph_checker.h289 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable
349 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable
Dgraph_checker.cpp1473 [[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/
Dcommon_call.cpp85 Register argv, Register op1, Register op2, Label *stackOverflow) in PushArgsWithArgvAndCheckStack()
104 …ll::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Register op1, in StackOverflowCheck()
Dasm_interpreter_call.cpp503 Register op1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
1614Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp113 llvm::Value *op1 = call->getOperand(SRC_OR_CHAR); in HandleMemCall() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test_2.cpp388 T op1 = RandomGen<T>(); in TestDivImm() local
519 T op1 = RandomGen<T>(); in TestModImm() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp761 [[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/
Dcommon_call.cpp117 Register argv, Register padding, Register op1, Register op2, Label *next) in PushArgsWithArgvInPair()
Doptimized_call.cpp772 Register op1 = __ AvailableRegister2(); in FastCallToAsmInterBridge() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp530 T op1 = RandomGen<T>(); in TestDivImm() local
588 T op1 = RandomGen<T>(); in TestModImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp623 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/
Debo.cpp284 bool Ebo::OperandEqual(const Operand &op1, const Operand &op2) const in OperandEqual() argument
Dcfgo.cpp78 Operand &op1 = insn1->GetOperand(i); in DoSameThing() local
Dcgfunc.cpp1372 BaseNode *op1 = condNode->Opnd(1); in HandleCondbr() 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/aarch64/
Daarch64_ebo.cpp421 bool AArch64Ebo::OperandEqSpecial(const Operand &op1, const Operand &op2) const in OperandEqSpecial() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp1450 Reg op1 {src1}; in EncodeDiv() local
1637 Reg op1 {src1}; in EncodeMod() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp883 auto op1 = compare->GetInput(1).GetInst(); in VisitIfImm() 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()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2940 Reg op1 = swap ? src0 : src1; in CompareHelper() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h1376 explicit MeStmt(Opcode op1) : op(op1) {} in MeStmt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp1528 BaseNode *op1 = LowerExpr(stmt, *stmt.Opnd(1), block); in LowerAssertBoundary() local