Home
last modified time | relevance | path

Searched refs:mkFlow (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp75 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); in handleDIV()
1363 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1369 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1380 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1)); in handleSharedATOMNVE4()
1381 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1437 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1442 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4()
1443 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1448 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleSharedATOMNVE4()
1462 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
[all …]
Dnv50_ir_from_tgsi.cpp3629 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction()
3644 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction()
3659 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()
3680 mkFlow(OP_PREBREAK, lbrkBB, CC_ALWAYS, NULL); in handleInstruction()
3684 mkFlow(OP_PRECONT, lbgnBB, CC_ALWAYS, NULL); in handleInstruction()
3692 mkFlow(OP_CONT, loopBB, CC_ALWAYS, NULL); in handleInstruction()
3709 mkFlow(OP_BREAK, brkBB, CC_ALWAYS, NULL); in handleInstruction()
3718 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()
3748 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL); in handleInstruction()
3765 mkFlow(OP_PRERET, leave, CC_ALWAYS, NULL)->fixed = 1; in handleInstruction()
[all …]
Dnv50_ir_build_util.h84 FlowInstruction *mkFlow(operation, void *target, CondCode, Value *pred);
Dnv50_ir_lowering_nv50.cpp916 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleTXL()
923 bld.mkFlow(OP_BRA, texiBB, CC_EQ, pred)->fixed = 1; in handleTXL()
932 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleTXL()
Dnv50_ir_build_util.cpp310 BuildUtil::mkFlow(operation op, void *targ, CondCode cc, Value *pred) in mkFlow() function in nv50_ir::BuildUtil