Home
last modified time | relevance | path

Searched defs:Family (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TargetParser/
H A DHost.cpp694 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel()
709 static StringRef getIntelProcessorTypeAndSubtype(unsigned Family, in getIntelProcessorTypeAndSubtype()
1070 static const char *getAMDProcessorTypeAndSubtype(unsigned Family, in getAMDProcessorTypeAndSubtype()
1387 unsigned Family = 0, Model = 0; in getHostCPUName() local
1512 uint32_t Family; in getHostCPUName() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp157 AllocationFamily Family; member in __anon0957485b0211::RefState
1795 AllocationFamily Family, in MallocUpdateRefState()
1853 AllocationFamily Family, in FreeMemAux()
1919 static void printExpectedAllocName(raw_ostream &os, AllocationFamily Family) { in printExpectedAllocName()
1932 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) { in printExpectedDeallocName()
1948 AllocationFamily Family, bool ReturnsNullOnFailure, in FreeMemAux()
2120 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked()
2389 AllocationFamily Family, in HandleOffsetFree()
2616 AllocationFamily Family, bool SuffixWithN) const { in ReallocMemAux()
2789 AllocationFamily Family = RS->getAllocationFamily(); in HandleLeak() local
[all …]
H A DNullabilityChecker.cpp681 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dx86.c359 static void detectX86FamilyModel(unsigned EAX, unsigned *Family, in detectX86FamilyModel()
374 static const char *getIntelProcessorTypeAndSubtype(unsigned Family, in getIntelProcessorTypeAndSubtype()
662 static const char *getAMDProcessorTypeAndSubtype(unsigned Family, in getAMDProcessorTypeAndSubtype()
1158 unsigned Model, Family; in __cpu_indicator_init() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DARMTargetDefEmitter.cpp90 for (const StringRef &Family : ARMProcFamilyVals.keys()) in EmitARMTargetDef() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp81 StringRef mangledNameForMallocFamily(const MallocFamily &Family) { in mangledNameForMallocFamily()
113 MallocFamily Family; member
463 MallocFamily Family; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp238 static bool setAllocFamily(Function &F, StringRef Family) { in setAllocFamily()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp180 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) in CheckObjCMethodOverride() local
486 ObjCMethodFamily Family = MDecl->getMethodFamily(); in ActOnStartOfObjCMethodDef() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3116 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1615 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL() argument