Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DVectorUtils.h249 static SmallVector<VFInfo, 8> getMappings(const CallInst &CI) { in getMappings() function
263 ScalarToVectorMappings(VFDatabase::getMappings(CI)) {} in VFDatabase()
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileCollector.cpp184 for (auto &entry : VFSWriter.getMappings()) { in copyFiles()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp231 auto mapping = FileCollector.VFSWriter.getMappings(); in TEST()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorFunctionABITest.cpp631 auto Mappings = VFDatabase::getMappings(*CI); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1042 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings() function
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp743 (!VFDatabase::getMappings(*CI).empty() || in canVectorizeInstrs()
H A DSLPVectorizer.cpp4523 } else if (!VFDatabase(*Call).getMappings(*Call).empty()) { in generateKeySubkey()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2166 !VFDatabase::getMappings(*Call).empty()) in analyzeLoop()