Home
last modified time | relevance | path

Searched defs:gateType (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp24 GateRef NumberSpeculativeRetype::SetOutputType(GateRef gate, GateType gateType) in SetOutputType()
365 GateType gateType = acc_.GetGateType(gate); in VisitNumberCalculate() local
604 GateRef NumberSpeculativeRetype::CheckAndConvertToBool(GateRef gate, GateType gateType) in CheckAndConvertToBool()
652 GateType gateType = acc_.GetGateType(gate); in ConvertForBinaryOp() local
757 GateRef NumberSpeculativeRetype::CheckAndConvertToInt32(GateRef gate, GateType gateType, ConvertSup… in CheckAndConvertToInt32()
804 GateRef NumberSpeculativeRetype::CheckAndConvertToFloat64(GateRef gate, GateType gateType, ConvertS… in CheckAndConvertToFloat64()
845 GateRef NumberSpeculativeRetype::CheckAndConvertToTagged(GateRef gate, GateType gateType) in CheckAndConvertToTagged()
1051 GateType gateType = acc_.GetGateType(gate); in VisitTypeConvert() local
1064 GateType gateType = acc_.GetGateType(gate); in VisitTypeConvert() local
1085 GateType gateType = acc_.GetGateType(gate); in VisitNumberMod() local
Dargument_accessor.cpp19 …mentAccessor::NewCommonArg(const CommonArgIdx argIndex, MachineType machineType, GateType gateType) in NewCommonArg()
Dnumber_speculative_lowering.cpp246 GateType gateType = acc_.GetGateType(gate); in VisitNumberCalculate() local
324 GateType gateType = acc_.GetGateType(gate); in VisitNumberDiv() local
351 GateType gateType = acc_.GetGateType(gate); in VisitNumberMod() local
Dntype_hcr_lowering.cpp159 GateType gateType = acc_.GetGateType(gate); in LowerNTypedCreateArrayWithBuffer() local
Dasync_function_lowering.cpp193 auto gateType = accessor_.GetGateType(use); in UpdateValueSelector() local
Dtype_recorder.cpp189 GateType gateType = GateType(gt); in CreateTypesForPGO() local
Dts_hcr_lowering.cpp334 GateType gateType = acc_.GetGateType(gate); in LowerTypedStrictEq() local
445 GateType gateType = acc_.GetGateType(gate); in SpeculateNumbers() local
459 GateType gateType = acc_.GetGateType(gate); in SpeculateNumber() local
Dcircuit_builder.cpp349 GateType gateType = GetGateTypeOfValueType(dst); in CheckAndConvert() local
361 GateType gateType = GetGateTypeOfValueType(dst); in Convert() local
794 GateRef left, GateRef right, GateType gateType) in BinaryArithmetic()
2093 auto gateType = acc_.GetGateType(gate); in ClearConstantCache() local
Dcircuit_builder-inl.h895 …cuitBuilder::TypedBinaryOp(GateRef x, GateRef y, GateType xType, GateType yType, GateType gateType, in TypedBinaryOp()
954 GateRef CircuitBuilder::TypedUnaryOp(GateRef x, GateType xType, GateType gateType) in TypedUnaryOp()
Dllvm_ir_builder.cpp2565 LLVMTypeRef LLVMModule::NewLType(MachineType machineType, GateType gateType) in NewLType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h229 inline GlobalTSTypeRef PUBLIC_API CreateClassInstanceType(kungfu::GateType gateType) in CreateClassInstanceType()
237 inline GlobalTSTypeRef PUBLIC_API GetClassType(kungfu::GateType gateType) in GetClassType()
261 inline GlobalTSTypeRef PUBLIC_API GetIteratorInstanceElementGt(kungfu::GateType gateType) const in GetIteratorInstanceElementGt()
305 inline GlobalTSTypeRef PUBLIC_API GetFuncReturnValueTypeGT(kungfu::GateType gateType) const in GetFuncReturnValueTypeGT()
317 inline GlobalTSTypeRef PUBLIC_API GetArrayParameterTypeGT(kungfu::GateType gateType) const in GetArrayParameterTypeGT()
386 inline bool IsUserDefinedClassTypeKind(const kungfu::GateType &gateType) const in IsUserDefinedClassTypeKind()
457 inline bool PUBLIC_API IsBuiltinObjectType(kungfu::GateType gateType) const in IsBuiltinObjectType()
811 inline void InsertPtToGtMap(ClassType pgoType, const kungfu::GateType &gateType) in InsertPtToGtMap()
Dts_manager.cpp41 int TSManager::GetElementsIndexByArrayType(const kungfu::GateType &gateType, in GetElementsIndexByArrayType()
51 int TSManager::GetHClassIndexByArrayType(const kungfu::GateType &gateType, in GetHClassIndexByArrayType()
61 int TSManager::GetHClassIndexByObjectType(const kungfu::GateType &gateType) in GetHClassIndexByObjectType()
71 int TSManager::GetHClassIndexByInstanceGateType(const kungfu::GateType &gateType) in GetHClassIndexByInstanceGateType()
82 int TSManager::GetHClassIndexByClassGateType(const kungfu::GateType &gateType) in GetHClassIndexByClassGateType()
92 int TSManager::GetConstructorHClassIndexByClassGateType(const kungfu::GateType &gateType) in GetConstructorHClassIndexByClassGateType()
1486 kungfu::GateType TSManager::TryNarrowUnionType(kungfu::GateType gateType) in TryNarrowUnionType()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp463 auto gateType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferThrow() local
470 auto gateType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferTypeOf() local
693 auto gateType = gateAccessor_.GetGateType(gateAccessor_.GetValueIn(gate, 0)); in InferReturn() local
1133 GlobalTSTypeRef MethodTypeInfer::ConvertPrimitiveToBuiltin(const GateType &gateType) in ConvertPrimitiveToBuiltin()
Dpgo_type_infer.cpp201 for (GateType gateType : deletedGates) { in EliminateSubclassTypes() local