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

  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 45 std::pair<Value *, Value *> getLocalSizeYZ(IRBuilder<> &Builder);
231 AMDGPUPromoteAlloca::getLocalSizeYZ(IRBuilder<> &Builder) {
704 std::tie(TCntY, TCntZ) = getLocalSizeYZ(Builder);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 88 std::pair<Value *, Value *> getLocalSizeYZ(IRBuilder<> &Builder);
176 AMDGPUPromoteAlloca::getLocalSizeYZ(IRBuilder<> &Builder) {
784 std::tie(TCntY, TCntZ) = getLocalSizeYZ(Builder);

Completed in 166 milliseconds