Home
last modified time | relevance | path

Searched refs:kBit (Results 1 – 25 of 26) sorted by relevance

12

/external/v8/src/compiler/
Dmachine-graph-verifier.cc51 : 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 …]
Dsimplified-lowering.cc153 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 …]
Drepresentation-change.cc217 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()
Deffect-control-linearizer.cc1623 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 …]
Drepresentation-change.h197 return UseInfo(MachineRepresentation::kBit, Truncation::Bool()); in Bool()
Dload-elimination.cc1064 case MachineRepresentation::kBit: in ReduceLoadElement()
1118 case MachineRepresentation::kBit: in ReduceStoreElement()
1412 case MachineRepresentation::kBit: in FieldIndexOf()
Dmachine-operator.cc1096 case MachineRepresentation::kBit: in UnalignedStore()
1331 case MachineRepresentation::kBit: in Store()
1348 case MachineRepresentation::kBit: in ProtectedStore()
Dcommon-operator.cc592 V(kBit, 2) \
/external/v8/src/codegen/
Dmachine-type.h19 kBit, enumerator
189 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool()
200 case MachineRepresentation::kBit:
293 case MachineRepresentation::kBit: in ElementSizeLog2Of()
Dmachine-type.cc32 case MachineRepresentation::kBit: in MachineReprToString()
/external/v8/src/compiler/backend/
Dregister-allocation.h49 case MachineRepresentation::kBit: in ByteWidthForStackSlot()
Dcode-generator.cc1184 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
1212 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
1253 } else if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
Dinstruction-selector-impl.h351 case MachineRepresentation::kBit: in ToConstant()
Dinstruction.cc202 case MachineRepresentation::kBit: in operator <<()
889 case MachineRepresentation::kBit: in FilterRepresentation()
Dinstruction.h538 case MachineRepresentation::kBit: in IsSupportedRepresentation()
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp960 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/
Dinstruction-selector-mips.cc356 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/
Dinstruction-selector-mips64.cc443 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/
Dinstruction-selector-x64.cc254 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/
Dinstruction-selector-ia32.cc437 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/
Dinstruction-selector-ppc.cc184 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
326 case MachineRepresentation::kBit: // Fall through. in VisitStore()
/external/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc712 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/
Dinstruction-selector-s390.cc283 case MachineRepresentation::kBit: // Fall through. in SelectLoadOpcode()
759 case MachineRepresentation::kBit: // Fall through. in VisitGeneralStore()
/external/v8/src/compiler/backend/arm/
Dinstruction-selector-arm.cc570 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
655 case MachineRepresentation::kBit: // Fall through. in VisitStore()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp71 case MachineRepresentation::kBit: in toIceType()

12