Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InsertPrefetch.cpp130 for (const auto &HintType : HintTypes) { in findPrefetchInfo() local
131 if (Name.startswith(HintType.first)) { in findPrefetchInfo()
132 Name = Name.drop_front(HintType.first.size()); in findPrefetchInfo()
133 IID = HintType.second; in findPrefetchInfo()