Searched refs:WGSize (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/openmp/libomptarget/plugins/amdgpu/src/ |
D | rtl.cpp | 1307 uint32_t WGSize; in __tgt_rtl_load_binary_locked() local 1309 WGSizeName, &WGSizePtr, &WGSize); in __tgt_rtl_load_binary_locked() 1312 if ((size_t)WGSize != sizeof(int16_t)) { in __tgt_rtl_load_binary_locked() 1316 WGSizeName, WGSize, sizeof(int16_t)); in __tgt_rtl_load_binary_locked() 1320 memcpy(&WGSizeVal, WGSizePtr, (size_t)WGSize); in __tgt_rtl_load_binary_locked()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2563 uint32_t WGSize[3]; in handleWorkGroupSize() local 2566 if (!checkUInt32Argument(S, Attr, E, WGSize[i], i)) in handleWorkGroupSize() 2568 if (WGSize[i] == 0) { in handleWorkGroupSize() 2576 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize() 2577 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize() 2578 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize() 2582 WGSize[0], WGSize[1], WGSize[2], in handleWorkGroupSize()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2888 uint32_t WGSize[3]; in handleWorkGroupSize() local 2891 if (!checkUInt32Argument(S, AL, E, WGSize[i], i, in handleWorkGroupSize() 2894 if (WGSize[i] == 0) { in handleWorkGroupSize() 2902 if (Existing && !(Existing->getXDim() == WGSize[0] && in handleWorkGroupSize() 2903 Existing->getYDim() == WGSize[1] && in handleWorkGroupSize() 2904 Existing->getZDim() == WGSize[2])) in handleWorkGroupSize() 2908 WorkGroupAttr(S.Context, AL, WGSize[0], WGSize[1], WGSize[2])); in handleWorkGroupSize()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 1431 unsigned WGSize = STI.getFlatWorkGroupSizes(MF->getFunction()).second; in selectSBarrier() local 1432 if (WGSize <= STI.getWavefrontSize()) { in selectSBarrier()
|
D | SIISelLowering.cpp | 7553 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID() local 7554 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 6845 unsigned WGSize = ST.getFlatWorkGroupSizes(MF.getFunction()).second; in LowerINTRINSIC_VOID() local 6846 if (WGSize <= ST.getWavefrontSize()) in LowerINTRINSIC_VOID()
|