Lines Matching refs:OldOpcode
208 static int getBranchNzeroOpcode(int OldOpcode);
209 static int getBranchZeroOpcode(int OldOpcode);
210 static int getContinueNzeroOpcode(int OldOpcode);
211 static int getContinueZeroOpcode(int OldOpcode);
489 int AMDGPUCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { in getBranchNzeroOpcode() argument
490 switch(OldOpcode) { in getBranchNzeroOpcode()
500 int AMDGPUCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { in getBranchZeroOpcode() argument
501 switch(OldOpcode) { in getBranchZeroOpcode()
511 int AMDGPUCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { in getContinueNzeroOpcode() argument
512 switch(OldOpcode) { in getContinueNzeroOpcode()
520 int AMDGPUCFGStructurizer::getContinueZeroOpcode(int OldOpcode) { in getContinueZeroOpcode() argument
521 switch(OldOpcode) { in getContinueZeroOpcode()
1367 int OldOpcode = BranchMI->getOpcode(); in mergeIfthenelseBlock() local
1379 insertCondBranchBefore(I, getBranchNzeroOpcode(OldOpcode), in mergeIfthenelseBlock()
1451 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local
1458 TrueBranch == ContMBB ? getBranchNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
1459 getBranchZeroOpcode(OldOpcode); in settleLoopcontBlock()
1466 TrueBranch == ContMBB ? getContinueNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
1467 getContinueZeroOpcode(OldOpcode); in settleLoopcontBlock()