Home
last modified time | relevance | path

Searched defs:NumGroups (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp141 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1); in nextGroup() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZHazardRecognizer.cpp141 int NumGroups = ((CurrGroupSize > 3) ? (CurrGroupSize / 3) : 1); in nextGroup() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.cpp347 unsigned NumGroups = getLocalMemorySize() / (Bytes ? Bytes : 1u); in getOccupancyWithLocalMemSize() local
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp887 unsigned NumGroups; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1177 unsigned NumGroups = 0; member
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp1135 unsigned NumGroups = 0; member
/external/llvm-project/llvm/utils/TableGen/
DGlobalISelEmitter.cpp5420 unsigned NumGroups = 0; in optimizeRules() local
/external/mesa3d/src/mesa/main/
Dmtypes.h2013 GLuint NumGroups; member