Searched refs:getExtendType (Results 1 – 2 of 2) sorted by relevance
122 /// getExtendType - Extract the extend type for operands of arithmetic ops.123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) {139 return getExtendType((Imm >> 3) & 0x7); in getArithExtendType() 182 /// getExtendType - Extract the extend type for the offset operand of185 return getExtendType((Imm >> 1) & 0x7); in getMemExtendType() 124 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { getExtendType() function
108 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType() function in __anon53fc71c20111::AArch64FastISel::Address1078 if (Addr.getExtendType() == AArch64_AM::SXTW || in simplifyAddress()1079 Addr.getExtendType() == AArch64_AM::UXTW ) in simplifyAddress()1081 Addr.getOffsetReg(), Addr.getExtendType(), in simplifyAddress()1088 if (Addr.getExtendType() == AArch64_AM::UXTW) in simplifyAddress()1091 else if (Addr.getExtendType() == AArch64_AM::SXTW) in simplifyAddress()1151 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands()1152 Addr.getExtendType() == AArch64_AM::SXTX; in addLoadStoreOperands()1824 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitLoad()1825 Addr.getExtendType() == AArch64_AM::SXTW) in emitLoad()[all …]