|
GTPin
|
HLI argument that represents a mutable array of GRF registers. More...
#include <gt_iarg_defs.h>
Public Member Functions | |
| IargGrfRange (uint32_t firstReg, uint32_t numRegs) | |
| Construct IargGrfRange object for the specified range of GRF registers. | |
| template<typename PRMT > | |
| const IGtIarg & | Make (IGtIargFactory &factory) const |
| Create IGtIarg object that assigns this argument value to the formal parameter of type PRMT. | |
HLI argument that represents a mutable array of GRF registers.
| gtpin::IargGrfRange::IargGrfRange | ( | uint32_t | firstReg, |
| uint32_t | numRegs | ||
| ) | [inline] |
Construct IargGrfRange object for the specified range of GRF registers.
| [in] | firstReg | Ordinal number of the first GRF register in the range |
| [in] | numRegs | Number of registers in the range |
| const IGtIarg& gtpin::IargGrfRange::Make | ( | IGtIargFactory & | factory | ) | const [inline] |
Create IGtIarg object that assigns this argument value to the formal parameter of type PRMT.
| PRMT | Type of the formal parameter of the function |
Copyright (C) 2013-2025 Intel Corporation
SPDX-License-Identifier: MIT
1.7.4