Lines Matching refs:MemoryTy
90 FixedVectorType *Ty, Type *MemoryTy,
229 Type *MemoryTy, in decomposePtr() argument
235 MemoryTy->getScalarSizeInBits()); in decomposePtr()
244 if (PtrTy->getNumElements() != 4 || MemoryTy->getScalarSizeInBits() == 32) in decomposePtr()
499 Type *MemoryTy = I->getType(); in tryCreateMaskedGatherOffset() local
500 Type *ResultTy = MemoryTy; in tryCreateMaskedGatherOffset()
507 if (MemoryTy->getPrimitiveSizeInBits() < 128) { in tryCreateMaskedGatherOffset()
551 Ptr, Offsets, Scale, cast<FixedVectorType>(ResultTy), MemoryTy, Builder); in tryCreateMaskedGatherOffset()
562 {BasePtr, Offsets, Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedGatherOffset()
568 {BasePtr, Offsets, Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedGatherOffset()
572 Load = TruncInst::Create(Instruction::Trunc, Load, MemoryTy); in tryCreateMaskedGatherOffset()
668 Type *MemoryTy = InputTy; in tryCreateMaskedScatterOffset() local
704 Ptr, Offsets, Scale, cast<FixedVectorType>(InputTy), MemoryTy, Builder); in tryCreateMaskedScatterOffset()
716 Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedScatterOffset()
723 Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedScatterOffset()