Home
last modified time | relevance | path

Searched refs:ForceTargetNumVectorRegs (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp212 static cl::opt<unsigned> ForceTargetNumVectorRegs( variable
5244 if (ForceTargetNumVectorRegs.getNumOccurrences() > 0) in selectInterleaveCount()
5245 TargetNumRegisters = ForceTargetNumVectorRegs; in selectInterleaveCount()