Searched refs:TotalOps (Results 1 – 3 of 3) sorted by relevance
1428 const unsigned TotalOps =1432 return new (TotalOps, DescriptorBytes)1438 const unsigned TotalOps =1442 return new (TotalOps, DescriptorBytes)
1960 const unsigned TotalOps =1964 return new (TotalOps, DescriptorBytes)1971 const unsigned TotalOps =1975 return new (TotalOps, DescriptorBytes)
2968 unsigned TotalOps = MI.getNumOperands() + 2; // We've already removed 2 ops. in swapMIOperands() local2976 for (unsigned i = MI.getNumOperands(); i < TotalOps; i++) { in swapMIOperands()