Home | History | Annotate | Download | only in AArch64

Lines Matching refs:Ty

113   bool isTypeLegal(Type *Ty, MVT &VT);
114 bool isLoadStoreTypeLegal(Type *Ty, MVT &VT);
322 if (const PointerType *Ty = dyn_cast<PointerType>(Obj->getType()))
323 if (Ty->getAddressSpace() > 255)
414 bool AArch64FastISel::isTypeLegal(Type *Ty, MVT &VT) {
415 EVT evt = TLI.getValueType(Ty, true);
431 bool AArch64FastISel::isLoadStoreTypeLegal(Type *Ty, MVT &VT) {
432 if (isTypeLegal(Ty, VT))
882 Type *Ty = Src1Value->getType();
883 EVT SrcEVT = TLI.getValueType(Ty, true);