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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
12994     return emitRangedBuiltin(*this, Intrinsic::amdgcn_workitem_id_x, 0, 1024);
12996     return emitRangedBuiltin(*this, Intrinsic::amdgcn_workitem_id_y, 0, 1024);
12998     return emitRangedBuiltin(*this, Intrinsic::amdgcn_workitem_id_z, 0, 1024);
13005     return emitRangedBuiltin(*this, Intrinsic::r600_read_tidig_x, 0, 1024);
13007     return emitRangedBuiltin(*this, Intrinsic::r600_read_tidig_y, 0, 1024);
13009     return emitRangedBuiltin(*this, Intrinsic::r600_read_tidig_z, 0, 1024);