Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td17 let FunctionMapper = "AArch64_AM::getArithExtendType" in {
H A DAArch64InstrInfo.cpp898 switch (AArch64_AM::getArithExtendType(Imm)) { in isFalkorShiftExtFast()
932 switch (AArch64_AM::getArithExtendType(Imm)) { in isFalkorShiftExtFast()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AddressingModes.h139 static inline AArch64_AM::ShiftExtendType getArithExtendType(unsigned Imm) { in getArithExtendType() function
H A DAArch64InstPrinter.cpp1080 AArch64_AM::ShiftExtendType ExtType = AArch64_AM::getArithExtendType(Val); in printArithExtend()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp549 AArch64_AM::getArithExtendType(OperandExtension); in analyzeIndirectBranchFragment()