Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DVectorUtilsTest.cpp505 void buildShape(ElementCount VF, bool HasGlobalPred) { in buildShape() function in VFShapeAPITest
517 buildShape(/*VF*/ ElementCount::getFixed(2), /*HasGlobalPred*/ false); in TEST_F()
525 buildShape(/*VF*/ ElementCount::getFixed(4), /*HasGlobalPred*/ true); in TEST_F()
534 buildShape(/*VF*/ ElementCount::getScalable(16), /*HasGlobalPred*/ false); in TEST_F()
544 buildShape(/*VF*/ ElementCount::getFixed(1), /*HasGlobalPred*/ false); in TEST_F()
553 buildShape(/*VF*/ ElementCount::getScalable(1), /*HasGlobalPred*/ false); in TEST_F()
555 buildShape(/*VF*/ ElementCount::getFixed(1), /*HasGlobalPred*/ true); in TEST_F()
557 buildShape(/*VF*/ ElementCount::getScalable(1), /*HasGlobalPred*/ true); in TEST_F()
563 buildShape(/*VF*/ ElementCount::getFixed(2), /*HasGlobalPred*/ false); in TEST_F()
593 buildShape(/*VF*/ ElementCount::getScalable(2), /*HasGlobalPred*/ true); in TEST_F()