Searched refs:OP_STORE (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_target_nvc0.cpp | 274 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo() 397 return (!i->asTex() && i->op != OP_EXPORT && i->op != OP_STORE); in insnCanLoad()
|
D | nv50_ir_emit_nvc0.cpp | 1584 case OP_STORE: in emitInstruction()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target_nv50.cpp | 125 OP_STORE, OP_WRSV, OP_EXPORT, OP_BRA, OP_CALL, OP_RET, OP_EXIT, in initOpInfo()
|
D | nv50_ir_build_util.cpp | 524 up->mkStore(OP_STORE, stTy, static_cast<Symbol *>(sym), ptr, value); in store()
|
D | nv50_ir.h | 50 OP_STORE, enumerator
|
D | nv50_ir_peephole.cpp | 64 if (op == OP_STORE || in isDead() 1726 if (ldst->op == OP_STORE || ldst->op == OP_EXPORT) { in runOpt() 1942 ((insn->op != OP_LOAD && insn->op != OP_STORE) || in visit()
|
D | nv50_ir_ra.cpp | 1442 st = new_Instruction(func, OP_STORE, ty); in spill() 1916 if (i->op == OP_EXPORT || i->op == OP_STORE) { in visit()
|
D | nv50_ir_emit_nv50.cpp | 1551 case OP_STORE: in emitInstruction()
|
D | nv50_ir_from_sm4.cpp | 468 case SM4_OPCODE_ATOMIC_CMP_STORE: return OP_STORE; in cvtOpcode()
|