/external/v8/src/compiler/ |
D | simplified-lowering.cc | 144 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 …]
|
D | machine-graph-verifier.cc | 51 : 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()
|
D | representation-change.cc | 184 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()
|
D | effect-control-linearizer.cc | 1215 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 …]
|
D | representation-change.h | 169 return UseInfo(MachineRepresentation::kBit, Truncation::Bool()); in Bool()
|
D | code-generator.cc | 1106 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand() 1127 if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand() 1161 } else if (type.representation() == MachineRepresentation::kBit) { in AddTranslationForOperand()
|
D | instruction-selector-impl.h | 324 case MachineRepresentation::kBit: in ToConstant()
|
D | load-elimination.cc | 1000 case MachineRepresentation::kBit: in ReduceLoadElement() 1054 case MachineRepresentation::kBit: in ReduceStoreElement() 1337 case MachineRepresentation::kBit: in FieldIndexOf()
|
D | instruction.cc | 211 case MachineRepresentation::kBit: in operator <<() 902 case MachineRepresentation::kBit: in FilterRepresentation()
|
D | machine-operator.cc | 883 case MachineRepresentation::kBit: in UnalignedStore() 975 case MachineRepresentation::kBit: in Store() 991 case MachineRepresentation::kBit: in ProtectedStore()
|
D | common-operator.cc | 571 V(kBit, 2) \
|
D | instruction.h | 491 case MachineRepresentation::kBit: in IsSupportedRepresentation()
|
D | js-native-context-specialization.cc | 2017 case MachineRepresentation::kBit: in BuildPropertyStore()
|
D | register-allocator.cc | 77 case MachineRepresentation::kBit: in GetByteWidth()
|
/external/v8/src/ |
D | machine-type.h | 18 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()
|
D | machine-type.cc | 31 case MachineRepresentation::kBit: in MachineReprToString()
|
/external/v8/src/compiler/mips/ |
D | instruction-selector-mips.cc | 262 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/ |
D | instruction-selector-mips64.cc | 374 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/ |
D | instruction-selector-x64.cc | 226 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/ |
D | instruction-selector-ia32.cc | 288 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/ |
D | instruction-selector-ppc.cc | 200 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 317 case MachineRepresentation::kBit: // Fall through. in VisitStore()
|
/external/v8/src/compiler/arm64/ |
D | instruction-selector-arm64.cc | 617 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/ |
D | instruction-selector-s390.cc | 295 case MachineRepresentation::kBit: // Fall through. in SelectLoadOpcode() 775 case MachineRepresentation::kBit: // Fall through. in VisitStore()
|
/external/v8/src/compiler/arm/ |
D | instruction-selector-arm.cc | 476 case MachineRepresentation::kBit: // Fall through. in VisitLoad() 569 case MachineRepresentation::kBit: // Fall through. in VisitStore()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 71 case MachineRepresentation::kBit: in toIceType()
|