Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp354 bool HasExplicitAmount; member
724 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
726 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1986 unsigned HasExplicitAmount = false) { in CreateReg() argument
1994 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
2005 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
2010 HasExplicitAmount); in CreateVectorReg()
2222 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2226 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()