Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp643 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anon65f0dadd0111::AArch64Operand
1156 if (MatchShift && ShiftExtendTy == getShiftExtendType()) in isSVEDataVectorRegWithShiftExtend()
1213 if (isGPR64<RegClassID>() && getShiftExtendType() == AArch64_AM::LSL && in isGPR64WithShiftExtend()
1265 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1308 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1321 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1330 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1339 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1348 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1360 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
[all …]