reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-exegesis/lib/X86/Target.cpp
  309   if (auto E = IsInvalidOpcode(Instr))
  313   const auto Opcode = Instr.Description->getOpcode();
  317         Instr.Operands[0].getRegisterAliasing().sourceBits();
  320         Instr, ForbiddenRegisters, State, Opts,
  334   switch (getX86FPFlags(Instr)) {
  336     return UopsSnippetGenerator::generateCodeTemplates(Instr,
  349     return generateSelfAliasingCodeTemplates(Instr);
  355         Instr, "instruction does not grow/shrink the FP stack");