Searched refs:getExtendType (Results 1 – 2 of 2) sorted by relevance
123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { in getExtendType() function139 return getExtendType((Imm >> 3) & 0x7); in getArithExtendType()185 return getExtendType((Imm >> 1) & 0x7); in getMemExtendType()
107 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in setExtendType() 1080 if (Addr.getExtendType() == AArch64_AM::SXTW || in simplifyAddress() 1081 Addr.getExtendType() == AArch64_AM::UXTW ) in simplifyAddress() 1083 Addr.getOffsetReg(), Addr.getExtendType(), in simplifyAddress() 1090 if (Addr.getExtendType() == AArch64_AM::UXTW) in simplifyAddress() 1093 else if (Addr.getExtendType() == AArch64_AM::SXTW) in simplifyAddress() 1153 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands() 1154 Addr.getExtendType() == AArch64_AM::SXTX; in addLoadStoreOperands() 1826 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitLoad() 1827 Addr.getExtendType() in emitLoad() 108 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } getExtendType() function in __anonf5444d350111::AArch64FastISel::Address [all...]