Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp243 ArrayRef<Hint> HintTypes) { in matchesHintMetadataName() argument
248 for (auto H : HintTypes) in matchesHintMetadataName()
254 void LoopVectorizeHints::writeHintsToMetadata(ArrayRef<Hint> HintTypes) { in writeHintsToMetadata() argument
255 if (HintTypes.empty()) in writeHintsToMetadata()
266 if (!matchesHintMetadataName(Node, HintTypes)) in writeHintsToMetadata()
272 for (auto H : HintTypes) in writeHintsToMetadata()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h159 bool matchesHintMetadataName(MDNode *Node, ArrayRef<Hint> HintTypes);
162 void writeHintsToMetadata(ArrayRef<Hint> HintTypes);
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp112 static const std::pair<const StringRef, unsigned> HintTypes[] = { in findPrefetchInfo() local
131 for (const auto &HintType : HintTypes) { in findPrefetchInfo()