Searched defs:MaxLevel (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | VPlanSLP.cpp | 218 static unsigned getLAScore(VPValue *V1, VPValue *V2, unsigned MaxLevel, in getLAScore() |
H A D | SLPVectorizer.cpp | 1383 int MaxLevel; // The maximum recursion depth for accumulating score. global() member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics |
/llvm-project/llvm/lib/TargetParser/ | ||
H A D | Host.cpp | 1651 unsigned MaxLevel; getHostCPUFeatures() local |
/llvm-project/compiler-rt/lib/builtins/cpu_model/ | ||
H A D | x86.c | 968 unsigned MaxLevel; getAvailableFeatures() local |
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGStmtOpenMP.cpp | 1866 emitBody(CodeGenFunction & CGF,const Stmt * S,const Stmt * NextLoop,int MaxLevel,int Level=0) emitBody() argument |