Home
last modified time | relevance | path

Searched refs:CC_NOT_P (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp221 ->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 …]
Dnv50_ir_print.cpp552 if (cc == CC_NOT_P) in print()
Dnv50_ir_build_util.cpp279 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
Dnv50_ir.h283 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE enumerator
Dnv50_ir_from_tgsi.cpp3629 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()
Dnv50_ir_emit_gk110.cpp308 if (i->cc == CC_NOT_P) in emitPredicate()
Dnv50_ir_emit_nvc0.cpp284 if (i->cc == CC_NOT_P) in emitPredicate()
Dnv50_ir_emit_gm107.cpp237 emitField(19, 1, insn->cc == CC_NOT_P); in emitPred()
Dnv50_ir_peephole.cpp1190 ->setPredicate(CC_NOT_P, neg); in opnd()