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

Declarations

lib/Target/AMDGPU/R600InstrInfo.h
  101   bool usesVertexCache(const MachineInstr &MI) const;

References

lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp
  345           (!IsTex && !TII->usesVertexCache(*I)))
  533         if (TII->usesTextureCache(*I) || TII->usesVertexCache(*I)) {