Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:NumOps

654   if (unsigned NumOps = MCID->getNumOperands() +
656 CapOperands = OperandCapacity::get(NumOps);
719 /// Move NumOps MachineOperands from Src to Dst, with support for overlapping
722 unsigned NumOps, MachineRegisterInfo *MRI) {
724 return MRI->moveOperands(Dst, Src, NumOps);
727 std::memmove(Dst, Src, NumOps * sizeof(MachineOperand));
1064 unsigned NumOps;
1066 i += NumOps) {
1071 NumOps = 1 + InlineAsm::getNumOperandRegisters(FlagMO.getImm());
1072 if (i + NumOps > OpIdx) {
1342 unsigned NumOps;
1344 i += NumOps) {
1349 NumOps = 1 + InlineAsm::getNumOperandRegisters(FlagMO.getImm());
1351 if (OpIdx > i && OpIdx < i + NumOps)