Lines Matching refs:ScalarTy
4275 Type *ScalarTy = DataTy->getScalarType(); in isLegalMaskedLoad() local
4277 if (ScalarTy->isPointerTy()) in isLegalMaskedLoad()
4280 if (ScalarTy->isFloatTy() || ScalarTy->isDoubleTy()) in isLegalMaskedLoad()
4283 if (!ScalarTy->isIntegerTy()) in isLegalMaskedLoad()
4286 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedLoad()
4341 Type *ScalarTy = cast<VectorType>(DataTy)->getElementType(); in isLegalMaskedExpandLoad() local
4343 if (ScalarTy->isFloatTy() || ScalarTy->isDoubleTy()) in isLegalMaskedExpandLoad()
4346 if (!ScalarTy->isIntegerTy()) in isLegalMaskedExpandLoad()
4349 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedExpandLoad()
4382 Type *ScalarTy = DataTy->getScalarType(); in isLegalMaskedGather() local
4383 if (ScalarTy->isPointerTy()) in isLegalMaskedGather()
4386 if (ScalarTy->isFloatTy() || ScalarTy->isDoubleTy()) in isLegalMaskedGather()
4389 if (!ScalarTy->isIntegerTy()) in isLegalMaskedGather()
4392 unsigned IntWidth = ScalarTy->getIntegerBitWidth(); in isLegalMaskedGather()
4528 Type *ScalarTy = VecTy->getElementType(); in getInterleavedMemoryOpCostAVX2() local
4543 auto *VT = FixedVectorType::get(ScalarTy, VF); in getInterleavedMemoryOpCostAVX2()