Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/TargetParser/
HDHost.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-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDMallocChecker.cpp157 AllocationFamily Family; member in __anond15cee750211::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 …]
HDNullabilityChecker.cpp681 ObjCMethodFamily Family = MD->getMethodFamily(); in checkPreStmt() local
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/
HDx86.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-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
HDAVR.cpp34 StringRef Family; member
/freebsd-14-stable/contrib/llvm-project/llvm/utils/TableGen/
HDARMTargetDefEmitter.cpp90 for (const StringRef &Family : ARMProcFamilyVals.keys()) in EmitARMTargetDef() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDMemoryBuiltins.cpp81 StringRef mangledNameForMallocFamily(const MallocFamily &Family) { in mangledNameForMallocFamily()
113 MallocFamily Family; member
463 MallocFamily Family; member
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDBuildLibCalls.cpp238 static bool setAllocFamily(Function &F, StringRef Family) { in setAllocFamily()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDeclObjC.cpp180 if (ObjCMethodFamily Family = Overridden->getMethodFamily()) in CheckObjCMethodOverride() local
486 ObjCMethodFamily Family = MDecl->getMethodFamily(); in ActOnStartOfObjCMethodDef() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstructionCombining.cpp3116 const std::optional<StringRef> Family = getAllocationFamily(AI, &TLI); in isAllocSiteRemovable() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDMachO.h1615 inline int CPU_SUBTYPE_INTEL(int Family, int Model) { in CPU_SUBTYPE_INTEL()