Home
last modified time | relevance | path

Searched defs:MaxLevel (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c857 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 DVPlanSLP.cpp218 static unsigned getLAScore(VPValue *V1, VPValue *V2, unsigned MaxLevel, in getLAScore() argument
H A DSLPVectorizer.cpp1213 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 DHost.cpp1689 unsigned MaxLevel; getHostCPUFeatures() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1843 emitBody(CodeGenFunction & CGF,const Stmt * S,const Stmt * NextLoop,int MaxLevel,int Level=0) emitBody() argument