Searched refs:OldOpcode (Results 1 – 4 of 4) sorted by relevance
211 static int getBranchNzeroOpcode(int OldOpcode);212 static int getBranchZeroOpcode(int OldOpcode);214 static int getContinueZeroOpcode(int OldOpcode);493 switch(OldOpcode) { in getBranchNzeroOpcode()504 switch(OldOpcode) { in getBranchZeroOpcode()515 switch(OldOpcode) { in getContinueNzeroOpcode()524 switch(OldOpcode) { in getContinueZeroOpcode()1356 int OldOpcode = BranchMI->getOpcode(); in mergeIfthenelseBlock() local1440 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local1448 getBranchZeroOpcode(OldOpcode); in settleLoopcontBlock()[all …]
100 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode() argument101 switch (OldOpcode) { in mergedOpcode()
226 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant() argument227 switch (OldOpcode) { in flagSettingOpcodeVariant()
1816 unsigned OldOpcode = Inst.getOpcode(); in shortenInstruction() local1817 unsigned NewOpcode = OldOpcode; in shortenInstruction()1823 uint64_t TSFlags = Info->get(OldOpcode).TSFlags; in shortenInstruction()1842 NewOpcode = getShortBranchOpcode(OldOpcode); in shortenInstruction()1843 } else if (OldOpcode == X86::MOV64ri) { in shortenInstruction()1852 const unsigned ShortOpcode = getShortArithOpcode(OldOpcode); in shortenInstruction()1853 if (ShortOpcode != OldOpcode && in shortenInstruction()1862 if (NewOpcode == OldOpcode) in shortenInstruction()