Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp1267 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4()
1359 bld.mkFlow(OP_BRA, tryLockAndSetBB, CC_NOT_P, ld->getDef(1)); in handleSharedATOM()
1405 atom->setPredicate(CC_NOT_P, pred); in handleATOM()
1883 su->setPredicate(CC_NOT_P, pred1->getDef(0)); in processSurfaceCoordsNVE4()
2029 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVE4()
2103 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsNVC0()
2150 assert(su->cc == CC_NOT_P); in handleSurfaceOpNVC0()
2202 su->setPredicate(CC_NOT_P, pred->getDef(0)); in processSurfaceCoordsGM107()
2225 assert(su->cc == CC_NOT_P); in handleSurfaceOpGM107()
2308 i->setPredicate(CC_NOT_P, pred); in handleLDST()
[all …]
Dnv50_ir_print.cpp548 if (cc == CC_NOT_P) in print()
Dnv50_ir_build_util.cpp279 mkMov(def1, flSrc)->setPredicate(CC_NOT_P, pred); in mkSelect()
Dnv50_ir.h278 CC_NOT_P = CC_EQ, // when used with FILE_PREDICATE enumerator
Dnv50_ir_from_tgsi.cpp3421 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction()
3936 mkOp(OP_DISCARD, TYPE_NONE, NULL)->setPredicate(CC_NOT_P, pred); in exportOutputs()
Dnv50_ir_emit_gk110.cpp305 if (i->cc == CC_NOT_P) in emitPredicate()
Dnv50_ir_emit_nvc0.cpp279 if (i->cc == CC_NOT_P) in emitPredicate()
Dnv50_ir_emit_gm107.cpp236 emitField(19, 1, insn->cc == CC_NOT_P); in emitPred()