/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
H A D | gc_utils.h | 66 auto op1 = llvm::dyn_cast<llvm::Constant>(cmp->getOperand(1)); in IsNullCmp() local
|
H A D | builtins.cpp | 170 auto op1 = inst->getOperand(1U); in PreWRBHelper() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
H A D | common_call.cpp | 116 PushArgsWithArgvInPair(ExtendedAssembler *assembler, Register argc, Register argv, Register padding, Register op1, Register op2, Label *next) PushArgsWithArgvInPair() argument
|
H A D | optimized_call.cpp | 772 Register op1 = __ AvailableRegister2(); in FastCallToAsmInterBridge() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.cpp | 104 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 D | asm_interpreter_call.cpp | 503 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 D | intrinsics_lowering.cpp | 113 llvm::Value *op1 = call->getOperand(SRC_OR_CHAR); in HandleMemCall() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | graph_checker.h | 284 [[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 D | graph_checker.cpp | 1504 [[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 D | encoder64_test_2.cpp | 388 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 D | cfgo.cpp | 67 Operand &op1 = insn1->GetOperand(i); in DoSameThing() local
|
H A D | cgfunc.cpp | 343 BaseNode *op1 = condNode->Opnd(1); in HandleCondbr() local
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
H A 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 [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_2.cpp | 531 T op1 = RandomGen<T>(); in TestDivImm() local 589 T op1 = RandomGen<T>(); in TestModImm() local
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 381 bool Context::IsSameProto(panda_file::ProtoItem *op1, panda_file::ProtoItem *op2) in IsSameProto() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | bounds_analysis.cpp | 883 auto op1 = compare->GetInput(1).GetInst(); in VisitIfImm() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A 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(); VisitCastCase3() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | encode.cpp | 2918 Reg op1 = swap ? src0 : src1; in CompareHelper() local
|