Home | History | Annotate | Download | only in ir3

Lines Matching refs:use

7  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
20 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91 foreach_ssa_use (use, conv_src) {
93 if (!is_safe_conv(use, src_type, &new_opc))
109 * shifts the use to a simple mov.
114 foreach_ssa_use (use, src) {
115 assert(use->opc == OPC_MOV);
118 use->srcs[0]->flags |= IR3_REG_HALF;
120 use->srcs[0]->flags &= ~IR3_REG_HALF;
123 use->cat1.src_type = use->cat1.dst_type;