Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp357 bool HasExplicitAmount; member
727 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
729 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1984 unsigned HasExplicitAmount = false) { in CreateReg() argument
1992 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
2003 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
2008 HasExplicitAmount); in CreateVectorReg()
2220 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2224 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()