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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp235 static int getBranchNzeroOpcode(int OldOpcode);
236 static int getBranchZeroOpcode(int OldOpcode);
237 static int getContinueNzeroOpcode(int OldOpcode);
238 static int getContinueZeroOpcode(int OldOpcode);
531 int AMDGPUCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { argument
532 switch(OldOpcode) {
542 int AMDGPUCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { argument
543 switch(OldOpcode) {
553 int AMDGPUCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { argument
554 switch(OldOpcode) {
562 getContinueZeroOpcode(int OldOpcode) argument
1473 int OldOpcode = BranchMI->getOpcode(); local
1559 int OldOpcode = MI->getOpcode(); local
[all...]

Completed in 132 milliseconds