HomeSort by relevance Sort by last modified time
    Searched refs:getMaximumWorkGroupSize (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 50 unsigned getMaximumWorkGroupSize(const Function &F);
AMDGPUBaseInfo.cpp 127 unsigned getMaximumWorkGroupSize(const Function &F) {
  /external/llvm/lib/Target/AMDGPU/
SIMachineFunctionInfo.cpp 140 MaximumWorkGroupSize = AMDGPU::getMaximumWorkGroupSize(*F);
226 unsigned SIMachineFunctionInfo::getMaximumWorkGroupSize(
SIMachineFunctionInfo.h 416 unsigned getMaximumWorkGroupSize(const MachineFunction &MF) const;
AMDGPUAsmPrinter.cpp 523 MFI->getMaximumWorkGroupSize(MF);
AMDGPUPromoteAlloca.cpp 654 unsigned WorkGroupSize = AMDGPU::getMaximumWorkGroupSize(ContainingFunction);
SIRegisterInfo.cpp 33 return alignTo(MFI.getMaximumWorkGroupSize(MF), MaxInvocationsPerWave) /
    [all...]
SIInstrInfo.cpp 734 unsigned WorkGroupSize = MFI->getMaximumWorkGroupSize(*MF);
    [all...]

Completed in 8170 milliseconds