Searched refs:DstVecTy (Results 1 – 7 of 7) sorted by relevance
1272 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local1273 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()1292 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1293 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1312 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1313 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1379 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1381 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1417 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1419 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
1223 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local1224 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()1243 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1244 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1263 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1264 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1330 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1332 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1368 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1370 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
1275 Type *DstVecTy = DstTy->getScalarType(); in executeTruncInst() local1276 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeTruncInst()1295 Type *DstVecTy = DstTy->getScalarType(); in executeSExtInst() local1296 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeSExtInst()1315 Type *DstVecTy = DstTy->getScalarType(); in executeZExtInst() local1316 unsigned DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeZExtInst()1382 Type *DstVecTy = DstTy->getScalarType(); in executeFPToUIInst() local1384 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToUIInst()1420 Type *DstVecTy = DstTy->getScalarType(); in executeFPToSIInst() local1422 uint32_t DBitWidth = cast<IntegerType>(DstVecTy)->getBitWidth(); in executeFPToSIInst()[all …]
747 auto *DstVecTy = cast<FixedVectorType>(Dst); in getCastInstrCost() local805 TotCost += getScalarizationOverhead(DstVecTy, NeedsInserts, false); in getCastInstrCost()817 getScalarizationOverhead(DstVecTy, true, false); in getCastInstrCost()
140 Type *DstVecTy = VectorType::get(Builder.getInt32Ty(), 4, true); in TEST_F() local144 ArgTys.push_back(UndefValue::get(DstVecTy)); in TEST_F()151 EXPECT_EQ(FTy->getReturnType(), DstVecTy); in TEST_F()
3260 VectorType *DstVecTy = dyn_cast<VectorType>(DstTy); in castIsValid() local3261 if (SrcVecTy && DstVecTy) in castIsValid()3262 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()3265 if (DstVecTy) in castIsValid()3266 return DstVecTy->getNumElements() == 1; in castIsValid()3283 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3284 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()
3167 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3168 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()3188 if (VectorType *DstVecTy = dyn_cast<VectorType>(DstTy)) in castIsValid() local3189 return (SrcVecTy->getNumElements() == DstVecTy->getNumElements()); in castIsValid()