Home
last modified time | relevance | path

Searched refs:ArchProfile (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/TargetParser/
HDAArch64TargetParser.h100 enum ArchProfile { AProfile = 'A', RProfile = 'R', InvalidProfile = '?' }; enum
105 ArchProfile Profile; // Architecuture profile
/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDARM.cpp131 ArchProfile = llvm::ARM::parseArchProfile(SubArch); in setArchInfo()
146 if (ArchProfile == llvm::ARM::ProfileKind::M) { in setAtomic()
243 switch (ArchProfile) { in getCPUProfile()
299 ArchProfile == llvm::ARM::ProfileKind::M) { in ARMTargetInfo()
616 if (ArchProfile == llvm::ARM::ProfileKind::M) in handleTargetFeatures()
624 if (ArchProfile == llvm::ARM::ProfileKind::M) in handleTargetFeatures()
766 if (CPUProfile.empty() || ArchProfile != llvm::ARM::ProfileKind::M) in getTargetDefines()
977 if (ArchVersion == 8 && ArchProfile == llvm::ARM::ProfileKind::M) in getTargetDefines()
HDARM.h61 llvm::ARM::ProfileKind ArchProfile; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
HDARM.cpp777 llvm::ARM::ProfileKind ArchProfile = in getARMTargetFeatures() local
780 (ArchProfile == llvm::ARM::ProfileKind::A || in getARMTargetFeatures()
781 ArchProfile == llvm::ARM::ProfileKind::R))) { in getARMTargetFeatures()