Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp40 class VEAsmParser : public MCTargetAsmParser { class
87 VEAsmParser(const MCSubtargetInfo &sti, MCAsmParser &parser, in VEAsmParser() function in __anon944a62760111::VEAsmParser
773 bool VEAsmParser::matchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in matchAndEmitInstruction()
809 bool VEAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
818 int VEAsmParser::parseRegisterName(MCRegister (*matchFn)(StringRef)) { in parseRegisterName()
840 ParseStatus VEAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
918 StringRef VEAsmParser::splitMnemonic(StringRef Name, SMLoc NameLoc, in splitMnemonic()
978 bool VEAsmParser::parseInstruction(ParseInstructionInfo &Info, StringRef Name, in parseInstruction()
1013 ParseStatus VEAsmParser::parseDirective(AsmToken DirectiveID) { in parseDirective()
1040 bool VEAsmParser::parseLiteralValues(unsigned Size, SMLoc L) { in parseLiteralValues()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVE.td35 def VEAsmParser : AsmParser {
64 let AssemblyParsers = [VEAsmParser];