Searched refs:Subtype (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/TextAPI/
H A DArchitecture.cpp24 #define ARCHINFO(Arch, Type, Subtype, NumBits) \
26 (CPUSubType & ~MachO::CPU_SUBTYPE_MASK) == (Subtype)) \
36 #define ARCHINFO(Arch, Type, Subtype, NumBits) .Case(#Arch, AK_##Arch)
44 #define ARCHINFO(Arch, Type, Subtype, NumBits) \
60 #define ARCHINFO(Arch, Type, Subtype, NumBits) \
62 return std::make_pair(Type, Subtype);
80 #define ARCHINFO(Arch, Type, Subtype, NumBits) \
/freebsd-current/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackendDarwin.h22 const MachO::CPUSubTypeARM Subtype; member in class:llvm::ARMAsmBackendDarwin
28 Subtype((MachO::CPUSubTypeARM)cantFail(
34 /*Is64Bit=*/false, cantFail(MachO::getCPUType(TT)), Subtype);
H A DARMAsmBackend.cpp1154 if (Subtype != MachO::CPU_SUBTYPE_ARM_V7K)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c306 unsigned *Subtype) {
343 *Subtype = INTEL_COREI7_NEHALEM;
351 *Subtype = INTEL_COREI7_WESTMERE;
358 *Subtype = INTEL_COREI7_SANDYBRIDGE;
364 *Subtype = INTEL_COREI7_IVYBRIDGE;
374 *Subtype = INTEL_COREI7_HASWELL;
384 *Subtype = INTEL_COREI7_BROADWELL;
396 *Subtype = INTEL_COREI7_SKYLAKE;
403 *Subtype = INTEL_COREI7_ROCKETLAKE;
411 *Subtype
302 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
592 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp683 unsigned *Type, unsigned *Subtype) {
733 *Subtype = X86::INTEL_COREI7_NEHALEM;
741 *Subtype = X86::INTEL_COREI7_WESTMERE;
748 *Subtype = X86::INTEL_COREI7_SANDYBRIDGE;
754 *Subtype = X86::INTEL_COREI7_IVYBRIDGE;
764 *Subtype = X86::INTEL_COREI7_HASWELL;
774 *Subtype = X86::INTEL_COREI7_BROADWELL;
786 *Subtype = X86::INTEL_COREI7_SKYLAKE;
793 *Subtype = X86::INTEL_COREI7_ROCKETLAKE;
801 *Subtype
681 getIntelProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
1047 getAMDProcessorTypeAndSubtype(unsigned Family, unsigned Model, const unsigned *Features, unsigned *Type, unsigned *Subtype) argument
1357 unsigned Subtype = 0; local
[all...]
/freebsd-current/tests/sys/fs/fusefs/
H A Dmount.cc65 class Subtype: public Mount { class in inherits:Mount
103 TEST_F(Subtype, subtype)
/freebsd-current/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c670 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacrestyp.h277 UINT8 Subtype; member in struct:acpi_vendor_uuid
H A Dactbl1.h938 UINT16 Subtype; member in struct:acpi_csrt_descriptor
/freebsd-current/sys/dev/mwl/
H A Dmwlreg.h583 u_int8_t Subtype; member in struct:__anon3609
/freebsd-current/sys/contrib/dev/acpica/common/
H A Ddmtbinfo1.c779 {ACPI_DMT_UINT16, ACPI_CSRT2_OFFSET (Subtype), "Subtype", 0},
816 {ACPI_DMT_UINT16, ACPI_DBG20_OFFSET (PortSubtype), "Port Subtype", 0},

Completed in 119 milliseconds