Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopAccessAnalysis.h39 static const unsigned MaxVectorWidth; member
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDCGFunctionInfo.h609 unsigned MaxVectorWidth : 4; variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopAccessAnalysis.cpp102 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDX86.cpp2921 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp5004 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local