Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DVectorUtils.h251 static SmallVector<VFInfo, 8> getMappings(const CallInst &CI) { in getMappings() function
265 ScalarToVectorMappings(VFDatabase::getMappings(CI)) {} in VFDatabase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFileCollector.cpp184 for (auto &entry : VFSWriter.getMappings()) { in copyFiles()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h898 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp699 (!VFDatabase::getMappings(*CI).empty() || in canVectorizeInstrs()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1842 !VFDatabase::getMappings(*Call).empty()) in analyzeLoop()