OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WorkGroupSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp
654
unsigned
WorkGroupSize
= AMDGPU::getMaximumWorkGroupSize(ContainingFunction);
669
uint32_t AllocSize =
WorkGroupSize
* DL.getTypeAllocSize(AllocaTy);
691
Type *GVTy = ArrayType::get(I.getAllocatedType(),
WorkGroupSize
);
SIInstrInfo.cpp
734
unsigned
WorkGroupSize
= MFI->getMaximumWorkGroupSize(*MF);
748
WorkGroupSize
> WavefrontSize) {
812
unsigned LDSOffset = MFI->LDSSize + (FrameOffset *
WorkGroupSize
);
[
all
...]
Completed in 68 milliseconds