Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp107 AArch64_AM::ShiftExtendType getExtendType() const { return ExtType; } in getExtendType() function in __anon16c582f80111::AArch64FastISel::Address
1077 if (Addr.getExtendType() == AArch64_AM::SXTW || in simplifyAddress()
1078 Addr.getExtendType() == AArch64_AM::UXTW ) in simplifyAddress()
1087 if (Addr.getExtendType() == AArch64_AM::UXTW) in simplifyAddress()
1090 else if (Addr.getExtendType() == AArch64_AM::SXTW) in simplifyAddress()
1150 bool IsSigned = Addr.getExtendType() == AArch64_AM::SXTW || in addLoadStoreOperands()
1151 Addr.getExtendType() == AArch64_AM::SXTX; in addLoadStoreOperands()
1823 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitLoad()
1824 Addr.getExtendType() == AArch64_AM::SXTW) in emitLoad()
2113 if (Addr.getExtendType() == AArch64_AM::UXTW || in emitStore()
[all …]