Lines Matching refs:BPFAsmParser
31 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()
357 ParseStatus BPFAsmParser::tryParseRegister(MCRegister &Reg, SMLoc &StartLoc, in tryParseRegister()
373 ParseStatus BPFAsmParser::parseOperandAsOperator(OperandVector &Operands) { in parseOperandAsOperator()
438 ParseStatus BPFAsmParser::parseRegister(OperandVector &Operands) { in parseRegister()
458 ParseStatus BPFAsmParser::parseImmediate(OperandVector &Operands) { in parseImmediate()
485 bool BPFAsmParser::ParseInstruction(ParseInstructionInfo &Info, StringRef Name, in ParseInstruction()
533 RegisterMCAsmParser<BPFAsmParser> X(getTheBPFTarget()); in LLVMInitializeBPFAsmParser()
534 RegisterMCAsmParser<BPFAsmParser> Y(getTheBPFleTarget()); in LLVMInitializeBPFAsmParser()
535 RegisterMCAsmParser<BPFAsmParser> Z(getTheBPFbeTarget()); in LLVMInitializeBPFAsmParser()