Lines Matching full:indirect
98 /// \returns the smallest register index that will be accessed by an indirect
99 /// read or write or -1 if indirect addressing is not used by this program.
102 /// \returns the largest register index that will be accessed by an indirect
103 /// read or write or -1 if indirect addressing is not used by this program.
157 /// \brief Calculate the "Indirect Address" for the given \p RegIndex and
160 /// We model indirect addressing using a virtual address space that can be
161 /// accesed with loads and stores. The "Indirect Address" is the memory
168 /// from an "Indirect Address" .
171 /// \brief Build instruction(s) for an indirect register write.
173 /// \returns The instruction that performs the indirect register write
179 /// \brief Build instruction(s) for an indirect register read.
181 /// \returns The instruction that performs the indirect register read