Searched refs:getExtendType (Results 1 – 2 of 2) sorted by relevance
124 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { in getExtendType() function140 return getExtendType((Imm >> 3) & 0x7); in getArithExtendType()186 return getExtendType((Imm >> 1) & 0x7); in getMemExtendType()
106 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType() function in __anone69598a70111::AArch64FastISel::Address1036 if (Addr.getExtendType() == AArch64_AM::SXTW || in simplifyAddress()1037 Addr.getExtendType() == AArch64_AM::UXTW ) in simplifyAddress()1048 if (Addr.getExtendType() == AArch64_AM::UXTW) in simplifyAddress()1052 else if (Addr.getExtendType() == AArch64_AM::SXTW) in simplifyAddress()1113 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands()1114 Addr.getExtendType() == AArch64_AM::SXTX; in addLoadStoreOperands()1824 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitLoad()1825 Addr.getExtendType() == AArch64_AM::SXTW) in emitLoad()2115 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitStore()[all …]