Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp782 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anon730428320111::AArch64Operand
1374 if (MatchShift && ShiftExtendTy == getShiftExtendType()) in isSVEDataVectorRegWithShiftExtend()
1437 if (isGPR64<RegClassID>() && getShiftExtendType() == AArch64_AM::LSL && in isGPR64WithShiftExtend()
1519 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1562 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1575 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1584 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1593 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isLSLImm3Shift()
1600 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1609 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
[all …]