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.cpp387 bool HasExplicitAmount; member
800 return ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
802 return Reg.ShiftExtend.HasExplicitAmount; in hasShiftExtendAmount()
2315 unsigned HasExplicitAmount = false) { in CreateReg() argument
2323 Op->Reg.ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateReg()
2334 unsigned HasExplicitAmount = false) { in CreateVectorReg() argument
2340 HasExplicitAmount); in CreateVectorReg()
2574 bool HasExplicitAmount, SMLoc S, SMLoc E, MCContext &Ctx) { in CreateShiftExtend() argument
2578 Op->ShiftExtend.HasExplicitAmount = HasExplicitAmount; in CreateShiftExtend()