Searched refs:getMappings (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h70 static SmallVector<VFInfo, 8> getMappings(const CallInst &CI) { function in class:llvm::VFDatabase
86 auto Mappings = VFDatabase::getMappings(CI);
98 ScalarToVectorMappings(VFDatabase::getMappings(CI)) {}
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp186 for (auto &entry : VFSWriter.getMappings()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp900 (!VFDatabase::getMappings(*CI).empty() ||
948 if (CI && !VFDatabase::getMappings(*CI).empty())
H A DSLPVectorizer.cpp654 BaseMappings = VFDatabase(*CallBase).getMappings(*CallBase);
747 SmallVector<VFInfo> Mappings = VFDatabase(*Call).getMappings(*Call);
5200 } else if (!VFDatabase(*Call).getMappings(*Call).empty()) {
H A DLoopVectorize.cpp6748 for (VFInfo &Info : VFDatabase::getMappings(*CI)) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1092 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } function in class:llvm::vfs::YAMLVFSWriter
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2381 !VFDatabase::getMappings(*Call).empty())

Completed in 365 milliseconds