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

References

tools/llvm-exegesis/lib/X86/Target.cpp
  503   assert(Constant_.getBitWidth() <= Bytes * 8 &&
  505   const APInt WideConstant = Constant_.getBitWidth() < Bytes * 8
  506                                  ? Constant_.sext(Bytes * 8)
  508   add(allocateStackSpace(Bytes));
  510   for (; Bytes - ByteOffset >= 4; ByteOffset += 4)
  514   if (Bytes - ByteOffset >= 2) {
  520   if (Bytes - ByteOffset >= 1)