Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3496 const auto &KindRes = in tryParseMatrixRegister() local
3498 if (!KindRes) { in tryParseMatrixRegister()
3503 ElementWidth = KindRes->second; in tryParseMatrixRegister()
3535 const auto &KindRes = parseVectorKind(Tail, RegKind::Matrix); in tryParseMatrixRegister() local
3536 if (!KindRes) { in tryParseMatrixRegister()
3540 unsigned ElementWidth = KindRes->second; in tryParseMatrixRegister()
4092 const auto &KindRes = parseVectorKind(Kind, RegKind::NeonVector); in tryParseNeonVectorRegister() local
4093 if (!KindRes) in tryParseNeonVectorRegister()
4096 unsigned ElementWidth = KindRes->second; in tryParseNeonVectorRegister()
4181 const auto &KindRes = parseVectorKind(Kind, RK); in tryParseSVEPredicateVector() local
[all …]