Home
last modified time | relevance | path

Searched defs:op1 (Results 1 – 22 of 22) 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.h288 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable
356 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); variable
Dgraph_checker.cpp1507 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckUserOfInt32() local
1975 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckUserOfInt32() local
2043 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); in CheckUserOfInt32() local
2073 [[maybe_unused]] auto op1 = inst->GetInputs()[1].GetInst(); in CheckUserOfInt32() local
2410 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local
2441 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local
2489 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local
2533 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); in CheckUserOfInt32() local
2583 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckUserOfInt32() local
2624 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); in CheckUserOfInt32() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.cpp76 Register argv, Register op1, Register op2, Label *stackOverflow) in PushArgsWithArgvAndCheckStack()
95 …ll::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Register op1, in StackOverflowCheck()
Dasm_interpreter_call.cpp496 Register op1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
1746Register op1, Register op2, Label *stackOverflow) in PushUndefinedWithArgcAndCheckStack()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DNoTSLikeAsCheck.ts210 const op1 = rightOp.getOp1(); constant
287 const op1 = conditionExpr.getOp1(); constant
331 const op1 = rightOp.getOp1(); constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DBuildModuleChains.ts419 const op1 = stmt.getConditionExpr().getOp1(); constant
474 const op1 = rightOp.getOp1(); constant
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dintrinsics_lowering.cpp113 llvm::Value *op1 = call->getOperand(SRC_OR_CHAR); in HandleMemCall() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp64 Operand &op1 = insn1->GetOperand(i); in DoSameThing() local
Dcgfunc.cpp374 BaseNode *op1 = condNode->Opnd(1); in HandleCondbr() 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.cpp107 Register argv, Register padding, Register op1, Register op2, Label *next) in PushArgsWithArgvInPair()
Doptimized_call.cpp766 Register op1 = __ AvailableRegister2(); in FastCallToAsmInterBridge() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp531 T op1 = RandomGen<T>(); in TestDivImm() local
589 T op1 = RandomGen<T>(); in TestModImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dpeepholes.cpp624 auto op1 = inst->GetInput(0).GetInst(); in VisitShr() local
678 auto op1 = inst->GetInput(0).GetInst(); in VisitAShr() local
1262 auto op1 = input->GetInput(1).GetInst(); in VisitCastCase3() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/base/
DExpr.ts591 protected op1: 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/code_generator/target/amd64/
Dencode.cpp1471 Reg op1 {src1}; in EncodeDiv() local
1658 Reg op1 {src1}; in EncodeMod() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp888 auto op1 = compare->GetInput(1).GetInst(); in VisitIfImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2949 Reg op1 = swap ? src0 : src1; in CompareHelper() local