Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp222 struct MemAccessTy { struct
224 static const unsigned UnknownAddressSpace =
227 Type *MemTy = nullptr;
228 unsigned AddrSpace = UnknownAddressSpace;
231 MemAccessTy(Type *Ty, unsigned AS) : MemTy(Ty), AddrSpace(AS) {} in MemAccessTy() function
233 bool operator==(MemAccessTy Other) const { in operator ==()
237 bool operator!=(MemAccessTy Other) const { return !(*this == Other); } in operator !=()
239 static MemAccessTy getUnknown(LLVMContext &Ctx, in getUnknown()
244 Type *getType() { return MemTy; } in getType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp307 Type *MemAccessTy = I.getOperand(0)->getType(); in getUnrollingPreferences() local
H A DSystemZISelLowering.cpp1054 Type *MemAccessTy = (isa<LoadInst>(I) ? I->getType() : in supportedAddressingMode() local