Home | History | Annotate | Download | only in radeon

Lines Matching refs:oldOpcode

1545   int oldOpcode = branchInstr->getOpcode();
1559 CFGTraits::getBranchNzeroOpcode(oldOpcode),
1709 int oldOpcode = branchInstr->getOpcode();
1728 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode);
1734 int newOpcode = CFGTraits::getBreakZeroOpcode(oldOpcode);
1778 int oldOpcode = branchInstr->getOpcode();
1797 trueBranch == contBlk ? CFGTraits::getBranchNzeroOpcode(oldOpcode)
1798 : CFGTraits::getBranchZeroOpcode(oldOpcode);
1814 trueBranch == contBlk ? CFGTraits::getContinueNzeroOpcode(oldOpcode)
1815 : CFGTraits::getContinueZeroOpcode(oldOpcode);
2795 static int getBreakNzeroOpcode(int oldOpcode) {
2796 switch(oldOpcode) {
2804 static int getBreakZeroOpcode(int oldOpcode) {
2805 switch(oldOpcode) {
2813 static int getBranchNzeroOpcode(int oldOpcode) {
2814 switch(oldOpcode) {
2824 static int getBranchZeroOpcode(int oldOpcode) {
2825 switch(oldOpcode) {
2835 static int getContinueNzeroOpcode(int oldOpcode)
2837 switch(oldOpcode) {
2845 static int getContinueZeroOpcode(int oldOpcode) {
2846 switch(oldOpcode) {