Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TargetParser/
H A DRISCVISAInfo.cpp591 StringRef ArchWithoutProfile = Arch.drop_front(I->Name.size()); in parseArchString() local
592 if (!ArchWithoutProfile.empty()) { in parseArchString()
593 if (ArchWithoutProfile.front() != '_') in parseArchString()
595 NewArch += ArchWithoutProfile.str(); in parseArchString()