Home
last modified time | relevance | path

Searched refs:MemoryTy (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp90 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()
572 Load = TruncInst::Create(Instruction::Trunc, Load, MemoryTy); in tryCreateMaskedGatherOffset()
668 Type *MemoryTy = InputTy; in tryCreateMaskedScatterOffset() local
716 Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedScatterOffset()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalityPredicates.cpp58 Query.MMODescrs[MMOIdx].MemoryTy, in typePairAndMemDescInSet()
189 Query.MMODescrs[MMOIdx].MemoryTy.getSizeInBytes()); in memSizeInBytesNotPow2()
195 const LLT MemTy = Query.MMODescrs[MMOIdx].MemoryTy; in memSizeNotByteSizePow2()
H A DLegalizerInfo.cpp86 OS << MMODescr.MemoryTy << ", "; in print()
H A DCombinerHelper.cpp791 MemDesc.MemoryTy = LLT::scalar(MaskSizeBits); in matchCombineLoadWithAndMask()
804 auto *NewMMO = MF.getMachineMemOperand(&MMO, PtrInfo, MemDesc.MemoryTy); in matchCombineLoadWithAndMask()
909 MMDesc.MemoryTy = LLT::scalar(NewSizeBits); in matchSextInRegOfLoad()
3856 MMDesc.MemoryTy = Ty; in matchLoadOrCombine()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h114 LLT MemoryTy; member
119 MemDesc(LLT MemoryTy, uint64_t AlignInBits, AtomicOrdering Ordering) in MemDesc()
120 : MemoryTy(MemoryTy), AlignInBits(AlignInBits), Ordering(Ordering) {} in MemDesc()
122 : MemoryTy(MMO.getMemoryType()), in MemDesc()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsLegalizerInfo.cpp42 unsigned QueryMemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in CheckTy0Ty1MemSizeAlign()
132 unsigned QueryMemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in MipsLegalizerInfo()
138 if (!isPowerOf2_64(Query.MMODescrs[0].MemoryTy.getSizeInBits())) in MipsLegalizerInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp803 Type *MemoryTy = A.getPointeeInMemoryValueType(); in visitArgument() local
805 if (!MemoryTy|| !MemoryTy->isSized()) { in visitArgument()
810 APInt Size(IntTyBits, DL.getTypeAllocSize(MemoryTy)); in visitArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp380 Query.Types[0] != Query.MMODescrs[0].MemoryTy && in AArch64LegalizerInfo()
415 Query.Types[0] != Query.MMODescrs[0].MemoryTy; in AArch64LegalizerInfo()
473 LLT MemTy = Q.MMODescrs[0].MemoryTy; in AArch64LegalizerInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp285 Query.MMODescrs[0].MemoryTy.getSizeInBits() < Ty.getSizeInBits(); in isWideScalarExtLoadTruncStore()
327 uint64_t MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in isLoadStoreSizeLegal()
454 static bool shouldWidenLoad(const GCNSubtarget &ST, LLT MemoryTy, in shouldWidenLoad() argument
457 unsigned SizeInBits = MemoryTy.getSizeInBits(); in shouldWidenLoad()
493 return shouldWidenLoad(ST, Query.MMODescrs[0].MemoryTy, in shouldWidenLoad()
1343 unsigned MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in AMDGPULegalizerInfo()
1444 Query.MMODescrs[0].MemoryTy); in AMDGPULegalizerInfo()
1467 unsigned MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in AMDGPULegalizerInfo()
1501 unsigned MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in AMDGPULegalizerInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp9846 auto *MemoryTy = llvm::ScalableVectorType::get(MemEltTy, VectorTy); in EmitSVEPrefetchLoad() local
9848 Value *Predicate = EmitSVEPredicateCast(Ops[0], MemoryTy); in EmitSVEPrefetchLoad()
9853 BasePtr = Builder.CreateGEP(MemoryTy, BasePtr, Ops[2]); in EmitSVEPrefetchLoad()
9873 llvm::ScalableVectorType *MemoryTy = nullptr; in EmitSVEMaskedLoad() local
9879 MemoryTy = llvm::ScalableVectorType::get(MemEltTy, 1); in EmitSVEMaskedLoad()
9885 MemoryTy = llvm::ScalableVectorType::get(MemEltTy, VectorTy); in EmitSVEMaskedLoad()
9886 PredTy = MemoryTy; in EmitSVEMaskedLoad()
9895 BasePtr = Builder.CreateGEP(MemoryTy, BasePtr, Ops[2]); in EmitSVEMaskedLoad()
9920 auto MemoryTy = llvm::ScalableVectorType::get(MemEltTy, VectorTy); in EmitSVEMaskedStore() local
9922 auto PredTy = MemoryTy; in EmitSVEMaskedStore()
[all …]