Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h73 static SmallVector<VFInfo, 8> getMappings(const CallInst &CI) { in getMappings() function
89 auto Mappings = VFDatabase::getMappings(CI);
101 ScalarToVectorMappings(VFDatabase::getMappings(CI)) {} in VFDatabase()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp186 for (auto &entry : VFSWriter.getMappings()) { in copyFiles()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp905 (!VFDatabase::getMappings(*CI).empty() || in canVectorizeInstrs()
954 if (CI && !VFDatabase::getMappings(*CI).empty()) in canVectorizeInstrs()
H A DLoopVectorize.cpp5830 for (VFInfo &Info : VFDatabase::getMappings(*CI)) { in setVectorizedCallDecision()
H A DSLPVectorizer.cpp1372 BaseMappings = VFDatabase(*CallBase).getMappings(*CallBase); in getSameOpcode()
1477 SmallVector<VFInfo> Mappings = VFDatabase(*Call).getMappings(*Call); in getSameOpcode()
8792 } else if (!VFDatabase(*Call).getMappings(*Call).empty()) { in generateKeySubkey()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1152 const std::vector<YAMLVFSEntry> &getMappings() const { return Mappings; } in getMappings() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2527 !hasPointerArgs(Call) && !VFDatabase::getMappings(*Call).empty()) in analyzeLoop()