Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h80 static bool parseIRValue(StringRef Src, MachineFunction &MF,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp505 bool parseIRValue(const Value *&V);
2935 static bool parseIRValue(const MIToken &Token, PerFunctionMIParsingState &PFS, in parseIRValue() function
2975 bool MIParser::parseIRValue(const Value *&V) { in parseIRValue() function in MIParser
2976 return ::parseIRValue( in parseIRValue()
3131 if (parseIRValue(V)) in parseMachinePointerInfo()
3454 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue() function in MIRFormatter
3463 return ::parseIRValue(Token, PFS, V, ErrorCallback); in parseIRValue()