Home
last modified time | relevance | path

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

/external/llvm/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/llvm/unittests/Support/
DTargetParserTest.cpp404 EXPECT_EQ(ARM::PK_M, ARM::parseArchProfile(ARMArch[i])); in TEST()
/external/llvm/lib/Support/
DTargetParser.cpp722 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()