/external/v8/src/compiler/ |
D | machine-graph-verifier.cc | 51 : MachineRepresentation::kBit; in GetProjectionType() 56 : MachineRepresentation::kBit; in GetProjectionType() 62 : MachineRepresentation::kBit; in GetProjectionType() 252 representation_vector_[node->id()] = MachineRepresentation::kBit; in Run() 367 CHECK_EQ(MachineRepresentation::kBit, in Run() 786 case MachineRepresentation::kBit: in CheckValueInputIsCompressedOrTaggedOrInt32() 809 case MachineRepresentation::kBit: in CheckValueInputIsTaggedOrPointer() 839 case MachineRepresentation::kBit: in CheckValueInputForInt32Op() 866 case MachineRepresentation::kBit: in CheckValueIsTaggedOrInt32() 991 case MachineRepresentation::kBit: in IsCompatible() [all …]
|
D | simplified-lowering.cc | 153 case MachineRepresentation::kBit: in TruncatingUseInfoFromRepresentation() 1008 return MachineRepresentation::kBit; in GetOutputInfoForPhi() 1085 VisitUnop<T>(node, UseInfo::None(), MachineRepresentation::kBit); in VisitObjectIs() 1090 VisitUnop<T>(node, UseInfo::AnyTagged(), MachineRepresentation::kBit); in VisitObjectIs() 1185 DCHECK(machine_type.representation() != MachineRepresentation::kBit || in DeoptMachineTypeOf() 1908 SetOutput<T>(node, MachineRepresentation::kBit); in VisitNode() 1943 if (input_info->representation() == MachineRepresentation::kBit) { in VisitNode() 1958 SetOutput<T>(node, MachineRepresentation::kBit); in VisitNode() 1977 MachineRepresentation::kBit); in VisitNode() 1988 MachineRepresentation::kBit); in VisitNode() [all …]
|
D | representation-change.cc | 217 case MachineRepresentation::kBit: in GetRepresentationFor() 367 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedSignedRepresentationFor() 422 if (output_rep == MachineRepresentation::kBit) { in GetTaggedPointerRepresentationFor() 520 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedRepresentationFor() 714 } else if (output_rep == MachineRepresentation::kBit) { in GetFloat64RepresentationFor() 833 } else if (output_rep == MachineRepresentation::kBit) { in GetWord32RepresentationFor() 1016 jsgraph()->common()->DeadValue(MachineRepresentation::kBit), node); in GetBitRepresentationFor() 1062 MachineRepresentation::kBit); in GetBitRepresentationFor() 1123 } else if (output_rep == MachineRepresentation::kBit) { in GetWord64RepresentationFor()
|
D | effect-control-linearizer.cc | 1623 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerTruncateTaggedToBit() 1643 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerTruncateTaggedPointerToBit() 1959 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerCompareMaps() 3086 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsArrayBufferView() 3112 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsBigInt() 3131 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsCallable() 3156 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsConstructor() 3181 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsDetectableCallable() 3222 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsFiniteNumber() 3255 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsInteger() [all …]
|
D | representation-change.h | 197 return UseInfo(MachineRepresentation::kBit, Truncation::Bool()); in Bool()
|
D | load-elimination.cc | 1064 case MachineRepresentation::kBit: in ReduceLoadElement() 1118 case MachineRepresentation::kBit: in ReduceStoreElement() 1412 case MachineRepresentation::kBit: in FieldIndexOf()
|
D | machine-operator.cc | 1096 case MachineRepresentation::kBit: in UnalignedStore() 1331 case MachineRepresentation::kBit: in Store() 1348 case MachineRepresentation::kBit: in ProtectedStore()
|
D | common-operator.cc | 592 V(kBit, 2) \
|
/external/v8/src/codegen/ |
D | machine-type.h | 19 kBit, enumerator 189 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool() 200 case MachineRepresentation::kBit: 293 case MachineRepresentation::kBit: in ElementSizeLog2Of()
|
D | machine-type.cc | 32 case MachineRepresentation::kBit: in MachineReprToString()
|
/external/v8/src/compiler/backend/ |
D | register-allocation.h | 49 case MachineRepresentation::kBit: in ByteWidthForStackSlot()
|
D | code-generator.cc | 1184 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand() 1212 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand() 1253 } else if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
|
D | instruction-selector-impl.h | 351 case MachineRepresentation::kBit: in ToConstant()
|
D | instruction.cc | 202 case MachineRepresentation::kBit: in operator <<() 889 case MachineRepresentation::kBit: in FilterRepresentation()
|
D | instruction.h | 538 case MachineRepresentation::kBit: in IsSupportedRepresentation()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_cache_utils.cpp | 960 const size_t kBit = in updateVertexInput() local 964 transition->set(kBit); in updateVertexInput() 965 transition->set(kBit + 1); in updateVertexInput() 1077 const size_t kBit = ANGLE_GET_INDEXED_TRANSITION_BIT(mInputAssemblyAndColorBlendStateInfo, in updateBlendColor() local 1079 transition->set(kBit); in updateBlendColor()
|
/external/v8/src/compiler/backend/mips/ |
D | instruction-selector-mips.cc | 356 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 442 case MachineRepresentation::kBit: // Fall through. in VisitStore() 1414 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad() 1467 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
|
/external/v8/src/compiler/backend/mips64/ |
D | instruction-selector-mips64.cc | 443 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 521 case MachineRepresentation::kBit: // Fall through. in VisitStore() 1392 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64() 1786 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad() 1839 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
|
/external/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 254 case MachineRepresentation::kBit: // Fall through. in GetLoadOpcode() 305 case MachineRepresentation::kBit: // Fall through. in GetStoreOpcode() 728 case MachineRepresentation::kBit: // Fall through. in TryMergeTruncateInt64ToInt32IntoLoad() 1364 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64() 1941 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
|
/external/v8/src/compiler/backend/ia32/ |
D | instruction-selector-ia32.cc | 437 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 521 case MachineRepresentation::kBit: // Fall through. in VisitStore() 548 rep == MachineRepresentation::kBit) { in VisitStore() 1388 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
|
/external/v8/src/compiler/backend/ppc/ |
D | instruction-selector-ppc.cc | 184 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 326 case MachineRepresentation::kBit: // Fall through. in VisitStore()
|
/external/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 712 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 833 case MachineRepresentation::kBit: // Fall through. in VisitStore() 1853 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
|
/external/v8/src/compiler/backend/s390/ |
D | instruction-selector-s390.cc | 283 case MachineRepresentation::kBit: // Fall through. in SelectLoadOpcode() 759 case MachineRepresentation::kBit: // Fall through. in VisitGeneralStore()
|
/external/v8/src/compiler/backend/arm/ |
D | instruction-selector-arm.cc | 570 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 655 case MachineRepresentation::kBit: // Fall through. in VisitStore()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 71 case MachineRepresentation::kBit: in toIceType()
|