Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp219 OperandMatchResultTy tryParseVectorList(OperandVector &Operands,
3159 AArch64AsmParser::tryParseVectorList(OperandVector &Operands, in tryParseVectorList() function in AArch64AsmParser
3280 auto ParseRes = tryParseVectorList<RegKind::NeonVector>(Operands, true); in parseNeonVectorList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td958 let ParserMethod = "tryParseVectorList<RegKind::SVEDataVector>";
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc35257 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35259 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35261 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35263 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35265 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35267 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35269 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35271 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35273 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
35275 return tryParseVectorList<RegKind::SVEDataVector>(Operands);
[all …]