Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp903 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()
1344 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp10132 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local
10138 VectorizeLoop = false; in processLoop()
10174 if (!VectorizeLoop && InterleaveLoop && LVL.hasHistograms()) { in processLoop()
10189 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()
10204 if (!VectorizeLoop && InterleaveLoop) { in processLoop()
10211 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()
10219 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()
10229 if (!VectorizeLoop) { in processLoop()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def326 CODEGENOPT(VectorizeLoop , 1, 0, Benign) ///< Run loop vectorizer.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7658 MarshallingInfoFlag<CodeGenOpts<"VectorizeLoop">>;