Home
last modified time | relevance | path

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

/freebsd-14.2/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 __anonb18517060111::BPFAsmParser
282 bool BPFAsmParser::PreMatchCheck(OperandVector &Operands) { in PreMatchCheck()
304 bool BPFAsmParser::MatchAndEmitInstruction(SMLoc IDLoc, unsigned &Opcode, in MatchAndEmitInstruction()
350 bool BPFAsmParser::parseRegister(MCRegister &Reg, SMLoc &StartLoc, in parseRegister()
373 ParseStatus BPFAsmParser::parseOperandAsOperator(OperandVector &Operands) { in parseOperandAsOperator()
438 ParseStatus BPFAsmParser::parseRegister(OperandVector &Operands) { in parseRegister()
458 ParseStatus BPFAsmParser::parseImmediate(OperandVector &Operands) { in parseImmediate()
533 RegisterMCAsmParser<BPFAsmParser> X(getTheBPFTarget()); in LLVMInitializeBPFAsmParser()
534 RegisterMCAsmParser<BPFAsmParser> Y(getTheBPFleTarget()); in LLVMInitializeBPFAsmParser()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPF.td42 def BPFAsmParser : AsmParser {
56 let AssemblyParsers = [BPFAsmParser];
/freebsd-14.2/lib/clang/libllvm/
H A DMakefile1381 SRCS_MIN+= Target/BPF/AsmParser/BPFAsmParser.cpp