Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp183 struct MemAccessTy { struct
185 static const unsigned UnknownAddressSpace =
188 Type *MemTy = nullptr;
189 unsigned AddrSpace = UnknownAddressSpace;
192 MemAccessTy(Type *Ty, unsigned AS) : MemTy(Ty), AddrSpace(AS) {} in MemAccessTy() argument
194 bool operator==(MemAccessTy Other) const { in operator ==()
198 bool operator!=(MemAccessTy Other) const { return !(*this == Other); } in operator !=()
200 static MemAccessTy getUnknown(LLVMContext &Ctx, in getUnknown()
205 Type *getType() { return MemTy; } in getType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZTargetTransformInfo.cpp261 Type *MemAccessTy = I.getOperand(0)->getType(); in getUnrollingPreferences() local
DSystemZISelLowering.cpp908 Type *MemAccessTy = (isa<LoadInst>(I) ? I->getType() : in supportedAddressingMode() local