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.
31 /// instruction needed to emit code for it.
109 if (unsigned Code = getImmCode())
110 OS << "_" << ImmPredicates.getPredicate(Code-1).getFnName();
151 unsigned Code = Operands[i].getImmCode();
152 if (Code == 0) continue;
157 TreePredicateFn PredFn = ImmPredicates.getPredicate(Code-1);
208 // example, X86 doesn't need to generate code to match ADD16ri8 since
583 // Now emit code for all the patterns that we collected.
618 // Emit code for each possible instruction. There may be
709 // Emit code for each possible instruction. There may be