Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h604 void applySimd(CanonicalLoopInfo *Loop, ConstantInt *Simdlen);
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp974 ompBuilder->applySimd(loopInfo, nullptr); in convertOmpSimdLoop()
/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp1774 OMPBuilder.applySimd(CLI, nullptr); in TEST_F()
1805 OMPBuilder.applySimd(CLI, ConstantInt::get(Type::getInt32Ty(Ctx), 3)); in TEST_F()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2898 void OpenMPIRBuilder::applySimd(CanonicalLoopInfo *CanonicalLoop, in applySimd() function in OpenMPIRBuilder
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2650 OMPBuilder.applySimd(CLI, Simdlen); in EmitOMPSimdDirective()