Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h32 class VFDatabase {
89 auto Mappings = VFDatabase::getMappings(CI);
99 VFDatabase(CallInst &CI) in VFDatabase() function
101 ScalarToVectorMappings(VFDatabase::getMappings(CI)) {} in VFDatabase()
/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()
1431 if (VFDatabase::hasMaskedVariant(*CI)) { in blockCanBePredicated()
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()
8972 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getVectorCallCosts()
9325 Function *VecFunc = VFDatabase(*CI).getVectorizedFunction(Shape); in getScalarsVectorizationState()
9342 VecFunc != VFDatabase(*CI2).getVectorizedFunction(Shape)) || in getScalarsVectorizationState()
18424 CF = VFDatabase(*CI).getVectorizedFunction(Shape); in vectorizeTree()
H A DLoopVectorize.cpp5830 for (VFInfo &Info : VFDatabase::getMappings(*CI)) { in setVectorizedCallDecision()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2527 !hasPointerArgs(Call) && !VFDatabase::getMappings(*Call).empty()) in analyzeLoop()