Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600MachineCFGStructurizer.cpp202 static int getBranchNzeroOpcode(int OldOpcode);
203 static int getBranchZeroOpcode(int OldOpcode);
204 static int getContinueNzeroOpcode(int OldOpcode);
205 static int getContinueZeroOpcode(int OldOpcode);
483 int R600MachineCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { in getBranchNzeroOpcode() argument
484 switch(OldOpcode) { in getBranchNzeroOpcode()
494 int R600MachineCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { in getBranchZeroOpcode() argument
495 switch(OldOpcode) { in getBranchZeroOpcode()
505 int R600MachineCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { in getContinueNzeroOpcode() argument
506 switch(OldOpcode) { in getContinueNzeroOpcode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp93 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode() argument
94 switch (OldOpcode) { in mergedOpcode()
H A DLanaiInstrInfo.cpp228 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant() argument
229 switch (OldOpcode) { in flagSettingOpcodeVariant()