| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| H A D | check_resolver.cpp | 24 auto op = inst->GetOpcode(); in ReplaceCheck() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | opcodes.h | 91 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 D | mcr_gate_meta_data.cpp | 42 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 D | constant_folding.cpp | 30 auto op = acc_.GetOpCode(gate); in VisitGate() local
|
| H A D | loop_analysis.cpp | 122 auto op = acc_.GetOpCode(gate); in UpdateLoopInfo() local 202 auto op = acc_.GetOpCode(gate); in LoopExitElimination() local
|
| H A D | argument_accessor.cpp | 139 OpCode op = gateAcc.GetOpCode(frameState); in GetFrameArgsIn() local
|
| H A D | range_guard.cpp | 28 auto op = acc_.GetOpCode(gate); in VisitGate() local
|
| H A D | string_builder_optimizer.cpp | 49 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 D | assignmentExpressionBuilder.h | 29 AssignmentExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
|
| H A D | binaryExpressionBuilder.h | 30 BinaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
|
| H A D | updateExpressionBuilder.h | 29 UpdateExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
|
| H A D | unaryExpressionBuilder.h | 29 UnaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/tests/ |
| H A D | inst_generator_test.cpp | 33 void GenerateOp(Opcode op) in GenerateOp() argument
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | binaryLikeExpression.cpp | 23 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 D | util.cpp | 71 bool Checker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| H A D | extend_assembler.cpp | 110 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 D | cg_aarch64_aarch64_operand_test.cpp | 51 static ExtendShiftOperand MyCreateExtendShiftOperand(std::string poolname, ExtendShiftOperand::ExtendOp op, in MyCreateExtendShiftOperand() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | util.cpp | 59 bool TSChecker::IsAssignmentOperator(lexer::TokenType op) in IsAssignmentOperator() argument
|
| H A D | binaryLikeExpression.cpp | 23 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 D | tsAsExpression.cpp | 58 lexer::TokenType op = unaryExpr->OperatorType(); in IsValidConstAssertionArgument() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| H A D | pgo_type_infer.cpp | 25 auto op = acc_.GetOpCode(gate); in Run() local
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/futex/ |
| H A D | fmutex.h | 77 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 D | fmutex.h | 83 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 D | function.cpp | 146 Operand op; in CompileField() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | common_call.cpp | 97 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...] |