Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp344 bool HasExplicitAmount; member
661 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
663 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
1885 unsigned HasExplicitAmount = false) { in CreateReg() argument
1893 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
1904 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
1909 HasExplicitAmount); in CreateVectorReg()
2059 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2063 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()