Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp99 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode() argument
100 switch (OldOpcode) { in mergedOpcode()
H A DLanaiInstrInfo.cpp226 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant() argument
227 switch (OldOpcode) { in flagSettingOpcodeVariant()