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.h83 LLVM_ABI static bool parseIRValue(StringRef Src, MachineFunction &MF,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp515 bool parseIRValue(const Value *&V);
3112 static bool parseIRValue(const MIToken &Token, PerFunctionMIParsingState &PFS, in parseIRValue() function
3152 bool MIParser::parseIRValue(const Value *&V) { in parseIRValue() function in MIParser
3153 return ::parseIRValue( in parseIRValue()
3308 if (parseIRValue(V)) in parseMachinePointerInfo()
3658 bool MIRFormatter::parseIRValue(StringRef Src, MachineFunction &MF, in parseIRValue() function in MIRFormatter
3667 return ::parseIRValue(Token, PFS, V, ErrorCallback); in parseIRValue()