Home
last modified time | relevance | path

Searched defs:op1 (Results 1 - 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dgc_utils.h66 auto op1 = llvm::dyn_cast<llvm::Constant>(cmp->getOperand(1)); in IsNullCmp() local
H A Dbuiltins.cpp170 auto op1 = inst->getOperand(1U); in PreWRBHelper() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp116 PushArgsWithArgvInPair(ExtendedAssembler *assembler, Register argc, Register argv, Register padding, Register op1, Register op2, Label *next) PushArgsWithArgvInPair() argument
H A Doptimized_call.cpp772 Register op1 = __ AvailableRegister2(); in FastCallToAsmInterBridge() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.cpp104 void CommonCall::StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register numArgs, Register op1, in StackOverflowCheck() argument
84 PushArgsWithArgvAndCheckStack(ExtendedAssembler *assembler, Register glue, Register argc, Register argv, Register op1, Register op2, Label *stackOverflow) PushArgsWithArgvAndCheckStack() argument
H A Dasm_interpreter_call.cpp503 Register op1 = __ CallDispatcherArgument(kungfu::CallDispatchInputs::ARG1); in JSCallCommonSlowPath() local
1833 PushUndefinedWithArgcAndCheckStack(ExtendedAssembler *assembler, Register glue, Register argc, Register op1, Register op2, Label *stackOverflow) PushUndefinedWithArgcAndCheckStack() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp113 llvm::Value *op1 = call->getOperand(SRC_OR_CHAR); in HandleMemCall() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.h284 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckBinaryOperationTypes() local
352 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckTernaryOperationTypes() local
[all...]
H A Dgraph_checker.cpp1504 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); in CheckUserOfInt32() local
1968 [[maybe_unused]] auto op1 in CheckUserOfInt32() local
2036 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); CheckUserOfInt32() local
2066 [[maybe_unused]] auto op1 = inst->GetInputs()[1].GetInst(); CheckUserOfInt32() local
2363 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); CheckUserOfInt32() local
2394 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); CheckUserOfInt32() local
2442 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); CheckUserOfInt32() local
2486 [[maybe_unused]] auto op1 = inst->GetInput(1).GetInst(); CheckUserOfInt32() local
2536 [[maybe_unused]] auto op1 = inst->GetInputs()[0].GetInst(); CheckUserOfInt32() local
2577 [[maybe_unused]] auto op1 = inst->GetInput(0).GetInst(); CheckUserOfInt32() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp388 T op1 = RandomGen<T>(); in TestDivImm() local
519 T op1 = RandomGen<T>(); in TestModImm() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp67 Operand &op1 = insn1->GetOperand(i); in DoSameThing() local
H A Dcgfunc.cpp343 BaseNode *op1 = condNode->Opnd(1); in HandleCondbr() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A 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
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp531 T op1 = RandomGen<T>(); in TestDivImm() local
589 T op1 = RandomGen<T>(); in TestModImm() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp381 bool Context::IsSameProto(panda_file::ProtoItem *op1, panda_file::ProtoItem *op2) in IsSameProto() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp883 auto op1 = compare->GetInput(1).GetInst(); in VisitIfImm() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A 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(); VisitCastCase3() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp2918 Reg op1 = swap ? src0 : src1; in CompareHelper() local

Completed in 33 milliseconds