Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Code

10 // This tablegen backend emits code for use by the "fast" instruction
16 // code to look up these instructions by type and operator.
32 /// instruction needed to emit code for it.
105 if (unsigned Code = getImmCode())
106 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName();
147 unsigned Code = Operands[i].getImmCode();
148 if (Code == 0) continue;
153 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1);
204 // example, X86 doesn't need to generate code to match ADD16ri8 since
579 // Now emit code for all the patterns that we collected.
614 // Emit code for each possible instruction. There may be
705 // Emit code for each possible instruction. There may be