Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DTargetParserTest.cpp33 bool testARMCPU(StringRef CPUName, StringRef ExpectedArch, in testARMCPU() argument
37 bool pass = ARM::getArchName(AK).equals(ExpectedArch); in testARMCPU()
661 bool testAArch64CPU(StringRef CPUName, StringRef ExpectedArch, in testAArch64CPU() argument
665 bool pass = AArch64::getArchName(AK).equals(ExpectedArch); in testAArch64CPU()