Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h82 static bool parseIRValue(StringRef Src, MachineFunction &MF,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp507 bool parseIRValue(const Value *&V);
3079 static bool parseIRValue(const MIToken &Token, PerFunctionMIParsingState &PFS, in parseIRValue() function
3119 bool MIParser::parseIRValue(const Value *&V) { in parseIRValue() function in MIParser
3120 return ::parseIRValue( in parseIRValue()
3275 if (parseIRValue(V)) in parseMachinePointerInfo()
3626 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue() function in MIRFormatter
3635 return ::parseIRValue(Token, PFS, V, ErrorCallback); in parseIRValue()