Home
last modified time | relevance | path

Searched refs:PK_M (Results 1 – 9 of 9) sorted by relevance

/external/llvm/include/llvm/Support/
DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTargetParser.h103 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enumerator
/external/clang/lib/Driver/
DToolChain.cpp478 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::PK_M; in ComputeLLVMTriple()
DTools.cpp650 return Profile == llvm::ARM::PK_M; in isARMMProfile()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTargetParser.cpp723 return ARM::PK_M; in parseArchProfile()
DTriple.cpp352 if (Profile == ARM::PK_M && Version == 6) { in parseARMArch()
/external/llvm/lib/Support/
DTargetParser.cpp719 return ARM::PK_M; in parseArchProfile()
DTriple.cpp339 if (Profile == ARM::PK_M && Version == 6) { in parseARMArch()
/external/clang/lib/Basic/
DTargets.cpp4761 if (ArchProfile == llvm::ARM::PK_M) { in setAtomic()
4823 case llvm::ARM::PK_M: in getCPUProfile()
5014 if (ArchProfile == llvm::ARM::PK_M) in handleTargetFeatures()
5022 if (ArchProfile == llvm::ARM::PK_M) in handleTargetFeatures()
5116 if (CPUProfile.empty() || ArchProfile != llvm::ARM::PK_M) in getTargetDefines()