Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp4390 SmallSet<unsigned, 8> DRegs; in tryParseMatrixTileList() local
4391 AArch64Operand::ComputeRegsForAlias(FirstReg, DRegs, ElementWidth); in tryParseMatrixTileList()
4414 AArch64Operand::ComputeRegsForAlias(Reg, DRegs, ElementWidth); in tryParseMatrixTileList()
4424 for (auto Reg : DRegs) in tryParseMatrixTileList()