Home
last modified time | relevance | path

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

12

/third_party/node/deps/v8/src/compiler/
Dmachine-graph-verifier.cc51 : MachineRepresentation::kBit; in GetProjectionType()
56 : MachineRepresentation::kBit; in GetProjectionType()
62 : MachineRepresentation::kBit; in GetProjectionType()
254 representation_vector_[node->id()] = MachineRepresentation::kBit; in Run()
376 CHECK_EQ(MachineRepresentation::kBit, in Run()
802 case MachineRepresentation::kBit: in CheckValueInputIsCompressedOrTaggedOrInt32()
825 case MachineRepresentation::kBit: in CheckValueInputIsTaggedOrPointer()
855 case MachineRepresentation::kBit: in CheckValueInputForInt32Op()
881 case MachineRepresentation::kBit: in CheckValueIsTaggedOrInt32()
1007 case MachineRepresentation::kBit: in IsCompatible()
[all …]
Dsimplified-lowering.cc162 case MachineRepresentation::kBit: in TruncatingUseInfoFromRepresentation()
1136 return MachineRepresentation::kBit; in GetOutputInfoForPhi()
1212 VisitUnop<T>(node, UseInfo::None(), MachineRepresentation::kBit); in VisitObjectIs()
1217 VisitUnop<T>(node, UseInfo::AnyTagged(), MachineRepresentation::kBit); in VisitObjectIs()
1312 DCHECK(machine_type.representation() != MachineRepresentation::kBit || in DeoptMachineTypeOf()
2206 SetOutput<T>(node, MachineRepresentation::kBit); in VisitNode()
2217 if (input_info->representation() == MachineRepresentation::kBit) { in VisitNode()
2232 SetOutput<T>(node, MachineRepresentation::kBit); in VisitNode()
2251 MachineRepresentation::kBit); in VisitNode()
2262 MachineRepresentation::kBit); in VisitNode()
[all …]
Drepresentation-change.cc228 case MachineRepresentation::kBit: in GetRepresentationFor()
380 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedSignedRepresentationFor()
435 if (output_rep == MachineRepresentation::kBit) { in GetTaggedPointerRepresentationFor()
537 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedRepresentationFor()
734 } else if (output_rep == MachineRepresentation::kBit) { in GetFloat64RepresentationFor()
862 } else if (output_rep == MachineRepresentation::kBit) { in GetWord32RepresentationFor()
1045 jsgraph()->common()->DeadValue(MachineRepresentation::kBit), node); in GetBitRepresentationFor()
1091 MachineRepresentation::kBit); in GetBitRepresentationFor()
1153 } else if (output_rep == MachineRepresentation::kBit) { in GetWord64RepresentationFor()
Deffect-control-linearizer.cc1651 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerTruncateTaggedToBit()
1671 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerTruncateTaggedPointerToBit()
1938 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerCompareMaps()
3047 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsArrayBufferView()
3073 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsBigInt()
3092 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsCallable()
3117 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsConstructor()
3142 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsDetectableCallable()
3183 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsFiniteNumber()
3216 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsInteger()
[all …]
Dload-elimination.cc1065 case MachineRepresentation::kBit: in ReduceLoadElement()
1122 case MachineRepresentation::kBit: in ReduceStoreElement()
1418 case MachineRepresentation::kBit: in FieldIndexOf()
Drepresentation-change.h196 return UseInfo(MachineRepresentation::kBit, Truncation::Bool()); in Bool()
Dmachine-operator.cc1355 case MachineRepresentation::kBit: in UnalignedStore()
1601 case MachineRepresentation::kBit: in Store()
1617 case MachineRepresentation::kBit: in ProtectedStore()
Dcommon-operator.cc567 V(kBit, 2) \
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h20 kBit, enumerator
234 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool()
245 case MachineRepresentation::kBit:
379 case MachineRepresentation::kBit: in ElementSizeLog2Of()
Dmachine-type.cc32 case MachineRepresentation::kBit: in MachineReprToString()
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocation.h55 case MachineRepresentation::kBit: in ByteWidthForStackSlot()
Dcode-generator.cc1157 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
1185 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
1226 } else if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
Dinstruction-selector-impl.h367 case MachineRepresentation::kBit: in ToConstant()
Dinstruction.cc228 case MachineRepresentation::kBit: in operator <<()
927 case MachineRepresentation::kBit: in FilterRepresentation()
Dinstruction.h559 case MachineRepresentation::kBit: in IsSupportedRepresentation()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp2158 const size_t kBit = in updateVertexInput() local
2162 transition->set(kBit); in updateVertexInput()
2163 transition->set(kBit + 1); in updateVertexInput()
2287 const size_t kBit = ANGLE_GET_INDEXED_TRANSITION_BIT(mInputAssemblyAndColorBlendStateInfo, in updateBlendColor() local
2289 transition->set(kBit); in updateBlendColor()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dinstruction-selector-mips.cc355 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
436 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1428 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad()
1483 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dinstruction-selector-riscv64.cc524 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
612 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1426 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
1799 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad()
1854 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc264 case MachineRepresentation::kBit: // Fall through. in GetLoadOpcode()
319 case MachineRepresentation::kBit: // Fall through. in GetStoreOpcode()
873 case MachineRepresentation::kBit: // Fall through. in TryMergeTruncateInt64ToInt32IntoLoad()
1532 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
2203 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dinstruction-selector-mips64.cc486 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
559 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1861 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad()
1916 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dinstruction-selector-ia32.cc263 case MachineRepresentation::kBit: // Fall through. in GetLoadOpcode()
623 case MachineRepresentation::kBit: // Fall through. in GetStoreOpcode()
728 rep == MachineRepresentation::kBit)) { in VisitStoreCommon()
1613 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dinstruction-selector-loong64.cc452 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
531 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1407 case MachineRepresentation::kBit: // Fall through. in ZeroExtendsWord32ToWord64NoPhis()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dinstruction-selector-ppc.cc192 case MachineRepresentation::kBit: // Fall through. in VisitLoadCommon()
333 case MachineRepresentation::kBit: // Fall through. in VisitStoreCommon()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc790 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
917 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1952 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dinstruction-selector-s390.cc283 case MachineRepresentation::kBit: // Fall through. in SelectLoadOpcode()
762 case MachineRepresentation::kBit: // Fall through. in VisitGeneralStore()

12