Lines Matching refs:OldOpcode
238 static int getBranchNzeroOpcode(int OldOpcode);
239 static int getBranchZeroOpcode(int OldOpcode);
240 static int getContinueNzeroOpcode(int OldOpcode);
241 static int getContinueZeroOpcode(int OldOpcode);
511 int AMDGPUCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { in getBranchNzeroOpcode() argument
512 switch(OldOpcode) { in getBranchNzeroOpcode()
522 int AMDGPUCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { in getBranchZeroOpcode() argument
523 switch(OldOpcode) { in getBranchZeroOpcode()
533 int AMDGPUCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { in getContinueNzeroOpcode() argument
534 switch(OldOpcode) { in getContinueNzeroOpcode()
542 int AMDGPUCFGStructurizer::getContinueZeroOpcode(int OldOpcode) { in getContinueZeroOpcode() argument
543 switch(OldOpcode) { in getContinueZeroOpcode()
1444 int OldOpcode = BranchMI->getOpcode(); in mergeIfthenelseBlock() local
1456 insertCondBranchBefore(I, getBranchNzeroOpcode(OldOpcode), in mergeIfthenelseBlock()
1529 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local
1536 TrueBranch == ContMBB ? getBranchNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
1537 getBranchZeroOpcode(OldOpcode); in settleLoopcontBlock()
1544 TrueBranch == ContMBB ? getContinueNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
1545 getContinueZeroOpcode(OldOpcode); in settleLoopcontBlock()