Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h39 static const unsigned MaxVectorWidth; member
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h590 unsigned MaxVectorWidth : 4; variable
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp103 const unsigned VectorizerParams::MaxVectorWidth = 64; member in VectorizerParams
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.cpp4737 unsigned MaxVectorWidth = 0; in getMaxVectorWidth() local
H A DTargetInfo.cpp3967 unsigned NeededInt = 0, NeededSSE = 0, MaxVectorWidth = 0; in computeInfo() local