Lines Matching refs:MIParser

394 class MIParser {  class
405 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
407 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
568 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
573 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser() function in MIParser
578 void MIParser::lex(unsigned SkipChar) { in lex()
584 bool MIParser::error(const Twine &Msg) { return error(Token.location(), Msg); } in error()
586 bool MIParser::error(StringRef::iterator Loc, const Twine &Msg) { in error()
603 SMLoc MIParser::mapSMLoc(StringRef::iterator Loc) { in mapSMLoc()
630 bool MIParser::expectAndConsume(MIToken::TokenKind TokenKind) { in expectAndConsume()
637 bool MIParser::consumeIfPresent(MIToken::TokenKind TokenKind) { in consumeIfPresent()
645 bool MIParser::parseSectionID(Optional<MBBSectionID> &SID) { in parseSectionID()
666 bool MIParser::parseBasicBlockDefinition( in parseBasicBlockDefinition()
748 bool MIParser::parseBasicBlockDefinitions( in parseBasicBlockDefinitions()
792 bool MIParser::parseBasicBlockLiveins(MachineBasicBlock &MBB) { in parseBasicBlockLiveins()
825 bool MIParser::parseBasicBlockSuccessors(MachineBasicBlock &MBB) { in parseBasicBlockSuccessors()
856 bool MIParser::parseBasicBlock(MachineBasicBlock &MBB, in parseBasicBlock()
951 bool MIParser::parseBasicBlocks() { in parseBasicBlocks()
981 bool MIParser::parse(MachineInstr *&MI) { in parse()
1115 bool MIParser::parseStandaloneMBB(MachineBasicBlock *&MBB) { in parseStandaloneMBB()
1128 bool MIParser::parseStandaloneNamedRegister(Register &Reg) { in parseStandaloneNamedRegister()
1140 bool MIParser::parseStandaloneVirtualRegister(VRegInfo *&Info) { in parseStandaloneVirtualRegister()
1152 bool MIParser::parseStandaloneRegister(Register &Reg) { in parseStandaloneRegister()
1168 bool MIParser::parseStandaloneStackObject(int &FI) { in parseStandaloneStackObject()
1179 bool MIParser::parseStandaloneMDNode(MDNode *&Node) { in parseStandaloneMDNode()
1197 bool MIParser::parseMachineMetadata() { in parseMachineMetadata()
1237 bool MIParser::parseMDTuple(MDNode *&MD, bool IsDistinct) { in parseMDTuple()
1246 bool MIParser::parseMDNodeVector(SmallVectorImpl<Metadata *> &Elts) { in parseMDNodeVector()
1277 bool MIParser::parseMetadata(Metadata *&MD) { in parseMetadata()
1342 bool MIParser::verifyImplicitOperands(ArrayRef<ParsedMachineOperand> Operands, in verifyImplicitOperands()
1373 bool MIParser::parseInstruction(unsigned &OpCode, unsigned &Flags) { in parseInstruction()
1427 bool MIParser::parseNamedRegister(Register &Reg) { in parseNamedRegister()
1435 bool MIParser::parseNamedVirtualRegister(VRegInfo *&Info) { in parseNamedVirtualRegister()
1444 bool MIParser::parseVirtualRegister(VRegInfo *&Info) { in parseVirtualRegister()
1455 bool MIParser::parseRegister(Register &Reg, VRegInfo *&Info) { in parseRegister()
1474 bool MIParser::parseRegisterClassOrBank(VRegInfo &RegInfo) { in parseRegisterClassOrBank()
1532 bool MIParser::parseRegisterFlag(unsigned &Flags) { in parseRegisterFlag()
1576 bool MIParser::parseSubRegisterIndex(unsigned &SubReg) { in parseSubRegisterIndex()
1589 bool MIParser::parseRegisterTiedDefIndex(unsigned &TiedDefIdx) { in parseRegisterTiedDefIndex()
1602 bool MIParser::assignRegisterTies(MachineInstr &MI, in assignRegisterTies()
1639 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand()
1724 bool MIParser::parseImmediateOperand(MachineOperand &Dest) { in parseImmediateOperand()
1734 bool MIParser::parseTargetImmMnemonic(const unsigned OpCode, in parseTargetImmMnemonic()
1780 bool MIParser::parseIRConstant(StringRef::iterator Loc, StringRef StringValue, in parseIRConstant()
1789 bool MIParser::parseIRConstant(StringRef::iterator Loc, const Constant *&C) { in parseIRConstant()
1809 bool MIParser::parseLowLevelType(StringRef::iterator Loc, LLT &Ty) { in parseLowLevelType()
1883 bool MIParser::parseTypedImmediateOperand(MachineOperand &Dest) { in parseTypedImmediateOperand()
1908 bool MIParser::parseFPImmediateOperand(MachineOperand &Dest) { in parseFPImmediateOperand()
1960 bool MIParser::getUnsigned(unsigned &Result) { in getUnsigned()
1967 bool MIParser::parseMBBReference(MachineBasicBlock *&MBB) { in parseMBBReference()
1986 bool MIParser::parseMBBOperand(MachineOperand &Dest) { in parseMBBOperand()
1995 bool MIParser::parseStackFrameIndex(int &FI) { in parseStackFrameIndex()
2016 bool MIParser::parseStackObjectOperand(MachineOperand &Dest) { in parseStackObjectOperand()
2024 bool MIParser::parseFixedStackFrameIndex(int &FI) { in parseFixedStackFrameIndex()
2038 bool MIParser::parseFixedStackObjectOperand(MachineOperand &Dest) { in parseFixedStackObjectOperand()
2074 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue()
2082 bool MIParser::parseGlobalAddressOperand(MachineOperand &Dest) { in parseGlobalAddressOperand()
2093 bool MIParser::parseConstantPoolIndexOperand(MachineOperand &Dest) { in parseConstantPoolIndexOperand()
2108 bool MIParser::parseJumpTableIndexOperand(MachineOperand &Dest) { in parseJumpTableIndexOperand()
2121 bool MIParser::parseExternalSymbolOperand(MachineOperand &Dest) { in parseExternalSymbolOperand()
2131 bool MIParser::parseMCSymbolOperand(MachineOperand &Dest) { in parseMCSymbolOperand()
2141 bool MIParser::parseSubRegisterIndexOperand(MachineOperand &Dest) { in parseSubRegisterIndexOperand()
2152 bool MIParser::parseMDNode(MDNode *&Node) { in parseMDNode()
2173 bool MIParser::parseDIExpression(MDNode *&Expr) { in parseDIExpression()
2219 bool MIParser::parseDILocation(MDNode *&Loc) { in parseDILocation()
2322 bool MIParser::parseMetadataOperand(MachineOperand &Dest) { in parseMetadataOperand()
2335 bool MIParser::parseCFIOffset(int &Offset) { in parseCFIOffset()
2345 bool MIParser::parseCFIRegister(Register &Reg) { in parseCFIRegister()
2361 bool MIParser::parseCFIAddressSpace(unsigned &AddressSpace) { in parseCFIAddressSpace()
2371 bool MIParser::parseCFIEscapeValues(std::string &Values) { in parseCFIEscapeValues()
2386 bool MIParser::parseCFIOperand(MachineOperand &Dest) { in parseCFIOperand()
2493 bool MIParser::parseIRBlock(BasicBlock *&BB, const Function &F) { in parseIRBlock()
2518 bool MIParser::parseBlockAddressOperand(MachineOperand &Dest) { in parseBlockAddressOperand()
2549 bool MIParser::parseIntrinsicOperand(MachineOperand &Dest) { in parseIntrinsicOperand()
2578 bool MIParser::parsePredicateOperand(MachineOperand &Dest) { in parsePredicateOperand()
2636 bool MIParser::parseShuffleMaskOperand(MachineOperand &Dest) { in parseShuffleMaskOperand()
2664 bool MIParser::parseTargetIndexOperand(MachineOperand &Dest) { in parseTargetIndexOperand()
2683 bool MIParser::parseCustomRegisterMaskOperand(MachineOperand &Dest) { in parseCustomRegisterMaskOperand()
2710 bool MIParser::parseLiveoutRegisterMaskOperand(MachineOperand &Dest) { in parseLiveoutRegisterMaskOperand()
2735 bool MIParser::parseMachineOperand(const unsigned OpCode, const unsigned OpIdx, in parseMachineOperand()
2840 bool MIParser::parseMachineOperandAndTargetFlags( in parseMachineOperandAndTargetFlags()
2884 bool MIParser::parseOffset(int64_t &Offset) { in parseOffset()
2901 bool MIParser::parseAlignment(unsigned &Alignment) { in parseAlignment()
2916 bool MIParser::parseAddrspace(unsigned &Addrspace) { in parseAddrspace()
2927 bool MIParser::parseOperandsOffset(MachineOperand &Op) { in parseOperandsOffset()
2975 bool MIParser::parseIRValue(const Value *&V) { in parseIRValue()
2982 bool MIParser::getUint64(uint64_t &Result) { in getUint64()
3001 bool MIParser::getHexUint(APInt &Result) { in getHexUint()
3005 bool MIParser::parseMemoryOperandFlag(MachineMemOperand::Flags &Flags) { in parseMemoryOperandFlag()
3039 bool MIParser::parseMemoryPseudoSourceValue(const PseudoSourceValue *&PSV) { in parseMemoryPseudoSourceValue()
3110 bool MIParser::parseMachinePointerInfo(MachinePointerInfo &Dest) { in parseMachinePointerInfo()
3143 bool MIParser::parseOptionalScope(LLVMContext &Context, in parseOptionalScope()
3163 bool MIParser::parseOptionalAtomicOrdering(AtomicOrdering &Order) { in parseOptionalAtomicOrdering()
3185 bool MIParser::parseMachineMemoryOperand(MachineMemOperand *&Dest) { in parseMachineMemoryOperand()
3317 bool MIParser::parsePreOrPostInstrSymbol(MCSymbol *&Symbol) { in parsePreOrPostInstrSymbol()
3335 bool MIParser::parseHeapAllocMarker(MDNode *&Node) { in parseHeapAllocMarker()
3372 const BasicBlock *MIParser::getIRBlock(unsigned Slot) { in getIRBlock()
3378 const BasicBlock *MIParser::getIRBlock(unsigned Slot, const Function &F) { in getIRBlock()
3386 MCSymbol *MIParser::getOrCreateMCSymbol(StringRef Name) { in getOrCreateMCSymbol()
3395 bool MIParser::parseStringConstant(std::string &Result) { in parseStringConstant()
3406 return MIParser(PFS, Error, Src).parseBasicBlockDefinitions(PFS.MBBSlots); in parseMachineBasicBlockDefinitions()
3411 return MIParser(PFS, Error, Src).parseBasicBlocks(); in parseMachineInstructions()
3417 return MIParser(PFS, Error, Src).parseStandaloneMBB(MBB); in parseMBBReference()
3423 return MIParser(PFS, Error, Src).parseStandaloneRegister(Reg); in parseRegisterReference()
3429 return MIParser(PFS, Error, Src).parseStandaloneNamedRegister(Reg); in parseNamedRegisterReference()
3435 return MIParser(PFS, Error, Src).parseStandaloneVirtualRegister(Info); in parseVirtualRegisterReference()
3441 return MIParser(PFS, Error, Src).parseStandaloneStackObject(FI); in parseStackObjectReference()
3446 return MIParser(PFS, Error, Src).parseStandaloneMDNode(Node); in parseMDNode()
3451 return MIParser(PFS, Error, Src, SrcRange).parseMachineMetadata(); in parseMachineMetadata()