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.cpp853 PTO.LoopVectorization = CodeGenOpts.VectorizeLoop; in RunOptimizationPipeline()
1237 Conf.PTO.LoopVectorization = CGOpts.VectorizeLoop; in runThinLTOBackend()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9852 bool VectorizeLoop = true, InterleaveLoop = true; in processLoop() local
9858 VectorizeLoop = false; in processLoop()
9898 if (!VectorizeLoop && !InterleaveLoop) { in processLoop()
9911 } else if (!VectorizeLoop && InterleaveLoop) { in processLoop()
9918 } else if (VectorizeLoop && !InterleaveLoop) { in processLoop()
9926 } else if (VectorizeLoop && InterleaveLoop) { in processLoop()
9936 if (!VectorizeLoop) { in processLoop()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def319 CODEGENOPT(VectorizeLoop , 1, 0) ///< Run loop vectorizer.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td7239 MarshallingInfoFlag<CodeGenOpts<"VectorizeLoop">>;