Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp513 bool parseMachineMemoryOperand(MachineMemOperand *&Dest);
1158 if (parseMachineMemoryOperand(MemOp)) in parse()
3329 bool MIParser::parseMachineMemoryOperand(MachineMemOperand *&Dest) { in parseMachineMemoryOperand() function in MIParser