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

References

lib/CodeGen/MIRPrinter.cpp
  333   YamlMFI.HasPatchPoint = MFI.hasPatchPoint();
lib/CodeGen/StackMapLivenessAnalysis.cpp
  114   if (!MF.getFrameInfo().hasPatchPoint()) {
lib/Target/AArch64/AArch64FrameLowering.cpp
  245       MFI.hasStackMap() || MFI.hasPatchPoint() ||
lib/Target/AMDGPU/SIFrameLowering.cpp
 1149     MFI.hasStackMap() || MFI.hasPatchPoint() ||
lib/Target/PowerPC/PPCFrameLowering.cpp
  553     MFI.hasVarSizedObjects() || MFI.hasStackMap() || MFI.hasPatchPoint() ||
lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
   67          MFI.hasStackMap() || MFI.hasPatchPoint();
lib/Target/X86/X86FrameLowering.cpp
   91           MFI.hasStackMap() || MFI.hasPatchPoint() ||