Lines Matching refs:PerFunctionMIParsingState
84 PerFunctionMIParsingState::PerFunctionMIParsingState(MachineFunction &MF, in PerFunctionMIParsingState() function in PerFunctionMIParsingState
92 VRegInfo &PerFunctionMIParsingState::getVRegInfo(unsigned Num) { in getVRegInfo()
103 VRegInfo &PerFunctionMIParsingState::getVRegInfoNamed(StringRef RegName) { in getVRegInfoNamed()
139 PerFunctionMIParsingState &PFS;
162 MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error,
364 MIParser::MIParser(PerFunctionMIParsingState &PFS, SMDiagnostic &Error, in MIParser()
2961 bool llvm::parseMachineBasicBlockDefinitions(PerFunctionMIParsingState &PFS, in parseMachineBasicBlockDefinitions()
2967 bool llvm::parseMachineInstructions(PerFunctionMIParsingState &PFS, in parseMachineInstructions()
2972 bool llvm::parseMBBReference(PerFunctionMIParsingState &PFS, in parseMBBReference()
2978 bool llvm::parseRegisterReference(PerFunctionMIParsingState &PFS, in parseRegisterReference()
2984 bool llvm::parseNamedRegisterReference(PerFunctionMIParsingState &PFS, in parseNamedRegisterReference()
2990 bool llvm::parseVirtualRegisterReference(PerFunctionMIParsingState &PFS, in parseVirtualRegisterReference()
2996 bool llvm::parseStackObjectReference(PerFunctionMIParsingState &PFS, in parseStackObjectReference()
3002 bool llvm::parseMDNode(PerFunctionMIParsingState &PFS, in parseMDNode()