Searched refs:splitBefore (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp330 BasicBlock::splitBefore(Instruction *insn, bool attach) function in class:nv50_ir::BasicBlock
H A Dnv50_ir.h1145 BasicBlock *splitBefore(Instruction *, bool attach = true);
H A Dnv50_ir_lowering_nv50.cpp911 BasicBlock *texiBB = i->bb->splitBefore(i, false);
H A Dnv50_ir_lowering_nvc0.cpp1441 BasicBlock *tryLockBB = atom->bb->splitBefore(atom, false);
1542 BasicBlock *tryLockAndSetBB = atom->bb->splitBefore(atom, false);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_bb.cpp330 BasicBlock::splitBefore(Instruction *insn, bool attach) function in class:nv50_ir::BasicBlock
H A Dnv50_ir.h1199 BasicBlock *splitBefore(Instruction *, bool attach = true);
H A Dnv50_ir_lowering_nv50.cpp965 BasicBlock *texiBB = i->bb->splitBefore(i, false);
1466 BasicBlock *tryLockBB = atom->bb->splitBefore(atom, false);
H A Dnv50_ir_lowering_nvc0.cpp1455 BasicBlock *tryLockBB = atom->bb->splitBefore(atom, false);
1556 BasicBlock *tryLockAndSetBB = atom->bb->splitBefore(atom, false);

Completed in 25 milliseconds