Home
last modified time | relevance | path

Searched refs:opType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h258 int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) in GetBitOPDate()
261 switch (opType) { in GetBitOPDate()
257 GetBitOPDate(JSThread *thread, JSTaggedValue left, JSTaggedValue right, int32_t &opNumber0, int32_t &opNumber1, BinaryType opType) GetBitOPDate() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp708 auto *opType = promotedType; in CheckBinaryOperatorLessGreater() local
709 return {tsType, opType}; in CheckBinaryOperatorLessGreater()
732 checker::Type *opType = rightType->IsETSDynamicType() ? GlobalBuiltinJSValueType() : GlobalETSObjectType(); in CheckBinaryOperatorInstanceOf() local
736 return {tsType, opType}; in CheckBinaryOperatorInstanceOf()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp2116 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2121 (op->IsConst() && opType == DataType::INT64) || in CheckUserOfInt32()
2122 (DataType::GetCommonType(opType) == DataType::INT64 && in CheckUserOfInt32()
2123 Is32Bits(opType, static_cast<GraphChecker *>(v)->GetGraph()->GetArch())), in CheckUserOfInt32()
2140 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2141 CHECKER_DO_IF_NOT_AND_PRINT_VISITOR(v, (opType == DataType::REFERENCE), in CheckUserOfInt32()
2153 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2155 v, DataType::GetCommonType(opType) == DataType::INT64, in CheckUserOfInt32()
2171 [[maybe_unused]] auto opType = op->GetType(); in CheckUserOfInt32() local
2173 v, DataType::GetCommonType(opType) in CheckUserOfInt32()
2182 [[maybe_unused]] auto opType = op->GetType(); CheckUserOfInt32() local
[all...]

Completed in 7 milliseconds