Home
last modified time | relevance | path

Searched refs:OldOpcode (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp211 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() local
1440 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local
1448 getBranchZeroOpcode(OldOpcode); in settleLoopcontBlock()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp100 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode() argument
101 switch (OldOpcode) { in mergedOpcode()
H A DLanaiInstrInfo.cpp226 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant() argument
227 switch (OldOpcode) { in flagSettingOpcodeVariant()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp1816 unsigned OldOpcode = Inst.getOpcode(); in shortenInstruction() local
1817 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()