Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp884 unsigned VG = getDwarfRegNum(AArch64::VG, true); getOffsetOpcodes() local
H A DAArch64FrameLowering.cpp2836 enum RegType { GPR, FPR64, FPR128, PPR, ZPR, VG } Type; global() enumerator
[all...]
H A DAArch64InstrInfo.cpp5201 appendVGScaledOffsetExpr(SmallVectorImpl<char> & Expr,int NumBytes,int NumVGScaledBytes,unsigned VG,llvm::raw_string_ostream & Comment) appendVGScaledOffsetExpr() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4753 StringRef VG = StringSwitch<StringRef>(Tok.getString().lower()) parseOptionalVGOperand() local