Searched refs:DisableInterleaving (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorizationLegality.cpp | 83 LoopVectorizeHints::LoopVectorizeHints(const Loop *L, bool DisableInterleaving, in LoopVectorizeHints() argument 86 Interleave("interleave.count", DisableInterleaving, HK_UNROLL), in LoopVectorizeHints() 101 LLVM_DEBUG(if (DisableInterleaving && Interleave.Value == 1) dbgs() in LoopVectorizeHints()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/ |
D | LoopVectorizationLegality.h | 98 LoopVectorizeHints(const Loop *L, bool DisableInterleaving,
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1076 LoopVectorizeHints(const Loop *L, bool DisableInterleaving) in LoopVectorizeHints() argument 1079 Interleave("interleave.count", DisableInterleaving, HK_UNROLL), in LoopVectorizeHints() 1089 DEBUG(if (DisableInterleaving && Interleave.Value == 1) dbgs() in LoopVectorizeHints()
|