reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 3756     if (NumArgs == 4) {
 3783     assert(NumArgs >= 5 && "Invalid enqueue_kernel signature");
 3789       llvm::APInt ArraySize(32, NumArgs - First);
 3801       for (unsigned I = First; I < NumArgs; ++I) {
 3830           Kernel, Block, ConstantInt::get(IntTy, NumArgs - 4),
 3846     if (NumArgs >= 7) {
 3892       if (NumArgs == 7) {
 3903       Args.push_back(ConstantInt::get(Int32Ty, NumArgs - 7));