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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUSubtarget.cpp 226 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second;
234 unsigned WorkGroupSize = getFlatWorkGroupSizes(F).second;
269 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes(
305 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F);
350 unsigned MaxSize = getFlatWorkGroupSizes(*Kernel).second;
SIMachineFunctionInfo.cpp 52 FlatWorkGroupSizes = ST.getFlatWorkGroupSizes(F);
SIMachineFunctionInfo.h 538 std::pair<unsigned, unsigned> getFlatWorkGroupSizes() const {
AMDGPUSubtarget.h 97 std::pair<unsigned, unsigned> getFlatWorkGroupSizes(const Function &F) const;
AMDGPUPromoteAlloca.cpp 734 unsigned WorkGroupSize = ST.getFlatWorkGroupSizes(ContainingFunction).second;
SIISelLowering.cpp     [all...]

Completed in 204 milliseconds