Lines Matching refs:VecVT
104 auto VecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
105 SDValue FIPtr = DAG->CreateStackTemporary(VecVT); in TEST_F()
109 SDValue Value = DAG->getConstant(0, Loc, VecVT); in TEST_F()
127 auto VecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
128 SDValue FIPtr = DAG->CreateStackTemporary(VecVT); in TEST_F()
132 SDValue Value = DAG->getConstant(0, Loc, VecVT); in TEST_F()
153 auto VecVT = EVT::getVectorVT(Context, Int8VT, 4); in TEST_F() local
156 SDValue FIPtr = DAG->CreateStackTemporary(VecVT); in TEST_F()
185 auto VecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
188 SDValue FIPtr = DAG->CreateStackTemporary(VecVT); in TEST_F()
214 auto VecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
215 SDValue FIPtr = DAG->CreateStackTemporary(VecVT); in TEST_F()
218 SDValue Value = DAG->getConstant(0, Loc, VecVT); in TEST_F()
275 auto VecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
280 SDValue FIPtr = DAG->CreateStackTemporary(VecVT); in TEST_F()
314 auto VecVT = EVT::getVectorVT(Context, Int8VT, 4, true); in TEST_F() local
321 SDValue FIPtr = DAG->CreateStackTemporary(VecVT); in TEST_F()
350 auto VecVT = EVT::getVectorVT(Context, Int8VT, 2, true); in TEST_F() local
354 SDValue FIPtr1 = DAG->CreateStackTemporary(VecVT); in TEST_F()
360 SDValue Value1 = DAG->getConstant(0, Loc, VecVT); in TEST_F()