Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td17 let FunctionMapper = "AArch64_AM::getArithExtendType" in {
H A DAArch64InstrInfo.cpp1055 switch (AArch64_AM::getArithExtendType(Imm)) { in isFalkorShiftExtFast()
1089 switch (AArch64_AM::getArithExtendType(Imm)) { in isFalkorShiftExtFast()
3334 AArch64_AM::ShiftExtendType Extend = AArch64_AM::getArithExtendType(Imm); in canFoldIntoAddrMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h138 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) { in getArithExtendType() function
H A DAArch64InstPrinter.cpp1289 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend()