Home
last modified time | relevance | path

Searched defs:op (Results 1 - 25 of 102) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dcheck_resolver.cpp24 auto op = inst->GetOpcode(); in ReplaceCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dopcodes.h91 constexpr bool IsCompareHasReverseOp(Opcode op) in IsCompareHasReverseOp() argument
99 GetSwapCmpOp(Opcode op) GetSwapCmpOp() argument
120 GetReverseCmpOp(Opcode op) GetReverseCmpOp() argument
141 IsSupportedOpForCopyInPhasesLoopUnrollAndVRP(Opcode op) IsSupportedOpForCopyInPhasesLoopUnrollAndVRP() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.cpp42 std::string GateMetaData::Str(TypedBinOp op) in Str() argument
55 std::string GateMetaData::Str(TypedUnOp op) in Str() argument
68 std::string GateMetaData::Str(TypedJumpOp op) in Str() argument
81 std::string GateMetaData::Str(TypedLoadOp op) in Str() argument
94 Str(TypedStoreOp op) Str() argument
107 Str(TypedCallTargetCheckOp op) Str() argument
[all...]
H A Dconstant_folding.cpp30 auto op = acc_.GetOpCode(gate); in VisitGate() local
H A Dloop_analysis.cpp122 auto op = acc_.GetOpCode(gate); in UpdateLoopInfo() local
202 auto op = acc_.GetOpCode(gate); in LoopExitElimination() local
H A Dargument_accessor.cpp139 OpCode op = gateAcc.GetOpCode(frameState); in GetFrameArgsIn() local
H A Drange_guard.cpp28 auto op = acc_.GetOpCode(gate); in VisitGate() local
H A Dstring_builder_optimizer.cpp49 auto op = acc_.GetOpCode(gate); in FindBuilderBegin() local
223 auto op = acc_.GetOpCode(use); in HasConcatOrPhiUse() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DassignmentExpressionBuilder.h29 AssignmentExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
H A DbinaryExpressionBuilder.h30 BinaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
H A DupdateExpressionBuilder.h29 UpdateExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
H A DunaryExpressionBuilder.h29 UnaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
H A Dinst_generator_test.cpp33 void GenerateOp(Opcode op) in GenerateOp() argument
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp23 CheckBinaryOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) CheckBinaryOperator() argument
94 CheckPlusOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) CheckPlusOperator() argument
126 CheckCompareOperator(Type *leftType, Type *rightType, const ir::Expression *leftExpr, const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) CheckCompareOperator() argument
213 CheckAssignmentOperator(lexer::TokenType op, const ir::Expression *leftExpr, Type *leftType, Type *valueType) CheckAssignmentOperator() argument
[all...]
H A Dutil.cpp71 bool Checker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator() argument
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dextend_assembler.cpp110 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc() argument
116 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H A Dcg_aarch64_aarch64_operand_test.cpp51 static ExtendShiftOperand MyCreateExtendShiftOperand(std::string poolname, ExtendShiftOperand::ExtendOp op, in MyCreateExtendShiftOperand() argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dutil.cpp59 bool TSChecker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator() argument
H A DbinaryLikeExpression.cpp23 void TSChecker::CheckBooleanLikeType(Type *leftType, Type *rightType, ir::AstNode *expr, lexer::TokenType op) in CheckBooleanLikeType() argument
56 CheckBinaryOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) CheckBinaryOperator() argument
100 CheckPlusOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) CheckPlusOperator() argument
136 CheckCompareOperator(ExpressionTypeInfo *leftRightType, ir::Expression *leftExpr, ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) CheckCompareOperator() argument
224 CheckAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftType, Type *valueType) CheckAssignmentOperator() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsAsExpression.cpp58 lexer::TokenType op = unaryExpr->OperatorType(); in IsValidConstAssertionArgument() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
H A Dpgo_type_infer.cpp25 auto op = acc_.GetOpCode(gate); in Run() local
/arkcompiler/runtime_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h77 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int *uaddr2, int val3) in futex() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/futex/
H A Dfmutex.h83 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int *uaddr2, int val3) in futex() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp146 Operand op; in CompileField() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.cpp97 PushArgsWithArgv(ExtendedAssembler *assembler, Register glue, Register argc, Register argv, Register op, Register currentSlot, Label *next, Label *stackOverflow) PushArgsWithArgv() argument
178 StackOverflowCheck(ExtendedAssembler *assembler, Register glue, Register currentSlot, Register numArgs, Register op, Label *stackOverflow) StackOverflowCheck() argument
[all...]

Completed in 9 milliseconds

12345