Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp208 static int getBranchNzeroOpcode(int OldOpcode);
209 static int getBranchZeroOpcode(int OldOpcode);
211 static int getContinueZeroOpcode(int OldOpcode);
490 switch(OldOpcode) { in getBranchNzeroOpcode()
501 switch(OldOpcode) { in getBranchZeroOpcode()
512 switch(OldOpcode) { in getContinueNzeroOpcode()
521 switch(OldOpcode) { in getContinueZeroOpcode()
1367 int OldOpcode = BranchMI->getOpcode(); in mergeIfthenelseBlock() local
1451 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local
1459 getBranchZeroOpcode(OldOpcode); in settleLoopcontBlock()
[all …]
/freebsd-13.1/contrib/llvm-project/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()