Lines Matching refs:OldOpcode
211 static int getBranchNzeroOpcode(int OldOpcode);
212 static int getBranchZeroOpcode(int OldOpcode);
213 static int getContinueNzeroOpcode(int OldOpcode);
214 static int getContinueZeroOpcode(int OldOpcode);
492 int R600MachineCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { in getBranchNzeroOpcode() argument
493 switch(OldOpcode) { in getBranchNzeroOpcode()
503 int R600MachineCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { in getBranchZeroOpcode() argument
504 switch(OldOpcode) { in getBranchZeroOpcode()
514 int R600MachineCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { in getContinueNzeroOpcode() argument
515 switch(OldOpcode) { in getContinueNzeroOpcode()
523 int R600MachineCFGStructurizer::getContinueZeroOpcode(int OldOpcode) { in getContinueZeroOpcode() argument
524 switch(OldOpcode) { in getContinueZeroOpcode()
1356 int OldOpcode = BranchMI->getOpcode(); in mergeIfthenelseBlock() local
1368 insertCondBranchBefore(I, getBranchNzeroOpcode(OldOpcode), in mergeIfthenelseBlock()
1440 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local
1447 TrueBranch == ContMBB ? getBranchNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
1448 getBranchZeroOpcode(OldOpcode); in settleLoopcontBlock()
1455 TrueBranch == ContMBB ? getContinueNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
1456 getContinueZeroOpcode(OldOpcode); in settleLoopcontBlock()