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

Declarations

lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
   65 bool hasCodeObjectV3(const MCSubtargetInfo *STI);

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
  104     if (IsaInfo::hasCodeObjectV3(getGlobalSTI()))
  125   if (IsaInfo::hasCodeObjectV3(getGlobalSTI())) {
  143   if (IsaInfo::hasCodeObjectV3(getGlobalSTI()))
  161   if (!IsaInfo::hasCodeObjectV3(getGlobalSTI())) {
  216   if (!IsaInfo::hasCodeObjectV3(getGlobalSTI()) ||
  252   if (IsaInfo::hasCodeObjectV3(getGlobalSTI()) &&
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
 1123       if (ISA.Major >= 6 && AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) {
 1140       if (ISA.Major >= 6 && AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) {
 2328   if (AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) {
 4093   if (!AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI()))
 4127       AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())
 4144   if (IsaInfo::hasCodeObjectV3(&getSTI())) {
 4301   if (AMDGPU::IsaInfo::hasCodeObjectV3(&getSTI())) {
lib/Target/AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp
  240                                  IsaInfo::hasCodeObjectV3(&STI) ? 1 : 0);