Home
last modified time | relevance | path

Searched refs:kFloat32 (Results 1 – 25 of 63) sorted by relevance

123

/third_party/skia/third_party/externals/tint/src/transform/
Dvertex_pulling_test.cc91 {{15, VertexStepMode::kVertex, {{VertexFormat::kFloat32, 0, 0}}}}}; in TEST_F()
160 {{4, VertexStepMode::kVertex, {{VertexFormat::kFloat32, 0, 0}}}}}; in TEST_F()
199 {{4, VertexStepMode::kInstance, {{VertexFormat::kFloat32, 0, 0}}}}}; in TEST_F()
238 {{4, VertexStepMode::kVertex, {{VertexFormat::kFloat32, 0, 0}}}}}; in TEST_F()
287 {{4, VertexStepMode::kVertex, {{VertexFormat::kFloat32, 0, 0}}}}}; in TEST_F()
339 {{VertexFormat::kFloat32, 0, 0}}, in TEST_F()
344 {{VertexFormat::kFloat32, 0, 1}}, in TEST_F()
419 {{VertexFormat::kFloat32, 0, 0}}, in TEST_F()
424 {{VertexFormat::kFloat32, 0, 1}}, in TEST_F()
496 {{VertexFormat::kFloat32, 0, 0}}, in TEST_F()
[all …]
Dvertex_pulling.cc106 case VertexFormat::kFloat32: in operator <<()
182 case VertexFormat::kFloat32: in DataTypeOf()
502 case VertexFormat::kFloat32: in Fetch()
526 VertexFormat::kFloat32, 2); in Fetch()
529 VertexFormat::kFloat32, 3); in Fetch()
532 VertexFormat::kFloat32, 4); in Fetch()
684 case VertexFormat::kFloat32: in LoadPrimitive()
Dvertex_pulling.h48 kFloat32, // float32 enumerator
/third_party/node/deps/v8/src/compiler/
Dfast-api-calls.cc24 case CTypeInfo::Type::kFloat32: in GetTypedArrayElementsKind()
94 if (c_signature->ReturnInfo().GetType() == CTypeInfo::Type::kFloat32 || in CanOptimizeFastSignature()
111 if (c_signature->ArgumentInfo(i).GetType() == CTypeInfo::Type::kFloat32 || in CanOptimizeFastSignature()
Drepresentation-change.cc217 case MachineRepresentation::kFloat32: in GetRepresentationFor()
353 } else if (output_rep == MachineRepresentation::kFloat32) { in GetTaggedSignedRepresentationFor()
470 } else if (output_rep == MachineRepresentation::kFloat32) { in GetTaggedPointerRepresentationFor()
592 MachineRepresentation::kFloat32) { // float32 -> float64 -> tagged in GetTaggedRepresentationFor()
648 jsgraph()->common()->DeadValue(MachineRepresentation::kFloat32), node); in GetFloat32RepresentationFor()
688 MachineRepresentation::kFloat32); in GetFloat32RepresentationFor()
797 } else if (output_rep == MachineRepresentation::kFloat32) { in GetFloat64RepresentationFor()
896 } else if (output_rep == MachineRepresentation::kFloat32) { in GetWord32RepresentationFor()
1081 } else if (output_rep == MachineRepresentation::kFloat32) { in GetBitRepresentationFor()
1178 } else if (output_rep == MachineRepresentation::kFloat32) { in GetWord64RepresentationFor()
Dtype-cache.h43 Type const kFloat32 = Type::Number();
Dmachine-graph-verifier.cc308 MachineRepresentation::kFloat32; in Run()
930 if (MachineRepresentation::kFloat32 == in CheckValueInputForFloat32Op()
1004 case MachineRepresentation::kFloat32: in IsCompatible()
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h48 kFloat32, enumerator
51 kFirstFPRepresentation = kFloat32,
194 return MachineType(MachineRepresentation::kFloat32, in Float32()
255 case MachineRepresentation::kFloat32:
297 case CTypeInfo::Type::kFloat32: in TypeForCType()
385 case MachineRepresentation::kFloat32: in ElementSizeLog2Of()
Dmachine-type.cc42 case MachineRepresentation::kFloat32: in MachineReprToString()
Dregister-configuration.cc302 static_cast<int>(MachineRepresentation::kFloat32) + 1);
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h247 kFloat32, enumerator
310 return type == Type::kFloat32 || type == Type::kFloat64; in IsFloatingPointType()
606 kReturnType == CTypeInfo::Type::kFloat32 ||
650 V(float, kFloat32) \
689 V(float, kFloat32) \
/third_party/node/deps/v8/src/compiler/backend/
Dgap-resolver.cc127 if ((fp_reps & RepresentationBit(MachineRepresentation::kFloat32)) != 0) { in Resolve()
128 split_rep_ = MachineRepresentation::kFloat32; in Resolve()
Dregister-allocation.h59 case MachineRepresentation::kFloat32: in ByteWidthForStackSlot()
Dmove-optimizer.cc65 case MachineRepresentation::kFloat32: in ContainsOpOrAlias()
70 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
74 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
Dinstruction.h549 case MachineRepresentation::kFloat32: in IsSupportedRepresentation()
641 MachineRepresentation::kFloat32; in IsFloatRegister()
675 MachineRepresentation::kFloat32; in IsFloatStackSlot()
1105 kFloat32, enumerator
1116 explicit Constant(float v) : type_(kFloat32), value_(bit_cast<int32_t>(v)) {} in Constant()
1156 DCHECK_EQ(kFloat32, type()); in ToFloat32()
1161 DCHECK_EQ(kFloat32, type()); in ToFloat32AsInt()
1700 RepresentationBit(MachineRepresentation::kFloat32) | in NON_EXPORTED_BASE()
Dcode-generator.cc1180 CHECK_EQ(MachineRepresentation::kFloat32, type.representation()); in AddTranslationForOperand()
1209 CHECK_EQ(MachineRepresentation::kFloat32, type.representation()); in AddTranslationForOperand()
1263 case Constant::kFloat32: in AddTranslationForOperand()
1264 DCHECK(type.representation() == MachineRepresentation::kFloat32 || in AddTranslationForOperand()
Dregister-allocator.cc32 RepresentationBit(MachineRepresentation::kFloat32);
1494 case MachineRepresentation::kFloat32: in MarkFixedUse()
1499 if (rep == MachineRepresentation::kFloat32) { in MarkFixedUse()
1528 case MachineRepresentation::kFloat32: in HasFixedUse()
1533 if (rep == MachineRepresentation::kFloat32) { in HasFixedUse()
1562 case MachineRepresentation::kFloat32: in MarkAllocated()
1567 if (rep == MachineRepresentation::kFloat32) { in MarkAllocated()
1944 case MachineRepresentation::kFloat32: in FixedFPLiveRangeID()
1986 case MachineRepresentation::kFloat32: in FixedFPLiveRangeFor()
2199 code, MachineRepresentation::kFloat32, spill_mode); in ProcessInstructions()
[all …]
Dinstruction.cc243 case MachineRepresentation::kFloat32: in operator <<()
580 case Constant::kFloat32: in operator <<()
936 case MachineRepresentation::kFloat32: in FilterRepresentation()
Dmid-tier-register-allocator.cc1639 CHECK_EQ(1, config->GetAliases(MachineRepresentation::kFloat32, reg_code, in SinglePassRegisterAllocator()
1805 rep == MachineRepresentation::kFloat32)) { in MergeStateFrom()
1909 rep == MachineRepresentation::kFloat32)) { in SpillRegisterAtMerge()
1997 if (rep == MachineRepresentation::kFloat32) { in FromRegCode()
2012 if (rep == MachineRepresentation::kFloat32) { in ToRegCode()
2151 case MachineRepresentation::kFloat32: in IsValidForRep()
2670 rep == MachineRepresentation::kFloat32)) { in ReserveFixedRegister()
/third_party/node/deps/v8/src/wasm/
Dmemory-tracing.cc34 TRACE_TYPE(kFloat32, "f32", "%f / %08x", float, uint32_t) in TraceMemoryOperation()
Dwasm-linkage.h164 case MachineRepresentation::kFloat32: { in CanAllocateFP()
196 case MachineRepresentation::kFloat32: { in NextFpReg()
/third_party/skia/third_party/externals/tint/src/inspector/
Dentry_point.h102 kFloat32, enumerator
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc65 case Constant::kFloat32: in InputImmediate()
1477 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
1973 case MachineRepresentation::kFloat32: in AssembleArchInstruction()
2000 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
2015 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
3649 case Constant::kFloat32: in AssembleConstructFrame()
3692 double value = (src.type() == Constant::kFloat32) in AssembleConstructFrame()
3695 if (src.type() == Constant::kFloat32) { in AssembleConstructFrame()
3740 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
3753 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc70 case Constant::kFloat32: in InputImmediate()
1170 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
1681 case MachineRepresentation::kFloat32: in AssembleArchInstruction()
1711 DCHECK_EQ(MachineRepresentation::kFloat32, op->representation()); in AssembleArchInstruction()
1730 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
4314 case Constant::kFloat32: in AssembleConstructFrame()
4364 if (src.type() == Constant::kFloat32) { in AssembleConstructFrame()
4378 value = src.type() == Constant::kFloat32 in AssembleConstructFrame()
4423 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
4438 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc80 case Constant::kFloat32: in InputImmediate()
1609 case MachineRepresentation::kFloat32: in AssembleArchInstruction()
1638 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
1660 } else if (op->representation() == MachineRepresentation::kFloat32) { in AssembleArchInstruction()
4199 case Constant::kFloat32: in AssembleConstructFrame()
4229 } else if (src.type() == Constant::kFloat32) { in AssembleConstructFrame()
4276 } else if (rep == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
4290 } else if (rep == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
4302 } else if (rep == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
4380 } else if (rep == MachineRepresentation::kFloat32) { in AssembleConstructFrame()
[all …]

123