Home | History | Annotate | Download | only in TableGen

Lines Matching full:opc

330   void SingletonExists(unsigned Opc) const;
348 unsigned Opc) const;
351 unsigned Opc) const;
356 unsigned Opc) const;
672 void FilterChooser::SingletonExists(unsigned Opc) const {
674 insnWithID(Insn0, Opc);
676 errs() << "Singleton exists: " << nameWithID(Opc)
679 if (Opcodes[i] == Opc) continue;
794 unsigned Opc) const {
796 AllInstructions[Opc]->TheDef->getValueAsListInit("Predicates");
823 unsigned Opc) const {
825 AllInstructions[Opc]->TheDef->getValueAsBitsInit("SoftFail");
827 BitsInit *InstBits = AllInstructions[Opc]->TheDef->getValueAsBitsInit("Inst");
848 StringRef Name = AllInstructions[Opc]->TheDef->getName();
885 unsigned Opc) const {
890 insnWithID(Insn, Opc);
901 if (!emitPredicateMatch(o, Indentation, Opc))
904 emitSoftFailCheck(o, Indentation+2, Opc);
905 o.indent(Indentation) << " MI.setOpcode(" << Opc << ");\n";
907 Operands.find(Opc);
923 << nameWithID(Opc) << '\n';
942 if (emitPredicateMatch(o, Indentation, Opc)) {
957 emitSoftFailCheck(o, Indentation+2, Opc);
958 o.indent(Indentation) << " MI.setOpcode(" << Opc << ");\n";
960 Operands.find(Opc);
975 << nameWithID(Opc) << '\n';
985 unsigned Opc = Best.getSingletonOpc();
987 emitSingletonDecoder(o, Indentation, Opc);
1324 static bool populateInstruction(const CodeGenInstruction &CGI, unsigned Opc,
1348 Operands[Opc] = InsnOperands;
1460 Operands[Opc] = InsnOperands;