Searched refs:reqntidy (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/NVPTX/ |
D | annotations.ll | 40 !4 = !{void (float*)* @kernel_func_reqntid, !"reqntidx", i32 11, !"reqntidy", i32 22, !"reqntidz", …
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | annotations.ll | 43 !4 = !{void (float*)* @kernel_func_reqntid, !"reqntidx", i32 11, !"reqntidy", i32 22, !"reqntidz", …
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 527 unsigned reqntidx, reqntidy, reqntidz; in emitKernelFunctionDirectives() local 533 if (!getReqNTIDy(F, reqntidy)) in emitKernelFunctionDirectives() 534 reqntidy = 1; in emitKernelFunctionDirectives() 543 O << ".reqntid " << reqntidx << ", " << reqntidy << ", " << reqntidz in emitKernelFunctionDirectives()
|
/external/llvm-project/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 527 unsigned reqntidx, reqntidy, reqntidz; in emitKernelFunctionDirectives() local 533 if (!getReqNTIDy(F, reqntidy)) in emitKernelFunctionDirectives() 534 reqntidy = 1; in emitKernelFunctionDirectives() 543 O << ".reqntid " << reqntidx << ", " << reqntidy << ", " << reqntidz in emitKernelFunctionDirectives()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 516 unsigned reqntidx, reqntidy, reqntidz; in emitKernelFunctionDirectives() local 522 if (!llvm::getReqNTIDy(F, reqntidy)) in emitKernelFunctionDirectives() 523 reqntidy = 1; in emitKernelFunctionDirectives() 532 O << ".reqntid " << reqntidx << ", " << reqntidy << ", " << reqntidz in emitKernelFunctionDirectives()
|