Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp576 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anonf77cce8c0111::AArch64Operand
1091 if (MatchShift && ShiftExtendTy == getShiftExtendType()) in isSVEDataVectorRegWithShiftExtend()
1142 if (isGPR64<RegClassID>() && getShiftExtendType() == AArch64_AM::LSL && in isGPR64WithShiftExtend()
1193 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
1235 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1248 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1255 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1264 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1273 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1285 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
[all …]
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp424 AArch64_AM::ShiftExtendType getShiftExtendType() const { in getShiftExtendType() function in __anon26fd99540211::AArch64Operand
978 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isShifter()
987 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend()
1000 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtend64()
1006 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isExtendLSL64()
1015 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemXExtend()
1024 AArch64_AM::ShiftExtendType ET = getShiftExtendType(); in isMemWExtend()
1036 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isArithmeticShifter()
1047 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isLogicalShifter()
1058 AArch64_AM::ShiftExtendType ST = getShiftExtendType(); in isMovImm32Shifter()
[all …]