/third_party/skia/third_party/externals/tint/src/transform/ |
D | vertex_pulling_test.cc | 91 {{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 …]
|
D | vertex_pulling.cc | 106 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()
|
D | vertex_pulling.h | 48 kFloat32, // float32 enumerator
|
/third_party/node/deps/v8/src/compiler/ |
D | fast-api-calls.cc | 24 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()
|
D | representation-change.cc | 217 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()
|
D | type-cache.h | 43 Type const kFloat32 = Type::Number();
|
D | machine-graph-verifier.cc | 308 MachineRepresentation::kFloat32; in Run() 930 if (MachineRepresentation::kFloat32 == in CheckValueInputForFloat32Op() 1004 case MachineRepresentation::kFloat32: in IsCompatible()
|
/third_party/node/deps/v8/src/codegen/ |
D | machine-type.h | 48 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()
|
D | machine-type.cc | 42 case MachineRepresentation::kFloat32: in MachineReprToString()
|
D | register-configuration.cc | 302 static_cast<int>(MachineRepresentation::kFloat32) + 1);
|
/third_party/node/deps/v8/include/ |
D | v8-fast-api-calls.h | 247 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/ |
D | gap-resolver.cc | 127 if ((fp_reps & RepresentationBit(MachineRepresentation::kFloat32)) != 0) { in Resolve() 128 split_rep_ = MachineRepresentation::kFloat32; in Resolve()
|
D | register-allocation.h | 59 case MachineRepresentation::kFloat32: in ByteWidthForStackSlot()
|
D | move-optimizer.cc | 65 case MachineRepresentation::kFloat32: in ContainsOpOrAlias() 70 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias() 74 other_rep1 = MachineRepresentation::kFloat32; in ContainsOpOrAlias()
|
D | instruction.h | 549 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()
|
D | code-generator.cc | 1180 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()
|
D | register-allocator.cc | 32 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 …]
|
D | instruction.cc | 243 case MachineRepresentation::kFloat32: in operator <<() 580 case Constant::kFloat32: in operator <<() 936 case MachineRepresentation::kFloat32: in FilterRepresentation()
|
D | mid-tier-register-allocator.cc | 1639 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/ |
D | memory-tracing.cc | 34 TRACE_TYPE(kFloat32, "f32", "%f / %08x", float, uint32_t) in TraceMemoryOperation()
|
D | wasm-linkage.h | 164 case MachineRepresentation::kFloat32: { in CanAllocateFP() 196 case MachineRepresentation::kFloat32: { in NextFpReg()
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
D | entry_point.h | 102 kFloat32, enumerator
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 65 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/ |
D | code-generator-ppc.cc | 70 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/ |
D | code-generator-mips.cc | 80 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 …]
|