Home
last modified time | relevance | path

Searched refs:parseIRValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h78 static bool parseIRValue(StringRef Src, MachineFunction &MF,
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp502 bool parseIRValue(const Value *&V);
2955 static bool parseIRValue(const MIToken &Token, PerFunctionMIParsingState &PFS, in parseIRValue() function
2995 bool MIParser::parseIRValue(const Value *&V) { in parseIRValue() function in MIParser
2996 return ::parseIRValue( in parseIRValue()
3151 if (parseIRValue(V)) in parseMachinePointerInfo()
3484 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue() function in MIRFormatter
3493 return ::parseIRValue(Token, PFS, V, ErrorCallback); in parseIRValue()