Searched refs:OP_LOAD (Results 1 – 11 of 11) sorted by relevance
549 case OP_LOAD: in getLatency()563 if (i->op == OP_LOAD) { in getLatency()
1091 case OP_LOAD: in visit()
1581 case OP_LOAD: in emitInstruction()
132 return ld && ld->op == OP_LOAD && ld->src(0).getFile() == FILE_MEMORY_CONST; in isCSpaceLoad()148 (ld->op == OP_LOAD && in isAttribOrSharedLoad()208 if (!ld || ld->fixed || (ld->op != OP_LOAD && ld->op != OP_MOV)) in visit()1491 if (insn->op == OP_LOAD || insn->op == OP_VFETCH) in getList()1517 if (it->locked && insn->op != OP_LOAD) in findRecord()1719 if (ldst->op == OP_LOAD || ldst->op == OP_VFETCH) { in runOpt()1816 if (ld->op != OP_MOV && ld->op != OP_LOAD) in isConstantCondition()1942 ((insn->op != OP_LOAD && insn->op != OP_STORE) || in visit()2113 if (op == OP_LOAD || op == OP_VFETCH) { in isResultEqual()2283 if (i->defExists(1) && (i->op == OP_VFETCH || i->op == OP_LOAD)) { in visit()
464 if (i->op == OP_LOAD) { in getLatency()
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty); in mkLoad()
49 OP_LOAD, enumerator
1464 ld = new_Instruction(func, OP_LOAD, ty); in unspill()1923 if (i->op == OP_LOAD || i->op == OP_VFETCH) { in visit()
922 bld.mkOp1(OP_LOAD, TYPE_U16, x, in handleRDSV()
1547 case OP_LOAD: in emitInstruction()
551 case SM4_TARGET_RAW_BUFFER: *opr = OP_LOAD; break; in cvtTexTarget()