Lines Matching refs:MemoryTy
89 FixedVectorType *Ty, Type *MemoryTy,
227 Type *MemoryTy, in decomposePtr() argument
233 MemoryTy->getScalarSizeInBits()); in decomposePtr()
242 if (PtrTy->getNumElements() != 4 || MemoryTy->getScalarSizeInBits() == 32) in decomposePtr()
484 Type *MemoryTy = I->getType(); in tryCreateMaskedGatherOffset() local
485 Type *ResultTy = MemoryTy; in tryCreateMaskedGatherOffset()
492 if (MemoryTy->getPrimitiveSizeInBits() < 128) { in tryCreateMaskedGatherOffset()
536 Ptr, Offsets, Scale, cast<FixedVectorType>(ResultTy), MemoryTy, Builder); in tryCreateMaskedGatherOffset()
547 {BasePtr, Offsets, Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedGatherOffset()
553 {BasePtr, Offsets, Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedGatherOffset()
557 Load = TruncInst::Create(Instruction::Trunc, Load, MemoryTy); in tryCreateMaskedGatherOffset()
653 Type *MemoryTy = InputTy; in tryCreateMaskedScatterOffset() local
689 Ptr, Offsets, Scale, cast<FixedVectorType>(InputTy), MemoryTy, Builder); in tryCreateMaskedScatterOffset()
701 Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedScatterOffset()
708 Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedScatterOffset()