Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h124 static inline AArch64_AM::ShiftExtendType getExtendType(unsigned Imm) { in getExtendType() function
140 return getExtendType((Imm >> 3) & 0x7); in getArithExtendType()
186 return getExtendType((Imm >> 1) & 0x7); in getMemExtendType()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp106 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType() function in __anond3c64d190111::AArch64FastISel::Address
1074 if (Addr.getExtendType() == AArch64_AM::SXTW || in simplifyAddress()
1075 Addr.getExtendType() == AArch64_AM::UXTW ) in simplifyAddress()
1077 Addr.getOffsetReg(), Addr.getExtendType(), in simplifyAddress()
1084 if (Addr.getExtendType() == AArch64_AM::UXTW) in simplifyAddress()
1087 else if (Addr.getExtendType() == AArch64_AM::SXTW) in simplifyAddress()
1147 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands()
1148 Addr.getExtendType() == AArch64_AM::SXTX; in addLoadStoreOperands()
1829 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitLoad()
1830 Addr.getExtendType() == AArch64_AM::SXTW) in emitLoad()
[all …]