Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp709 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anone48315620111::AArch64Operand
1335 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1378 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1391 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1400 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1409 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1418 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1430 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
1477 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecShifter()
1487 return getShiftExtendType() == AArch64_AM::LSL && in isLogicalVecHalfWordShifter()
[all …]