Home
last modified time | relevance | path

Searched defs:VG (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp850 unsigned VG = getDwarfRegNum(AArch64::VG, true); getOffsetOpcodes() local
H A DAArch64InstrInfo.cpp5162 appendVGScaledOffsetExpr(SmallVectorImpl<char> & Expr,int NumBytes,int NumVGScaledBytes,unsigned VG,llvm::raw_string_ostream & Comment) appendVGScaledOffsetExpr() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4716 StringRef VG = StringSwitch<StringRef>(Tok.getString().lower()) parseOptionalVGOperand() local