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

/external/llvm/lib/Target/R600/
H A DAMDILCFGStructurizer.cpp239 static int getBranchNzeroOpcode(int OldOpcode);
240 static int getBranchZeroOpcode(int OldOpcode);
241 static int getContinueNzeroOpcode(int OldOpcode);
242 static int getContinueZeroOpcode(int OldOpcode);
535 int AMDGPUCFGStructurizer::getBranchNzeroOpcode(int OldOpcode) { argument
536 switch(OldOpcode) {
546 int AMDGPUCFGStructurizer::getBranchZeroOpcode(int OldOpcode) { argument
547 switch(OldOpcode) {
557 int AMDGPUCFGStructurizer::getContinueNzeroOpcode(int OldOpcode) { argument
558 switch(OldOpcode) {
566 getContinueZeroOpcode(int OldOpcode) argument
1522 int OldOpcode = BranchMI->getOpcode(); local
1608 int OldOpcode = MI->getOpcode(); local
[all...]

Completed in 38 milliseconds