Searched refs:CC_NOT_P (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 221 ->setPredicate(CC_NOT_P, pred); in handleShift() 1442 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4() 1534 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_NOT_P, ld->getDef(1)); in handleSharedATOM() 1580 atom->setPredicate(CC_NOT_P, pred); in handleATOM() 2063 su->setPredicate(CC_NOT_P, pred1->getDef(0)); in processSurfaceCoordsNVE4() 2209 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVE4() 2283 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsNVC0() 2330 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVC0() 2382 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsGM107() 2405 assert(su->cc == CC_NOT_P); in handleSurfaceOpGM107() [all …]
|
D | nv50_ir_print.cpp | 552 if (cc == CC_NOT_P) in print()
|
D | nv50_ir_build_util.cpp | 279 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
|
D | nv50_ir.h | 283 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE enumerator
|
D | nv50_ir_from_tgsi.cpp | 3629 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction() 4272 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_NOT_P, pred); in exportOutputs()
|
D | nv50_ir_emit_gk110.cpp | 308 if (i->cc == CC_NOT_P) in emitPredicate()
|
D | nv50_ir_emit_nvc0.cpp | 284 if (i->cc == CC_NOT_P) in emitPredicate()
|
D | nv50_ir_emit_gm107.cpp | 237 emitField(19, 1, insn->cc == CC_NOT_P); in emitPred()
|
D | nv50_ir_peephole.cpp | 1190 ->setPredicate(CC_NOT_P, neg); in opnd()
|