Home
last modified time | relevance | path

Searched refs:kInt32 (Results 1 – 25 of 37) sorted by relevance

12

/third_party/node/deps/v8/src/codegen/
Dmachine-type.h82 kInt32, enumerator
127 return semantic() == MachineSemantic::kInt32 || in IsSigned()
167 return MachineType(MachineRepresentation::kWord8, MachineSemantic::kInt32); in Int8()
173 return MachineType(MachineRepresentation::kWord16, MachineSemantic::kInt32); in Int16()
180 return MachineType(MachineRepresentation::kWord32, MachineSemantic::kInt32); in Int32()
216 MachineSemantic::kInt32); in TaggedSigned()
284 case CTypeInfo::Type::kInt32: in TypeForCType()
Dmachine-type.cc72 case MachineSemantic::kInt32: in operator <<()
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h243 kInt32, enumerator
305 return type == Type::kInt32 || type == Type::kUint32 || in IsIntegralType()
604 kReturnType == CTypeInfo::Type::kInt32 ||
646 V(int32_t, kInt32) \
685 V(int32_t, kInt32) \
868 static constexpr CTypeInfo kTypeInfoInt32 = CTypeInfo(CTypeInfo::Type::kInt32);
/third_party/skia/third_party/externals/tint/src/inspector/
Dentry_point.h104 kInt32, enumerator
Dinspector.cc207 overridable_constant.type = OverridableConstant::Type::kInt32; in GetEntryPoints()
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.cc16 case CTypeInfo::Type::kInt32: in GetTypedArrayElementsKind()
Daccess-builder.cc55 MaybeHandle<Map>(), TypeCache::Get()->kInt32, MachineType::Uint32(), in ForBigIntBitfield()
65 MaybeHandle<Map>(), TypeCache::Get()->kInt32, MachineType::Uint32(), in ForBigIntOptionalPadding()
624 MaybeHandle<Map>(), TypeCache::Get()->kInt32, MachineType::Int32(), in ForMapBitField3()
1238 TypeCache::Get()->kInt32, in ForFeedbackCellInterruptBudget()
1250 TypeCache::Get()->kInt32, in ForFeedbackVectorInvocationCount()
Dtype-cache.h37 Type const kInt32 = Type::Signed32();
Dcommon-operator.h189 enum Type { kInt32, kInt64 }; enumerator
192 : value_(value), rmode_(rmode), type_(kInt32) {} in RelocatablePtrConstantInfo()
Dcsa-load-elimination.cc549 DCHECK_EQ(to.semantic(), MachineSemantic::kInt32); in TruncateAndExtend()
Dsimplified-lowering.cc1284 return MachineSemantic::kInt32; in DeoptValueSemanticOf()
1310 machine_type.semantic() == MachineSemantic::kInt32 || in DeoptMachineTypeOf()
1889 case CTypeInfo::Type::kInt32: in UseInfoForFastApiCallArgument()
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc538 Constant::Constant(int32_t v) : type_(kInt32), value_(v) {} in Constant()
541 if (info.type() == RelocatablePtrConstantInfo::kInt32) { in Constant()
542 type_ = kInt32; in Constant()
576 case Constant::kInt32: in operator <<()
Dinstruction.h1103 kInt32, enumerator
1133 if (type() == kInt32) return true; in FitsInInt32()
1147 if (type() == kInt32) return ToInt32(); in ToInt64()
1772 } else if (constant.type() == Constant::kInt32) { in NON_EXPORTED_BASE()
Dcode-generator.cc1218 case Constant::kInt32: in AddTranslationForOperand()
/third_party/node/deps/v8/src/deoptimizer/
Dtranslated-state.h73 kInt32, enumerator
Dtranslated-state.cc304 TranslatedValue slot(container, kInt32); in NewInt32()
362 DCHECK_EQ(kInt32, kind()); in int32_value()
412 case kInt32: { in GetRawValue()
532 case TranslatedValue::kInt32: in GetValue()
/third_party/node/deps/v8/src/torque/
Dearley-parser.h46 kInt32, enumerator
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc105 kInt32 = 'I', enumerator
501 WriteTag(SerializationTag::kInt32); in WriteSmi()
1458 case SerializationTag::kInt32: { in ReadObjectInternal()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc79 case Constant::kInt32: in InputImmediate()
2442 case Constant::kInt32: in AssembleConstructFrame()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DShaderModule.cpp407 case tint::inspector::OverridableConstant::Type::kInt32: in FromTintOverridableConstantType()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc2210 CHECK_EQ(MachineSemantic::kInt32, left_type.semantic()); in TryNarrowOpcodeSize()
2222 CHECK_EQ(MachineSemantic::kInt32, left_type.semantic()); in TryNarrowOpcodeSize()
2233 CHECK_EQ(MachineSemantic::kInt32, left_type.semantic()); in TryNarrowOpcodeSize()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc78 case Constant::kInt32: in InputImmediate()
4146 DCHECK_EQ(Constant::kInt32, g.ToConstant(additional_pop_count).type()); in AssembleConstructFrame()
4191 case Constant::kInt32: in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc57 case Constant::kInt32: in InputOrZeroRegister()
90 case Constant::kInt32: in InputImmediate()
4113 case Constant::kInt32: in AssembleMove()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc1620 CHECK_EQ(MachineSemantic::kInt32, left_type.semantic()); in TryNarrowOpcodeSize()
1632 CHECK_EQ(MachineSemantic::kInt32, left_type.semantic()); in TryNarrowOpcodeSize()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc63 case Constant::kInt32: in InputImmediate()
3637 case Constant::kInt32: in AssembleConstructFrame()

12