Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp379 bool HasExplicitAmount; member
774 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
776 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2267 unsigned HasExplicitAmount = false) { in CreateReg() argument
2275 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
2286 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
2292 HasExplicitAmount); in CreateVectorReg()
2516 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2520 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()