Home
last modified time | relevance | path

Searched refs:MemAccessTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp198 struct MemAccessTy { struct
206 MemAccessTy() = default;
207 MemAccessTy(Type *Ty, unsigned AS) : MemTy(Ty), AddrSpace(AS) {} in MemAccessTy() function
209 bool operator==(MemAccessTy Other) const { in operator ==() argument
213 bool operator!=(MemAccessTy Other) const { return !(*this == Other); } in operator !=() argument
215 static MemAccessTy getUnknown(LLVMContext &Ctx, in getUnknown() argument
217 return MemAccessTy(Type::getVoidTy(Ctx), AS); in getUnknown()
881 static MemAccessTy getAccessType(const TargetTransformInfo &TTI, in getAccessType()
883 MemAccessTy AccessTy(Inst->getType(), MemAccessTy::UnknownAddressSpace); in getAccessType()
1178 MemAccessTy AccessTy;
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp265 Type *MemAccessTy = I.getOperand(0)->getType(); in getUnrollingPreferences() local
266 NumStores += getMemoryOpCost(Instruction::Store, MemAccessTy, None, 0, in getUnrollingPreferences()
DSystemZISelLowering.cpp934 Type *MemAccessTy = (isa<LoadInst>(I) ? I->getType() : in supportedAddressingMode() local
936 bool IsFPAccess = MemAccessTy->isFloatingPointTy(); in supportedAddressingMode()
937 bool IsVectorAccess = MemAccessTy->isVectorTy(); in supportedAddressingMode()