Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp83 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/
DLoopVectorizationLegality.h98 LoopVectorizeHints(const Loop *L, bool DisableInterleaving,
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1076 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()