Searched defs:Family (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
| H A D | Host.cpp | 694 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 D | MallocChecker.cpp | 157 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 D | NullabilityChecker.cpp | 681 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
| H A D | x86.c | 359 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 D | ARMTargetDefEmitter.cpp | 90 for (const StringRef &Family : ARMProcFamilyVals.keys()) in EmitARMTargetDef() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 81 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 D | BuildLibCalls.cpp | 238 static bool setAllocFamily(Function &F, StringRef Family) { in setAllocFamily()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 180 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 D | InstructionCombining.cpp | 3116 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | MachO.h | 1615 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL() argument
|