Searched refs:VEAsmParser (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/ |
| H A D | VEAsmParser.cpp | 42 class VEAsmParser : public MCTargetAsmParser { class 91 VEAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in VEAsmParser() function in __anon944a62760111::VEAsmParser 763 bool VEAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction() 799 bool VEAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister() 808 int VEAsmParser::parseRegisterName(MCRegister (*matchFn)(StringRef)) { in parseRegisterName() 830 ParseStatus VEAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister() 908 StringRef VEAsmParser::splitMnemonic(StringRef Name, SMLoc NameLoc, in splitMnemonic() 968 bool VEAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction() 1003 ParseStatus VEAsmParser::parseDirective(AsmToken DirectiveID) { in parseDirective() 1030 bool VEAsmParser::parseLiteralValues(unsigned Size, SMLoc L) { in parseLiteralValues() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VE.td | 35 def VEAsmParser : AsmParser { 64 let AssemblyParsers = [VEAsmParser];
|