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.cpp59 call = bld.mkFlow(OP_CALL, NULL, CC_ALWAYS, NULL); in handleDIV()
1188 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1194 bld.mkFlow(OP_BRA, tryLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1205 bld.mkFlow(OP_BRA, setAndUnlockBB, CC_P, ld->getDef(1)); in handleSharedATOMNVE4()
1206 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1262 bld.mkFlow(OP_BRA, failLockBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1267 bld.mkFlow(OP_BRA, tryLockBB, CC_NOT_P, pred->getDef(0)); in handleSharedATOMNVE4()
1268 bld.mkFlow(OP_BRA, joinBB, CC_ALWAYS, NULL); in handleSharedATOMNVE4()
1273 bld.mkFlow(OP_JOIN, NULL, CC_ALWAYS, NULL)->fixed = 1; in handleSharedATOMNVE4()
1287 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL); in handleSharedATOM()
[all …]
Dnv50_ir_from_tgsi.cpp3421 mkFlow(OP_BRA, NULL, CC_NOT_P, fetchSrc(0, 0))->setType(srcTy); in handleInstruction()
3436 mkFlow(OP_BRA, NULL, CC_ALWAYS, NULL); in handleInstruction()
3451 mkFlow(OP_BRA, convBB, CC_ALWAYS, NULL); in handleInstruction()
3472 mkFlow(OP_PREBREAK, lbrkBB, CC_ALWAYS, NULL); in handleInstruction()
3476 mkFlow(OP_PRECONT, lbgnBB, CC_ALWAYS, NULL); in handleInstruction()
3484 mkFlow(OP_CONT, loopBB, CC_ALWAYS, NULL); in handleInstruction()
3501 mkFlow(OP_BREAK, brkBB, CC_ALWAYS, NULL); in handleInstruction()
3510 mkFlow(OP_CONT, contBB, CC_ALWAYS, NULL); in handleInstruction()
3540 mkFlow(OP_CALL, s->f, CC_ALWAYS, NULL); in handleInstruction()
3557 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