Home
last modified time | relevance | path

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

/external/v8/src/
Dmachine-type.h20 kBit, enumerator
158 return MachineType(MachineRepresentation::kBit, MachineSemantic::kBool); in Bool()
203 return MachineType(MachineRepresentation::kBit, MachineSemantic::kNone); in RepBit()
211 case MachineRepresentation::kBit:
285 case MachineRepresentation::kBit: in ElementSizeLog2Of()
Dmachine-type.cc19 case MachineRepresentation::kBit: in MachineReprToString()
/external/v8/src/compiler/
Dmachine-graph-verifier.cc51 : MachineRepresentation::kBit; in GetProjectionType()
56 : MachineRepresentation::kBit; in GetProjectionType()
63 : MachineRepresentation::kBit; in GetProjectionType()
203 representation_vector_[node->id()] = MachineRepresentation::kBit; in Run()
303 CHECK_EQ(MachineRepresentation::kBit, in Run()
594 case MachineRepresentation::kBit: in CheckValueInputIsTaggedOrPointer()
624 case MachineRepresentation::kBit: in CheckValueInputForInt32Op()
776 case MachineRepresentation::kBit: in IsCompatible()
783 return (actual == MachineRepresentation::kBit || in IsCompatible()
Drepresentation-change.cc162 case MachineRepresentation::kBit: in GetRepresentationFor()
285 } else if (output_rep == MachineRepresentation::kBit && in GetTaggedSignedRepresentationFor()
318 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedPointerRepresentationFor()
386 } else if (output_rep == MachineRepresentation::kBit) { in GetTaggedRepresentationFor()
527 } else if (output_rep == MachineRepresentation::kBit) { in GetFloat64RepresentationFor()
596 } else if (output_rep == MachineRepresentation::kBit) { in GetWord32RepresentationFor()
750 MachineRepresentation::kBit); in GetBitRepresentationFor()
761 } else if (output_rep == MachineRepresentation::kBit) { in GetWord64RepresentationFor()
Dsimplified-lowering.cc139 case MachineRepresentation::kBit: in TruncatingUseInfoFromRepresentation()
880 return MachineRepresentation::kBit; in GetOutputInfoForPhi()
951 VisitUnop(node, UseInfo::None(), MachineRepresentation::kBit); in VisitObjectIs()
956 VisitUnop(node, UseInfo::AnyTagged(), MachineRepresentation::kBit); in VisitObjectIs()
1017 DCHECK(machine_type.representation() != MachineRepresentation::kBit || in DeoptMachineTypeOf()
1459 SetOutput(node, MachineRepresentation::kBit); in VisitNode()
1488 if (input_info->representation() == MachineRepresentation::kBit) { in VisitNode()
1501 SetOutput(node, MachineRepresentation::kBit); in VisitNode()
1516 MachineRepresentation::kBit); in VisitNode()
1527 MachineRepresentation::kBit); in VisitNode()
[all …]
Dmachine-operator.cc669 case MachineRepresentation::kBit: in UnalignedStore()
755 case MachineRepresentation::kBit: in Store()
775 case MachineRepresentation::kBit: in ProtectedStore()
823 case MachineRepresentation::kBit: in CheckedStore()
Dcode-generator.cc858 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
879 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
913 } else if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
Drepresentation-change.h136 return UseInfo(MachineRepresentation::kBit, Truncation::Bool()); in Bool()
Deffect-control-linearizer.cc927 auto done = __ MakeLabel<6>(MachineRepresentation::kBit); in LowerTruncateTaggedToBit()
1696 auto done = __ MakeLabel<2>(MachineRepresentation::kBit); in LowerObjectIsDetectableCallable()
1722 auto done = __ MakeLabel<2>(MachineRepresentation::kBit); in LowerObjectIsNonCallable()
1753 auto done = __ MakeLabel<2>(MachineRepresentation::kBit); in LowerObjectIsNumber()
1770 auto done = __ MakeLabel<2>(MachineRepresentation::kBit); in LowerObjectIsReceiver()
1798 auto done = __ MakeLabel<2>(MachineRepresentation::kBit); in LowerObjectIsString()
1820 auto done = __ MakeLabel<2>(MachineRepresentation::kBit); in LowerObjectIsUndetectable()
Dinstruction.cc189 case MachineRepresentation::kBit: in operator <<()
893 case MachineRepresentation::kBit: in FilterRepresentation()
Dload-elimination.cc841 case MachineRepresentation::kBit: in ReduceStoreElement()
1041 case MachineRepresentation::kBit: in FieldIndexOf()
Dcommon-operator.cc471 V(kBit, 2) \
Dinstruction.h494 case MachineRepresentation::kBit: in IsSupportedRepresentation()
Djs-native-context-specialization.cc1624 case MachineRepresentation::kBit: in BuildPropertyAccess()
Dregister-allocator.cc75 case MachineRepresentation::kBit: in GetByteWidth()
/external/v8/src/compiler/x87/
Dinstruction-selector-x87.cc183 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
276 case MachineRepresentation::kBit: // Fall through. in VisitStore()
303 rep == MachineRepresentation::kBit) { in VisitStore()
355 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
407 case MachineRepresentation::kBit: // Fall through. in VisitCheckedStore()
423 rep == MachineRepresentation::kBit) in VisitCheckedStore()
1332 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc222 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
315 case MachineRepresentation::kBit: // Fall through. in VisitStore()
342 rep == MachineRepresentation::kBit) { in VisitStore()
394 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
470 case MachineRepresentation::kBit: // Fall through. in VisitCheckedStore()
486 rep == MachineRepresentation::kBit) in VisitCheckedStore()
1259 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
/external/v8/src/compiler/mips/
Dinstruction-selector-mips.cc252 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
340 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1186 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad()
1245 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
1305 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc206 case MachineRepresentation::kBit: // Fall through. in GetLoadOpcode()
241 case MachineRepresentation::kBit: // Fall through. in GetStoreOpcode()
411 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
469 case MachineRepresentation::kBit: // Fall through. in VisitCheckedStore()
1154 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
1673 case MachineRepresentation::kBit: in TryNarrowOpcodeSize()
/external/v8/src/compiler/mips64/
Dinstruction-selector-mips64.cc365 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
445 case MachineRepresentation::kBit: // Fall through. in VisitStore()
1310 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
1735 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedLoad()
1788 case MachineRepresentation::kBit: // Fall through. in VisitUnalignedStore()
1853 case MachineRepresentation::kBit: in VisitCheckedLoad()
1917 case MachineRepresentation::kBit: in VisitCheckedStore()
/external/v8/src/compiler/ppc/
Dinstruction-selector-ppc.cc192 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
304 case MachineRepresentation::kBit: // Fall through. in VisitStore()
390 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
441 case MachineRepresentation::kBit: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc575 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
674 case MachineRepresentation::kBit: // Fall through. in VisitStore()
761 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
816 case MachineRepresentation::kBit: // Fall through. in VisitCheckedStore()
1651 case MachineRepresentation::kBit: // Fall through. in VisitChangeInt32ToInt64()
/external/v8/src/compiler/s390/
Dinstruction-selector-s390.cc273 case MachineRepresentation::kBit: // Fall through. in SelectLoadOpcode()
721 case MachineRepresentation::kBit: // Fall through. in VisitStore()
814 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
864 case MachineRepresentation::kBit: // Fall through. in VisitCheckedStore()
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc416 case MachineRepresentation::kBit: // Fall through. in VisitLoad()
504 case MachineRepresentation::kBit: // Fall through. in VisitStore()
679 case MachineRepresentation::kBit: // Fall through. in VisitCheckedLoad()
726 case MachineRepresentation::kBit: // Fall through. in VisitCheckedStore()
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp71 case MachineRepresentation::kBit: in toIceType()