Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DTargetParser.h102 enum ProfileKind { PK_INVALID = 0, PK_A, PK_R, PK_M }; enumerator
/external/llvm/lib/Support/
DTargetParser.cpp551 return ARM::PK_M; in parseArchProfile()
DTriple.cpp325 if (Profile == ARM::PK_M && Version == 6) { in parseARMArch()
/external/clang/lib/Driver/
DToolChain.cpp470 bool IsMProfile = ARM::parseArchProfile(Suffix) == ARM::PK_M; in ComputeLLVMTriple()
DTools.cpp546 return Profile == llvm::ARM::PK_M; in isARMMProfile()
/external/clang/lib/Basic/
DTargets.cpp4385 if (ArchProfile == llvm::ARM::PK_M) { in setAtomic()
4440 case llvm::ARM::PK_M: in getCPUProfile()
4625 if (ArchProfile == llvm::ARM::PK_M) in handleTargetFeatures()
4633 if (ArchProfile == llvm::ARM::PK_M) in handleTargetFeatures()