Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp375 bool HasExplicitAmount; member
770 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
772 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2238 unsigned HasExplicitAmount = false) { in CreateReg() argument
2246 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
2257 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
2263 HasExplicitAmount); in CreateVectorReg()
2487 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2491 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()