Searched refs:parseAnyRegister (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp413 OperandMatchResultTy parseAnyRegister(OperandVector &Operands);
514 return parseAnyRegister(Operands);
840 SystemZAsmParser::parseAnyRegister(OperandVector &Operands) { function in class:SystemZAsmParser
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp205 OperandMatchResultTy parseAnyRegister(OperandVector &Operands);
6361 if (parseAnyRegister(Operands) != MatchOperand_NoMatch)
6404 OperandMatchResultTy ResTy = parseAnyRegister(Operands);
6536 Res = parseAnyRegister(Operands);
6712 MipsAsmParser::parseAnyRegister(OperandVector &Operands) { function in class:MipsAsmParser
6714 LLVM_DEBUG(dbgs() << "parseAnyRegister\n");
6747 OperandMatchResultTy ResTy = parseAnyRegister(Operands);
6801 while (parseAnyRegister(TmpOperands) == MatchOperand_Success) {
7638 OperandMatchResultTy ResTy = parseAnyRegister(Reg);
7671 OperandMatchResultTy ResTy = parseAnyRegister(Re
[all...]

Completed in 80 milliseconds