Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp489 int AMDGPUCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { in getBranchNzeroOpcode()
500 int AMDGPUCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { in getBranchZeroOpcode()
511 int AMDGPUCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { in getContinueNzeroOpcode()
520 int AMDGPUCFGStructurizer::getContinueZeroOpcode(int OldOpcode) { in getContinueZeroOpcode()
1367 int OldOpcode = BranchMI->getOpcode(); in mergeIfthenelseBlock() local
1451 int OldOpcode = MI->getOpcode(); in settleLoopcontBlock() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiMemAluCombiner.cpp100 unsigned mergedOpcode(unsigned OldOpcode, bool ImmediateOffset) { in mergedOpcode()
H A DLanaiInstrInfo.cpp226 inline static unsigned flagSettingOpcodeVariant(unsigned OldOpcode) { in flagSettingOpcodeVariant()