Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp31 class BPFAsmParser : public MCTargetAsmParser { class
71 BPFAsmParser(const MCSubtargetInfo &STI, MCAsmParser &Parser, in BPFAsmParser() function in __anonedec09900111::BPFAsmParser
285 bool BPFAsmParser::PreMatchCheck(OperandVector &Operands) { in PreMatchCheck()
307 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
353 bool BPFAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
360 ParseStatus BPFAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
376 ParseStatus BPFAsmParser::parseOperandAsOperator(OperandVector &Operands) { in parseOperandAsOperator()
441 ParseStatus BPFAsmParser::parseRegister(OperandVector &Operands) { in parseRegister()
461 ParseStatus BPFAsmParser::parseImmediate(OperandVector &Operands) { in parseImmediate()
488 bool BPFAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.td42 def BPFAsmParser : AsmParser {
56 let AssemblyParsers = [BPFAsmParser];
/freebsd/lib/clang/libllvm/
H A DMakefile1390 SRCS_MIN+= Target/BPF/AsmParser/BPFAsmParser.cpp