Home
last modified time | relevance | path

Searched refs:getExtendType (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h123 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { in getExtendType() function
139 return getExtendType((Imm >> 3) & 0x7); in getArithExtendType()
185 return getExtendType((Imm >> 1) & 0x7); in getMemExtendType()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp70 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType() function in __anoncec764240111::AArch64FastISel::Address
990 if (Addr.getExtendType() == AArch64_AM::SXTW || in simplifyAddress()
991 Addr.getExtendType() == AArch64_AM::UXTW ) in simplifyAddress()
994 /*TODO:IsKill=*/false, Addr.getExtendType(), in simplifyAddress()
1002 if (Addr.getExtendType() == AArch64_AM::UXTW) in simplifyAddress()
1006 else if (Addr.getExtendType() == AArch64_AM::SXTW) in simplifyAddress()
1067 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands()
1068 Addr.getExtendType() == AArch64_AM::SXTX; in addLoadStoreOperands()
1770 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitLoad()
1771 Addr.getExtendType() == AArch64_AM::SXTW) in emitLoad()
[all …]