Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Operands

316   const std::map<unsigned, std::vector<OperandInfo> > &Operands;
340 Operands(FC.Operands), Filters(FC.Filters),
350 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops), Filters(),
363 : AllInstructions(Insts), Opcodes(IDs), Operands(Ops),
569 Owner->Operands,
602 Owner->Operands,
1092 Operands.find(Opc);
1697 std::map<unsigned, std::vector<OperandInfo> > &Operands){
1720 Operands[Opc] = InsnOperands;
1739 // Search for tied operands, so that we can correctly instantiate
1740 // operands that are not explicitly represented in the encoding.
1742 for (unsigned i = 0; i < CGI.Operands.size(); ++i) {
1743 int tiedTo = CGI.Operands[i].getTiedRegister();
1759 // decoder methods, and operands with (simple) MIOperandInfo's.
1832 Operands[Opc] = InsnOperands;
1843 for (unsigned i = 0, e = CGI.Operands.size(); i != e; ++i) {
1844 const CGIOperandList::OperandInfo &Info = CGI.Operands[i];
2014 std::map<unsigned, std::vector<OperandInfo> > Operands;
2029 if (populateInstruction(*Inst, i, Operands)) {
2041 FilterChooser FC(*NumberedInstructions, I->second, Operands,