Lines Matching full:indirect
213 /// Reserve the registers that may be accessed using indirect addressing.
218 /// Calculate the "Indirect Address" for the given \p RegIndex and
221 /// We model indirect addressing using a virtual address space that can be
222 /// accessed with loads and stores. The "Indirect Address" is the memory
229 /// from an "Indirect Address" .
232 /// \returns the smallest register index that will be accessed by an indirect
233 /// read or write or -1 if indirect addressing is not used by this program.
236 /// \returns the largest register index that will be accessed by an indirect
237 /// read or write or -1 if indirect addressing is not used by this program.
240 /// Build instruction(s) for an indirect register write.
242 /// \returns The instruction that performs the indirect register write
248 /// Build instruction(s) for an indirect register read.
250 /// \returns The instruction that performs the indirect register read