Searched refs:VEAsmParser (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp1 //===-- VEAsmParser.cpp - Parse VE assembly to MCInst instructions --------===//
41 class VEAsmParser : public MCTargetAsmParser { class in namespace:__anon4343
88 VEAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, function in class:__anon4343::VEAsmParser
733 bool VEAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode,
769 bool VEAsmParser::ParseRegister(unsigned &RegNo, SMLoc &StartLoc,
778 int VEAsmParser::parseRegisterName(unsigned (*matchFn)(StringRef)) {
801 VEAsmParser::tryParseRegister(unsigned &RegNo, SMLoc &StartLoc, SMLoc &EndLoc) {
878 StringRef VEAsmParser::splitMnemonic(StringRef Name, SMLoc NameLoc,
916 bool VEAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name,
951 bool VEAsmParser
[all...]

Completed in 171 milliseconds