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

Declarations

lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  517 bool isCompute(CallingConv::ID CC);

References

lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
 1127   if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) {
 1178   if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) {
lib/Target/AMDGPU/R600AsmPrinter.cpp
   97   if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) {
lib/Target/AMDGPU/R600InstrInfo.cpp
  205   return !AMDGPU::isCompute(MF->getFunction().getCallingConv()) &&
  215   return (AMDGPU::isCompute(MF->getFunction().getCallingConv()) &&
lib/Target/AMDGPU/SIFrameLowering.cpp
  617       if (AMDGPU::isCompute(MF.getFunction().getCallingConv())) {
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
  673     Mode.IEEE = AMDGPU::isCompute(CC);