Searched refs:MemoryTy (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 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() 557 Load = TruncInst::Create(Instruction::Trunc, Load, MemoryTy); in tryCreateMaskedGatherOffset() 653 Type *MemoryTy = InputTy; in tryCreateMaskedScatterOffset() local 701 Builder.getInt32(MemoryTy->getScalarSizeInBits()), in tryCreateMaskedScatterOffset() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalityPredicates.cpp | 58 Query.MMODescrs[MMOIdx].MemoryTy, in typePairAndMemDescInSet() 179 return !isPowerOf2_32(Query.MMODescrs[MMOIdx].MemoryTy.getSizeInBytes()); in memSizeInBytesNotPow2()
|
| H A D | LegalizerInfo.cpp | 91 OS << MMODescr.MemoryTy << ", "; in print()
|
| H A D | CombinerHelper.cpp | 490 MMDesc.MemoryTy = MMO.getMemoryType(); in matchCombineExtendingLoads() 3708 MMDesc.MemoryTy = Ty; in matchLoadOrCombine()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsLegalizerInfo.cpp | 40 unsigned QueryMemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in CheckTy0Ty1MemSizeAlign() 130 unsigned QueryMemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in MipsLegalizerInfo() 136 if (!isPowerOf2_64(Query.MMODescrs[0].MemoryTy.getSizeInBits())) in MipsLegalizerInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 690 Type *MemoryTy = A.getPointeeInMemoryValueType(); in visitArgument() local 692 if (!MemoryTy|| !MemoryTy->isSized()) { in visitArgument() 697 APInt Size(IntTyBits, DL.getTypeAllocSize(MemoryTy)); in visitArgument()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
| H A D | AArch64LegalizerInfo.cpp | 308 Query.Types[0] != Query.MMODescrs[0].MemoryTy && in AArch64LegalizerInfo() 314 return Query.Types[0] != Query.MMODescrs[0].MemoryTy; in AArch64LegalizerInfo() 348 Query.Types[0] != Query.MMODescrs[0].MemoryTy; in AArch64LegalizerInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 235 Query.MMODescrs[0].MemoryTy.getSizeInBits() < Ty.getSizeInBits(); in isWideScalarExtLoadTruncStore() 275 unsigned MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in isLoadStoreSizeLegal() 382 static bool shouldWidenLoad(const GCNSubtarget &ST, LLT MemoryTy, in shouldWidenLoad() argument 385 unsigned SizeInBits = MemoryTy.getSizeInBits(); in shouldWidenLoad() 421 return shouldWidenLoad(ST, Query.MMODescrs[0].MemoryTy, in shouldWidenLoad() 1052 unsigned MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in AMDGPULegalizerInfo() 1148 Query.MMODescrs[0].MemoryTy); in AMDGPULegalizerInfo() 1171 unsigned MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in AMDGPULegalizerInfo() 1219 unsigned MemSize = Query.MMODescrs[0].MemoryTy.getSizeInBits(); in AMDGPULegalizerInfo()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 113 LLT MemoryTy; member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 8819 Value *Predicate = EmitSVEPredicateCast(Ops[0], MemoryTy); in EmitSVEPrefetchLoad() 8825 BasePtr = Builder.CreateGEP(MemoryTy, BasePtr, Ops[2]); in EmitSVEPrefetchLoad() 8848 auto MemoryTy = llvm::ScalableVectorType::get(MemEltTy, VectorTy); in EmitSVEMaskedLoad() local 8850 Value *Predicate = EmitSVEPredicateCast(Ops[0], MemoryTy); in EmitSVEMaskedLoad() 8853 BasePtr = Builder.CreateGEP(MemoryTy, BasePtr, Offset); in EmitSVEMaskedLoad() 8856 Function *F = CGM.getIntrinsic(BuiltinID, MemoryTy); in EmitSVEMaskedLoad() 8873 auto MemoryTy = llvm::ScalableVectorType::get(MemEltTy, VectorTy); in EmitSVEMaskedStore() local 8875 Value *Predicate = EmitSVEPredicateCast(Ops[0], MemoryTy); in EmitSVEMaskedStore() 8878 BasePtr = Builder.CreateGEP(MemoryTy, BasePtr, Offset); in EmitSVEMaskedStore() 8881 llvm::Value *Val = Builder.CreateTrunc(Ops.back(), MemoryTy); in EmitSVEMaskedStore() [all …]
|