Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp233 static int getBranchNzeroOpcode(int OldOpcode);
234 static int getBranchZeroOpcode(int OldOpcode);
236 static int getContinueZeroOpcode(int OldOpcode);
515 switch(OldOpcode) { in getBranchNzeroOpcode()
526 switch(OldOpcode) { in getBranchZeroOpcode()
537 switch(OldOpcode) { in getContinueNzeroOpcode()
546 switch(OldOpcode) { in getContinueZeroOpcode()
1392 int OldOpcode = BranchMI->getOpcode(); in mergeIfthenelseBlock() local
1476 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local
1484 getBranchZeroOpcode(OldOpcode); in settleLoopcontBlock()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp101 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode() argument
102 switch (OldOpcode) { in mergedOpcode()
H A DLanaiInstrInfo.cpp227 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant() argument
228 switch (OldOpcode) { in flagSettingOpcodeVariant()