/external/v8/src/ |
D | machine-type.h | 20 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()
|
D | machine-type.cc | 19 case MachineRepresentation::kBit: in MachineReprToString()
|
/external/v8/src/compiler/ |
D | machine-graph-verifier.cc | 51 : 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()
|
D | representation-change.cc | 162 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()
|
D | simplified-lowering.cc | 139 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 …]
|
D | machine-operator.cc | 669 case MachineRepresentation::kBit: in UnalignedStore() 755 case MachineRepresentation::kBit: in Store() 775 case MachineRepresentation::kBit: in ProtectedStore() 823 case MachineRepresentation::kBit: in CheckedStore()
|
D | code-generator.cc | 858 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand() 879 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand() 913 } else if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
|
D | representation-change.h | 136 return UseInfo(MachineRepresentation::kBit, Truncation::Bool()); in Bool()
|
D | effect-control-linearizer.cc | 927 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()
|
D | instruction.cc | 189 case MachineRepresentation::kBit: in operator <<() 893 case MachineRepresentation::kBit: in FilterRepresentation()
|
D | load-elimination.cc | 841 case MachineRepresentation::kBit: in ReduceStoreElement() 1041 case MachineRepresentation::kBit: in FieldIndexOf()
|
D | common-operator.cc | 471 V(kBit, 2) \
|
D | instruction.h | 494 case MachineRepresentation::kBit: in IsSupportedRepresentation()
|
D | js-native-context-specialization.cc | 1624 case MachineRepresentation::kBit: in BuildPropertyAccess()
|
D | register-allocator.cc | 75 case MachineRepresentation::kBit: in GetByteWidth()
|
/external/v8/src/compiler/x87/ |
D | instruction-selector-x87.cc | 183 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/ |
D | instruction-selector-ia32.cc | 222 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/ |
D | instruction-selector-mips.cc | 252 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/ |
D | instruction-selector-x64.cc | 206 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/ |
D | instruction-selector-mips64.cc | 365 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/ |
D | instruction-selector-ppc.cc | 192 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/ |
D | instruction-selector-arm64.cc | 575 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/ |
D | instruction-selector-s390.cc | 273 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/ |
D | instruction-selector-arm.cc | 416 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/ |
D | WasmTranslator.cpp | 71 case MachineRepresentation::kBit: in toIceType()
|