Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGLoopInfo.h262 void setVectorizeWidth(unsigned W) { StagedAttrs.VectorizeWidth = W; } in setVectorizeWidth() function
H A DCGLoopInfo.cpp643 setVectorizeWidth(1); in push()
754 setVectorizeWidth(ValueInt); in push()
H A DCGStmtOpenMP.cpp2366 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2375 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()