Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc144 case MachineRepresentation::kBit: in TruncatingUseInfoFromRepresentation()
935 return MachineRepresentation::kBit; in GetOutputInfoForPhi()
1005 VisitUnop(node, UseInfo::None(), MachineRepresentation::kBit); in VisitObjectIs()
1010 VisitUnop(node, UseInfo::AnyTagged(), MachineRepresentation::kBit); in VisitObjectIs()
1084 DCHECK(machine_type.representation() != MachineRepresentation::kBit || in DeoptMachineTypeOf()
1557 SetOutput(node, MachineRepresentation::kBit); in VisitNode()
1590 if (input_info->representation() == MachineRepresentation::kBit) { in VisitNode()
1605 SetOutput(node, MachineRepresentation::kBit); in VisitNode()
1620 MachineRepresentation::kBit); in VisitNode()
1630 MachineRepresentation::kBit); in VisitNode()
[all …]
Dmachine-graph-verifier.cc51 : MachineRepresentation::kBit; in GetProjectionType()
56 : MachineRepresentation::kBit; in GetProjectionType()
62 : MachineRepresentation::kBit; in GetProjectionType()
215 representation_vector_[node->id()] = MachineRepresentation::kBit; in Run()
328 CHECK_EQ(MachineRepresentation::kBit, in Run()
656 case MachineRepresentation::kBit: in CheckValueInputIsTaggedOrPointer()
686 case MachineRepresentation::kBit: in CheckValueInputForInt32Op()
836 case MachineRepresentation::kBit: in IsCompatible()
843 return (actual == MachineRepresentation::kBit || in IsCompatible()
Drepresentation-change.cc184 case MachineRepresentation::kBit: in GetRepresentationFor()
306 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedSignedRepresentationFor()
344 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedPointerRepresentationFor()
422 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedRepresentationFor()
570 } else if (output_rep == MachineRepresentation::kBit) { in GetFloat64RepresentationFor()
650 } else if (output_rep == MachineRepresentation::kBit) { in GetWord32RepresentationFor()
799 jsgraph()->common()->DeadValue(MachineRepresentation::kBit), node); in GetBitRepresentationFor()
835 MachineRepresentation::kBit); in GetBitRepresentationFor()
846 } else if (output_rep == MachineRepresentation::kBit) { in GetWord64RepresentationFor()
Deffect-control-linearizer.cc1215 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerTruncateTaggedToBit()
1235 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerTruncateTaggedPointerToBit()
1442 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerCompareMaps()
2077 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsArrayBufferView()
2102 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsBigInt()
2124 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsCallable()
2149 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsConstructor()
2174 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsDetectableCallable()
2215 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsFiniteNumber()
2248 auto done = __ MakeLabel(MachineRepresentation::kBit); in LowerObjectIsInteger()
[all …]
Drepresentation-change.h169 return UseInfo(MachineRepresentation::kBit, Truncation::Bool()); in Bool()
Dcode-generator.cc1106 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
1127 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
1161 } else if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
Dinstruction-selector-impl.h324 case MachineRepresentation::kBit: in ToConstant()
Dload-elimination.cc1000 case MachineRepresentation::kBit: in ReduceLoadElement()
1054 case MachineRepresentation::kBit: in ReduceStoreElement()
1337 case MachineRepresentation::kBit: in FieldIndexOf()
Dinstruction.cc211 case MachineRepresentation::kBit: in operator <<()
902 case MachineRepresentation::kBit: in FilterRepresentation()
Dmachine-operator.cc883 case MachineRepresentation::kBit: in UnalignedStore()
975 case MachineRepresentation::kBit: in Store()
991 case MachineRepresentation::kBit: in ProtectedStore()
Dcommon-operator.cc571 V(kBit, 2) \
Dinstruction.h491 case MachineRepresentation::kBit: in IsSupportedRepresentation()
Djs-native-context-specialization.cc2017 case MachineRepresentation::kBit: in BuildPropertyStore()
Dregister-allocator.cc77 case MachineRepresentation::kBit: in GetByteWidth()
/external/v8/src/
Dmachine-type.h18 kBit, enumerator
160 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool()
195 return MachineType(MachineRepresentation::kBit, MachineSemantic::kNone); in RepBit()
203 case MachineRepresentation::kBit:
274 case MachineRepresentation::kBit: in ElementSizeLog2Of()
Dmachine-type.cc31 case MachineRepresentation::kBit: in MachineReprToString()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc262 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
355 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1230 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad()
1288 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc374 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
459 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1327 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
1725 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad()
1777 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc226 case MachineRepresentation::kBit: // Fall through. in GetLoadOpcode()
260 case MachineRepresentation::kBit: // Fall through. in GetStoreOpcode()
1120 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
1630 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc288 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
379 case MachineRepresentation::kBit: // Fall through. in VisitStore()
405 rep == MachineRepresentation::kBit) { in VisitStore()
1171 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc200 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
317 case MachineRepresentation::kBit: // Fall through. in VisitStore()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc617 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
723 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1584 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc295 case MachineRepresentation::kBit: // Fall through. in SelectLoadOpcode()
775 case MachineRepresentation::kBit: // Fall through. in VisitStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc476 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
569 case MachineRepresentation::kBit: // Fall through. in VisitStore()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp71 case MachineRepresentation::kBit: in toIceType()