/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 158 CV_ENUM_CLASS_ENT(CPUType, Intel8080), 159 CV_ENUM_CLASS_ENT(CPUType, Intel8086), 160 CV_ENUM_CLASS_ENT(CPUType, Intel80286), 161 CV_ENUM_CLASS_ENT(CPUType, Intel80386), 162 CV_ENUM_CLASS_ENT(CPUType, Intel80486), 163 CV_ENUM_CLASS_ENT(CPUType, Pentium), 164 CV_ENUM_CLASS_ENT(CPUType, PentiumPro), 165 CV_ENUM_CLASS_ENT(CPUType, Pentium3), 166 CV_ENUM_CLASS_ENT(CPUType, MIPS), 167 CV_ENUM_CLASS_ENT(CPUType, MIPS16), [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 145 CV_ENUM_CLASS_ENT(CPUType, Intel8080), 146 CV_ENUM_CLASS_ENT(CPUType, Intel8086), 147 CV_ENUM_CLASS_ENT(CPUType, Intel80286), 148 CV_ENUM_CLASS_ENT(CPUType, Intel80386), 149 CV_ENUM_CLASS_ENT(CPUType, Intel80486), 150 CV_ENUM_CLASS_ENT(CPUType, Pentium), 151 CV_ENUM_CLASS_ENT(CPUType, PentiumPro), 152 CV_ENUM_CLASS_ENT(CPUType, Pentium3), 153 CV_ENUM_CLASS_ENT(CPUType, MIPS), 154 CV_ENUM_CLASS_ENT(CPUType, MIPS16), [all …]
|
H A D | SymbolRecordMapping.cpp | 487 CPUType CPU) { in decodeFramePtrReg() 493 case CPUType::Intel8080: in decodeFramePtrReg() 494 case CPUType::Intel8086: in decodeFramePtrReg() 495 case CPUType::Intel80286: in decodeFramePtrReg() 496 case CPUType::Intel80386: in decodeFramePtrReg() 497 case CPUType::Intel80486: in decodeFramePtrReg() 498 case CPUType::Pentium: in decodeFramePtrReg() 499 case CPUType::PentiumPro: in decodeFramePtrReg() 500 case CPUType::Pentium3: in decodeFramePtrReg() 508 case CPUType::X64: in decodeFramePtrReg() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | EnumTables.cpp | 137 CV_ENUM_CLASS_ENT(CPUType, Intel8080), 138 CV_ENUM_CLASS_ENT(CPUType, Intel8086), 139 CV_ENUM_CLASS_ENT(CPUType, Intel80286), 140 CV_ENUM_CLASS_ENT(CPUType, Intel80386), 141 CV_ENUM_CLASS_ENT(CPUType, Intel80486), 142 CV_ENUM_CLASS_ENT(CPUType, Pentium), 143 CV_ENUM_CLASS_ENT(CPUType, PentiumPro), 144 CV_ENUM_CLASS_ENT(CPUType, Pentium3), 145 CV_ENUM_CLASS_ENT(CPUType, MIPS), 146 CV_ENUM_CLASS_ENT(CPUType, MIPS16), [all …]
|
H A D | SymbolRecordMapping.cpp | 487 CPUType CPU) { in decodeFramePtrReg() 493 case CPUType::Intel8080: in decodeFramePtrReg() 494 case CPUType::Intel8086: in decodeFramePtrReg() 495 case CPUType::Intel80286: in decodeFramePtrReg() 496 case CPUType::Intel80386: in decodeFramePtrReg() 497 case CPUType::Intel80486: in decodeFramePtrReg() 498 case CPUType::Pentium: in decodeFramePtrReg() 499 case CPUType::PentiumPro: in decodeFramePtrReg() 500 case CPUType::Pentium3: in decodeFramePtrReg() 508 case CPUType::X64: in decodeFramePtrReg() [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/crc/internal/ |
H A D | cpu_detect.cc | 80 CpuType GetIntelCpuType() { in GetIntelCpuType() 120 return CpuType::kIntelWestmere; in GetIntelCpuType() 122 return CpuType::kIntelSandybridge; in GetIntelCpuType() 124 return CpuType::kIntelIvybridge; in GetIntelCpuType() 127 return CpuType::kIntelHaswell; in GetIntelCpuType() 130 return CpuType::kIntelBroadwell; in GetIntelCpuType() 133 return CpuType::kIntelSkylakeXeon; in GetIntelCpuType() 135 return CpuType::kIntelCascadelakeXeon; in GetIntelCpuType() 138 return CpuType::kIntelSkylake; in GetIntelCpuType() 140 return CpuType::kUnknown; in GetIntelCpuType() [all …]
|
H A D | crc_memcpy_x86_arm_combined.cc | 362 CpuType cpu_type = GetCpuType(); in GetArchSpecificEngines() 364 case CpuType::kAmdRome: in GetArchSpecificEngines() 365 case CpuType::kAmdNaples: in GetArchSpecificEngines() 366 case CpuType::kAmdMilan: in GetArchSpecificEngines() 367 case CpuType::kAmdGenoa: in GetArchSpecificEngines() 368 case CpuType::kAmdRyzenV3000: in GetArchSpecificEngines() 369 case CpuType::kIntelCascadelakeXeon: in GetArchSpecificEngines() 370 case CpuType::kIntelSkylakeXeon: in GetArchSpecificEngines() 371 case CpuType::kIntelSkylake: in GetArchSpecificEngines() 372 case CpuType::kIntelBroadwell: in GetArchSpecificEngines() [all …]
|
/aosp_15_r20/external/abseil-cpp/absl/crc/internal/ |
H A D | cpu_detect.cc | 80 CpuType GetIntelCpuType() { in GetIntelCpuType() 120 return CpuType::kIntelWestmere; in GetIntelCpuType() 122 return CpuType::kIntelSandybridge; in GetIntelCpuType() 124 return CpuType::kIntelIvybridge; in GetIntelCpuType() 127 return CpuType::kIntelHaswell; in GetIntelCpuType() 130 return CpuType::kIntelBroadwell; in GetIntelCpuType() 133 return CpuType::kIntelSkylakeXeon; in GetIntelCpuType() 135 return CpuType::kIntelCascadelakeXeon; in GetIntelCpuType() 138 return CpuType::kIntelSkylake; in GetIntelCpuType() 140 return CpuType::kUnknown; in GetIntelCpuType() [all …]
|
H A D | crc_memcpy_x86_arm_combined.cc | 362 CpuType cpu_type = GetCpuType(); in GetArchSpecificEngines() 364 case CpuType::kAmdRome: in GetArchSpecificEngines() 365 case CpuType::kAmdNaples: in GetArchSpecificEngines() 366 case CpuType::kAmdMilan: in GetArchSpecificEngines() 367 case CpuType::kAmdGenoa: in GetArchSpecificEngines() 368 case CpuType::kAmdRyzenV3000: in GetArchSpecificEngines() 369 case CpuType::kIntelCascadelakeXeon: in GetArchSpecificEngines() 370 case CpuType::kIntelSkylakeXeon: in GetArchSpecificEngines() 371 case CpuType::kIntelSkylake: in GetArchSpecificEngines() 372 case CpuType::kIntelBroadwell: in GetArchSpecificEngines() [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/crc/internal/ |
H A D | cpu_detect.cc | 80 CpuType GetIntelCpuType() { in GetIntelCpuType() 120 return CpuType::kIntelWestmere; in GetIntelCpuType() 122 return CpuType::kIntelSandybridge; in GetIntelCpuType() 124 return CpuType::kIntelIvybridge; in GetIntelCpuType() 127 return CpuType::kIntelHaswell; in GetIntelCpuType() 130 return CpuType::kIntelBroadwell; in GetIntelCpuType() 133 return CpuType::kIntelSkylakeXeon; in GetIntelCpuType() 135 return CpuType::kIntelCascadelakeXeon; in GetIntelCpuType() 138 return CpuType::kIntelSkylake; in GetIntelCpuType() 140 return CpuType::kUnknown; in GetIntelCpuType() [all …]
|
H A D | crc_memcpy_x86_arm_combined.cc | 362 CpuType cpu_type = GetCpuType(); in GetArchSpecificEngines() 364 case CpuType::kAmdRome: in GetArchSpecificEngines() 365 case CpuType::kAmdNaples: in GetArchSpecificEngines() 366 case CpuType::kAmdMilan: in GetArchSpecificEngines() 367 case CpuType::kAmdGenoa: in GetArchSpecificEngines() 368 case CpuType::kAmdRyzenV3000: in GetArchSpecificEngines() 369 case CpuType::kIntelCascadelakeXeon: in GetArchSpecificEngines() 370 case CpuType::kIntelSkylakeXeon: in GetArchSpecificEngines() 371 case CpuType::kIntelSkylake: in GetArchSpecificEngines() 372 case CpuType::kIntelBroadwell: in GetArchSpecificEngines() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/crc/internal/ |
D | cpu_detect.cc | 74 CpuType GetIntelCpuType() { in GetIntelCpuType() 114 return CpuType::kIntelWestmere; in GetIntelCpuType() 116 return CpuType::kIntelSandybridge; in GetIntelCpuType() 118 return CpuType::kIntelIvybridge; in GetIntelCpuType() 121 return CpuType::kIntelHaswell; in GetIntelCpuType() 124 return CpuType::kIntelBroadwell; in GetIntelCpuType() 127 return CpuType::kIntelSkylakeXeon; in GetIntelCpuType() 129 return CpuType::kIntelCascadelakeXeon; in GetIntelCpuType() 132 return CpuType::kIntelSkylake; in GetIntelCpuType() 134 return CpuType::kUnknown; in GetIntelCpuType() [all …]
|
D | crc_memcpy_x86_64.cc | 350 CpuType cpu_type = GetCpuType(); in GetArchSpecificEngines() 352 case CpuType::kUnknown: in GetArchSpecificEngines() 353 case CpuType::kAmdRome: in GetArchSpecificEngines() 354 case CpuType::kAmdNaples: in GetArchSpecificEngines() 355 case CpuType::kIntelCascadelakeXeon: in GetArchSpecificEngines() 356 case CpuType::kIntelSkylakeXeon: in GetArchSpecificEngines() 357 case CpuType::kIntelSkylake: in GetArchSpecificEngines() 358 case CpuType::kIntelBroadwell: in GetArchSpecificEngines() 359 case CpuType::kIntelHaswell: in GetArchSpecificEngines() 360 case CpuType::kIntelIvybridge: in GetArchSpecificEngines() [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/crc/internal/ |
H A D | cpu_detect.cc | 74 CpuType GetIntelCpuType() { in GetIntelCpuType() 114 return CpuType::kIntelWestmere; in GetIntelCpuType() 116 return CpuType::kIntelSandybridge; in GetIntelCpuType() 118 return CpuType::kIntelIvybridge; in GetIntelCpuType() 121 return CpuType::kIntelHaswell; in GetIntelCpuType() 124 return CpuType::kIntelBroadwell; in GetIntelCpuType() 127 return CpuType::kIntelSkylakeXeon; in GetIntelCpuType() 129 return CpuType::kIntelCascadelakeXeon; in GetIntelCpuType() 132 return CpuType::kIntelSkylake; in GetIntelCpuType() 134 return CpuType::kUnknown; in GetIntelCpuType() [all …]
|
H A D | crc_memcpy_x86_64.cc | 350 CpuType cpu_type = GetCpuType(); in GetArchSpecificEngines() 352 case CpuType::kUnknown: in GetArchSpecificEngines() 353 case CpuType::kAmdRome: in GetArchSpecificEngines() 354 case CpuType::kAmdNaples: in GetArchSpecificEngines() 355 case CpuType::kIntelCascadelakeXeon: in GetArchSpecificEngines() 356 case CpuType::kIntelSkylakeXeon: in GetArchSpecificEngines() 357 case CpuType::kIntelSkylake: in GetArchSpecificEngines() 358 case CpuType::kIntelBroadwell: in GetArchSpecificEngines() 359 case CpuType::kIntelHaswell: in GetArchSpecificEngines() 360 case CpuType::kIntelIvybridge: in GetArchSpecificEngines() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 70 switch (ObjectFile.getHeader().cputype) { in calculateAlignment() 85 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument 87 : B(&A), CPUType(CPUType), CPUSubType(CPUSubType), in Slice() 91 : B(&O), CPUType(O.getHeader().cputype), in Slice() 96 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() argument 98 : B(&IRO), CPUType(CPUType), CPUSubType(CPUSubType), in Slice() 145 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) != in create() 146 std::tie(O->getHeader().cputype, O->getHeader().cpusubtype)) { in create() 149 ("archive member " + O->getFileName() + " cputype (" + in create() 150 Twine(O->getHeader().cputype) + ") and cpusubtype(" + in create() [all …]
|
H A D | MachOUniversal.cpp | 71 uint32_t cputype; in getAsObjectFile() local 74 cputype = Header.cputype; in getAsObjectFile() 77 cputype = Header64.cputype; in getAsObjectFile() 81 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index); in getAsObjectFile() 172 Err = malformedError("offset plus size of cputype (" + in MachOUniversalBinary() 181 ") too large for cputype (" + Twine(A.getCPUType()) + in MachOUniversalBinary() 189 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 195 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary() 208 Err = malformedError("contains two of the same architecture (cputype " in MachOUniversalBinary() 219 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary() [all …]
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.Sched/ |
H A D | index.ts | 18 import {ActiveCPUCountTrack, CPUType} from './active_cpu_count'; 73 for (const cpuType of Object.values(CPUType)) { constant 74 const uri = uriForActiveCPUCountTrack(cpuType); 75 const title = `Active ${cpuType} CPU count`; 79 track: new ActiveCPUCountTrack({trackUri: uri}, ctx, cpuType), 83 id: `dev.perfetto.Sched.AddActiveCPUCountTrackCommand.${cpuType}`, 84 name: `Add track: active ${cpuType} CPU count`, 91 function uriForActiveCPUCountTrack(cpuType?: CPUType): string { 93 if (cpuType !== undefined) { 94 return `${prefix}_${cpuType}`;
|
/aosp_15_r20/external/google-breakpad/src/third_party/mac_headers/mach-o/ |
H A D | arch.h | 45 cpu_type_t cputype; member 66 * NXArchInfo from the architecture's name or cputype/cpusubtype 68 * to request the most general NXArchInfo known for the given cputype. 72 extern const NXArchInfo *NXGetArchInfoFromCpuType(cpu_type_t cputype, 77 * In some cases when the cputype is CPU_TYPE_I386 or CPU_TYPE_POWERPC it will 105 /* NXFindBestFatArch() is passed a cputype and cpusubtype and a set of 111 * routine is used. But if there is an exact match between the cputype and 114 extern struct fat_arch *NXFindBestFatArch(cpu_type_t cputype, 119 /* NXFindBestFatArch_64() is passed a cputype and cpusubtype and a set of 126 * cputype and cpusubtype and one of the fat_arch_64 structs this routine will [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | MachOUniversalWriter.h | 36 uint32_t CPUType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 68 uint32_t getCPUType() const { return CPUType; } in getCPUType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 81 return ("unknown(" + Twine(CPUType) + "," + in getArchString() 87 if (Lhs.CPUType == Rhs.CPUType) 91 if (Lhs.CPUType == MachO::CPU_TYPE_ARM64) 93 if (Rhs.CPUType == MachO::CPU_TYPE_ARM64)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | MachOUniversalWriter.h | 36 uint32_t CPUType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 68 uint32_t getCPUType() const { return CPUType; } in getCPUType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 81 return ("unknown(" + Twine(CPUType) + "," + in getArchString() 87 if (Lhs.CPUType == Rhs.CPUType) 91 if (Lhs.CPUType == MachO::CPU_TYPE_ARM64) 93 if (Rhs.CPUType == MachO::CPU_TYPE_ARM64)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | MachOUniversalWriter.h | 36 uint32_t CPUType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 68 uint32_t getCPUType() const { return CPUType; } in getCPUType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 81 return ("unknown(" + Twine(CPUType) + "," + in getArchString() 87 if (Lhs.CPUType == Rhs.CPUType) 91 if (Lhs.CPUType == MachO::CPU_TYPE_ARM64) 93 if (Rhs.CPUType == MachO::CPU_TYPE_ARM64)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | MachOUniversalWriter.h | 36 uint32_t CPUType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 68 uint32_t getCPUType() const { return CPUType; } in getCPUType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 81 return ("unknown(" + Twine(CPUType) + "," + in getArchString() 87 if (Lhs.CPUType == Rhs.CPUType) 91 if (Lhs.CPUType == MachO::CPU_TYPE_ARM64) 93 if (Rhs.CPUType == MachO::CPU_TYPE_ARM64)
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | MachOUniversalWriter.h | 36 uint32_t CPUType; variable 45 Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, 53 /// This constructor takes pre-specified \param CPUType , \param CPUSubType , 56 Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, 68 uint32_t getCPUType() const { return CPUType; } in getCPUType() 75 return static_cast<uint64_t>(CPUType) << 32 | CPUSubType; in getCPUID() 81 return ("unknown(" + Twine(CPUType) + "," + in getArchString() 87 if (Lhs.CPUType == Rhs.CPUType) 91 if (Lhs.CPUType == MachO::CPU_TYPE_ARM64) 93 if (Rhs.CPUType == MachO::CPU_TYPE_ARM64)
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOUniversal.cpp | 70 uint32_t cputype; in getAsObjectFile() local 73 cputype = Header.cputype; in getAsObjectFile() 76 cputype = Header64.cputype; in getAsObjectFile() 80 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index); in getAsObjectFile() 152 Err = malformedError("offset plus size of cputype (" + in MachOUniversalBinary() 161 ") too large for cputype (" + Twine(A.getCPUType()) + in MachOUniversalBinary() 169 " for cputype (" + Twine(A.getCPUType()) + ") cpusubtype (" + in MachOUniversalBinary() 175 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary() 188 Err = malformedError("contains two of the same architecture (cputype " in MachOUniversalBinary() 199 Err = malformedError("cputype (" + Twine(A.getCPUType()) + ") " in MachOUniversalBinary() [all …]
|