Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h82 static bool parseIRValue(StringRef Src, MachineFunction &MF,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp507 bool parseIRValue(const Value *&V);
3103 static bool parseIRValue(const MIToken &Token, PerFunctionMIParsingState &PFS, in parseIRValue() function
3143 bool MIParser::parseIRValue(const Value *&V) { in parseIRValue() function in MIParser
3144 return ::parseIRValue( in parseIRValue()
3299 if (parseIRValue(V)) in parseMachinePointerInfo()
3650 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue() function in MIRFormatter
3659 return ::parseIRValue(Token, PFS, V, ErrorCallback); in parseIRValue()