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

References

lib/CodeGen/MachineVerifier.cpp
 1570     if (!MI->getOperand(StatepointOpers::IDPos).isImm() ||
 1571         !MI->getOperand(StatepointOpers::NBytesPos).isImm() ||
 1572         !MI->getOperand(StatepointOpers::NCallArgsPos).isImm())
 1583     VerifyStackMapConstant(VarStart + StatepointOpers::CCOffset);
 1584     VerifyStackMapConstant(VarStart + StatepointOpers::FlagsOffset);
 1585     VerifyStackMapConstant(VarStart + StatepointOpers::NumDeoptOperandsOffset);
lib/CodeGen/StackMaps.cpp
  396   StatepointOpers opers(&MI);
lib/Target/X86/X86MCInstLower.cpp
 1101   StatepointOpers SOpers(&MI);