Searched defs:MaxLevel (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/sys/contrib/dev/acpica/components/namespace/ |
H A D | nsdump.c | 857 UINT32 MaxLevel = *((UINT32 *) Context); in AcpiNsDumpOneObjectPath() local 901 UINT32 *MaxLevel = (UINT32 *) Context; in AcpiNsGetMaxDepth() local 940 UINT32 MaxLevel = 0; in AcpiNsDumpObjectPaths() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 218 static unsigned getLAScore(VPValue *V1, VPValue *V2, unsigned MaxLevel, in getLAScore() argument
|
H A D | SLPVectorizer.cpp | 1213 int MaxLevel; // The maximum recursion depth for accumulating score. global() member in llvm::slpvectorizer::BoUpSLP::LookAheadHeuristics 1218 LookAheadHeuristics(const TargetLibraryInfo & TLI,const DataLayout & DL,ScalarEvolution & SE,const BoUpSLP & R,int NumLanes,int MaxLevel) LookAheadHeuristics() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | Host.cpp | 1689 unsigned MaxLevel; getHostCPUFeatures() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1843 emitBody(CodeGenFunction & CGF,const Stmt * S,const Stmt * NextLoop,int MaxLevel,int Level=0) emitBody() argument
|