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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp382 struct ParsedMachineOperand { struct in namespace:__anon3498
388 ParsedMachineOperand(const MachineOperand &Operand, StringRef::iterator Begin, function in struct:__anon3498::ParsedMachineOperand
541 ArrayRef<ParsedMachineOperand> Operands);
543 bool verifyImplicitOperands(ArrayRef<ParsedMachineOperand> Operands,
963 SmallVector<ParsedMachineOperand, 8> Operands;
970 ParsedMachineOperand(MO, Loc, Token.location(), TiedDefIdx));
995 ParsedMachineOperand(MO, Loc, Token.location(), TiedDefIdx));
1171 ArrayRef<ParsedMachineOperand> Operands) {
1179 bool MIParser::verifyImplicitOperands(ArrayRef<ParsedMachineOperand> Operands,
1440 ArrayRef<ParsedMachineOperand> Operand
[all...]

Completed in 54 milliseconds