Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 146) sorted by relevance

123456

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_gate_meta_data.cpp41 std::string GateMetaData::Str(TypedBinOp op) in Str()
54 std::string GateMetaData::Str(TypedUnOp op) in Str()
67 std::string GateMetaData::Str(TypedJumpOp op) in Str()
80 std::string GateMetaData::Str(TypedLoadOp op) in Str()
93 std::string GateMetaData::Str(TypedStoreOp op) in Str()
106 std::string GateMetaData::Str(TypedCallTargetCheckOp op) in Str()
Drange_analysis.cpp48 auto op = acc_.GetOpCode(gate); in VisitGate() local
111 auto op = acc_.GetTypedUnAccessor(gate).GetTypedUnOp(); in VisitTypedUnaryOp() local
140 auto op = acc_.GetTypedBinaryOp(gate); in VisitTypedBinaryOp() local
279 auto op = acc_.GetTypedBinaryOp(gate); in GetRangeOfCompare() local
324 auto op = acc_.GetOpCode(gate); in PrintRangeInfo() local
Darray_bounds_check_elimination.cpp49 ArrayBoundsCheckElimination::Bound::Bound(TypedBinOp op, GateRef gate, int constant) in Bound()
178 auto op = acc_.GetTypedBinaryOp(gate); in DoBinaryArithmeticOp() local
260 auto op = acc_.GetTypedUnAccessor(gate).GetTypedUnOp(); in DoUnaryArithmeticOp() local
368 OpCode op = acc_.GetOpCode(gate); in VisitGate() local
387 auto op = acc_.GetTypedBinaryOp(gate); in GetInstrAndConstValueFromBinaryOp() local
412 auto op = acc_.GetTypedUnAccessor(gate).GetTypedUnOp(); in GetInstrAndConstValueFromUnaryOp() local
510 void ArrayBoundsCheckElimination::UpdateBound(IntegerStack &pushed, GateRef x, TypedBinOp op, in UpdateBound()
533 …ayBoundsCheckElimination::AddIfCondition(IntegerStack &pushed, GateRef x, GateRef y, TypedBinOp op) in AddIfCondition()
549 OpCode op = acc_.GetOpCode(gate); in IsArrayLength() local
563 OpCode op = acc_.GetOpCode(gate); in FindBoundGate() local
[all …]
Dconstant_folding.h72 #define GEN_SWITCH_CASE(op, flag) GEN_SWITCH_CASE_##flag(op) argument
73 #define GEN_SWITCH_CASE_VALID(op) \ argument
77 #define GEN_SWITCH_CASE_INVALID(op) argument
Dgate_accessor.cpp139 auto op = GetOpCode(gate); in GetMemoryAttribute() local
370 TypedLoadOp op = GetTypedLoadOp(gate); in TypedOpIsTypedArray() local
374 TypedStoreOp op = GetTypedStoreOp(gate); in TypedOpIsTypedArray() local
428 OpCode op = GetOpCode(gate); in HasNumberType() local
438 OpCode op = GetOpCode(gate); in HasStringType() local
558 OpCode op = GetOpCode(gate); in GetNoGCFlag() local
582 OpCode op = GetOpCode(gate); in TryGetPcOffset() local
617 OpCode op = GetOpCode(gate); in TryGetBcIndex() local
630 OpCode op = GetOpCode(gate); in TryGetMethodOffset() local
654 OpCode op = GetOpCode(frameState); in GetFrameArgs() local
[all …]
Dconstant_folding.cpp22 auto op = acc_.GetOpCode(gate); in VisitGate() local
31 GateRef ConstantFolding::BinaryInt32Calculate(GateRef gate, std::function<GateRef(int, int)> op) in BinaryInt32Calculate() argument
49 GateRef ConstantFolding::UnaryInt32Calculate(GateRef gate, std::function<GateRef(int)> op) in UnaryInt32Calculate()
65 GateRef ConstantFolding::BinaryF64Calculate(GateRef gate, std::function<GateRef(double, double)> op) in BinaryF64Calculate() argument
85 GateRef ConstantFolding::UnaryF64Calculate(GateRef gate, std::function<GateRef(double)> op) in UnaryF64Calculate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcodes.h91 constexpr bool IsCompareHasReverseOp(Opcode op) in IsCompareHasReverseOp()
99 constexpr Opcode GetSwapCmpOp(Opcode op) in GetSwapCmpOp()
120 constexpr Opcode GetReverseCmpOp(Opcode op) in GetReverseCmpOp()
141 constexpr bool IsSupportedOpForCopyInPhasesLoopUnrollAndVRP(Opcode op) in IsSupportedOpForCopyInPhasesLoopUnrollAndVRP()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.cpp21 void UpdateHandlerKind(const JSThread *thread, const ObjectOperator &op, uint64_t &handler) in UpdateHandlerKind()
43 JSHandle<JSTaggedValue> LoadHandler::LoadProperty(const JSThread *thread, const ObjectOperator &op) in LoadProperty()
85 JSHandle<JSTaggedValue> LoadHandler::LoadElement(const JSThread *thread, const ObjectOperator &op) in LoadElement()
105 …Handle<JSTaggedValue> StoreHandler::StoreProperty(const JSThread *thread, const ObjectOperator &op) in StoreProperty()
145 …JSTaggedValue> TransitionHandler::StoreTransition(const JSThread *thread, const ObjectOperator &op) in StoreTransition()
156 …le<JSTaggedValue> PrototypeHandler::LoadPrototype(const JSThread *thread, const ObjectOperator &op, in LoadPrototype()
190 …e<JSTaggedValue> PrototypeHandler::StorePrototype(const JSThread *thread, const ObjectOperator &op, in StorePrototype()
220 …ggedValue> TransWithProtoHandler::StoreTransition(const JSThread *thread, const ObjectOperator &op, in StoreTransition()
Dic_runtime.cpp32 bool ICRuntime::GetHandler(const ObjectOperator &op, const JSHandle<JSHClass> &hclass, in GetHandler()
99 void ICRuntime::UpdateLoadHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateLoadHandler()
167 void ICRuntime::UpdateStoreHandler(const ObjectOperator &op, JSHandle<JSTaggedValue> key, in UpdateStoreHandler()
232 ObjectOperator op(GetThread(), receiver, key); in LoadValueMiss() local
294 ObjectOperator op(GetThread(), receiver, key); in LoadMiss() local
364 ObjectOperator op(GetThread(), receiver, key); in LoadTypedArrayValueMiss() local
430 …ObjectOperator op(GetThread(), receiver, key, isOwn ? OperatorType::OWN : OperatorType::PROTOTYPE_… in StoreMiss() local
514 ObjectOperator op(GetThread(), receiver, key); in StoreTypedArrayValueMiss() local
546 JSTaggedValue StoreICRuntime::HandleAccesor(ObjectOperator *op, const JSHandle<JSTaggedValue> &valu… in HandleAccesor()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disa.cpp18 #define DEFINE_MOP(op, ...) const OpndDesc OpndDesc::op = __VA_ARGS__; argument
21 #define DEFINE_MOP(op, ...) {abstract::op, __VA_ARGS__}, argument
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp23 …cker::CheckBooleanLikeType(Type *leftType, Type *rightType, ir::AstNode *expr, lexer::TokenType op) in CheckBooleanLikeType()
57 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator()
101 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator()
137 … ir::Expression *rightExpr, ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator()
224 void TSChecker::CheckAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftTy… in CheckAssignmentOperator()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp23 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckBinaryOperator()
94 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckPlusOperator()
126 … const ir::Expression *rightExpr, const ir::AstNode *expr, lexer::TokenType op) in CheckCompareOperator()
212 void Checker::CheckAssignmentOperator(lexer::TokenType op, const ir::Expression *leftExpr, Type *le… in CheckAssignmentOperator()
/arkcompiler/ets_runtime/common_components/base/
Dsys_call.cpp35 int Futex(const volatile int* uaddr, int op, int val) in Futex()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfutex.h25 inline int futex(volatile int *uaddr, int op, int val, const struct timespec *timeout, volatile int… in futex()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DunaryExpressionBuilder.h29 UnaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
DupdateExpressionBuilder.h29 UpdateExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
DbinaryExpressionBuilder.h30 BinaryExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
DassignmentExpressionBuilder.h29 AssignmentExpressionBuilder &SetOperator(lexer::TokenType op) in SetOperator()
/arkcompiler/ets_runtime/test/jittest/load_element_from_float64_array/
Dload_element_from_float64_array.ts59 var val2, op; variable
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dextend_assembler.cpp109 void ExtendedAssembler::PushArgc(int32_t argc, Register op, Register fp) in PushArgc()
115 void ExtendedAssembler::PushArgc(Register argc, Register op, Register fp) in PushArgc()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddropframe_manager.cpp22 bool DropframeManager::IsNewlexenvOpcode(BytecodeInstruction::Opcode op) in IsNewlexenvOpcode()
36 bool DropframeManager::IsStlexvarOpcode(BytecodeInstruction::Opcode op) in IsStlexvarOpcode()
49 …, uint16_t> DropframeManager::ReadStlexvarParams(const uint8_t *pc, BytecodeInstruction::Opcode op) in ReadStlexvarParams()
102 BytecodeInstruction::Opcode op = bcIns.GetOpcode(); in AddLexPropertiesToRecord() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp280 const callbackfun &op) in AtomicReadModifyWrite()
310 … EcmaRuntimeCallInfo *argv, const callbackfun &op) in AtomicReadModifyWriteCase()
379 … EcmaRuntimeCallInfo *argv, const callbackfun &op, uint8_t &tag) in HandleWithUint8()
402 … EcmaRuntimeCallInfo *argv, const callbackfun &op, int8_t &tag) in HandleWithInt8()
425 … EcmaRuntimeCallInfo *argv, const callbackfun &op, uint16_t &tag) in HandleWithUint16()
448 … EcmaRuntimeCallInfo *argv, const callbackfun &op, int16_t &tag) in HandleWithInt16()
471 … EcmaRuntimeCallInfo *argv, const callbackfun &op, uint32_t &tag) in HandleWithUint32()
494 … EcmaRuntimeCallInfo *argv, const callbackfun &op, int32_t &tag) in HandleWithInt32()
517 EcmaRuntimeCallInfo *argv, const callbackfun &op, in HandleWithBigInt64()
544 EcmaRuntimeCallInfo *argv, const callbackfun &op, in HandleWithBigUint64()
/arkcompiler/runtime_core/static_core/libllvmbackend/tests/
Dinst_generator_test.cpp33 void GenerateOp(Opcode op) in GenerateOp()
133 for (const auto &op : instGenerator_.GetMap()) { in Generate() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp40 static void LogOperatorCannotBeApplied(ETSChecker *checker, lexer::TokenType op, Type *typeL, Type … in LogOperatorCannotBeApplied()
209 bool ETSChecker::CheckBinaryOperatorForBigInt(Type *left, Type *right, lexer::TokenType op) in CheckBinaryOperatorForBigInt()
255 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorMulDivMod()
352 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorPlus()
428 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorShift()
468 …std::tuple<ir::Expression *, ir::Expression *, lexer::TokenType, lexer::SourcePosition> op, bool i… in CheckBinaryOperatorBitwise()
998 bool CheckNumericOperatorContext(ir::Expression *expression, lexer::TokenType op) in CheckNumericOperatorContext()
1026 …eckStringOperatorContext(ir::Expression *expression, checker::Type *otherType, lexer::TokenType op) in CheckStringOperatorContext()
1039 …ckRelationalOperatorsBetweenEnums(ir::Expression *left, ir::Expression *right, lexer::TokenType op) in CheckRelationalOperatorsBetweenEnums()
1065 auto op = binaryExpression->OperatorType(); in CheckNeedToGenerateGetValueForBinaryExpression() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcfi.h62 CfiInsn(MemPool &memPool, maplebe::MOperator op) : Insn(memPool, op) {} in CfiInsn()
66 …CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0) : Insn(memPool, op, opnd… in CfiInsn()
68 … CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1) in CfiInsn()
73 … CfiInsn(MemPool &memPool, maplebe::MOperator op, maplebe::Operand &opnd0, maplebe::Operand &opnd1, in CfiInsn()

123456