Searched refs:getNumExplicitOperands (Results 1 – 12 of 12) sorted by relevance
33 for (unsigned i = 0, e = MI->getNumExplicitOperands(); i != e; ++i) { in lower()
286 unsigned getNumExplicitOperands() const;306 operands_begin() + getNumExplicitOperands());310 operands_begin() + getNumExplicitOperands());
271 FirstOpNum = MI->getNumExplicitOperands() - 2; in adjustCCMasksForInstr()324 return (Compare->getNumExplicitOperands() == 2 && in isCompareZero()
410 if (MI->getNumExplicitOperands() == 2 && in analyzeCompare()869 unsigned NumOps = MI->getNumExplicitOperands(); in foldMemoryOperandImpl()
5388 if (MI->getNumExplicitOperands() > 5) { in emitMemMemWrapper()
75 int NumOp = Inst->getNumExplicitOperands(); in AnalyzeCondBr()
1653 if (MI->getNumExplicitOperands() == 2) { in fixupConditionalBr()
305 for (unsigned I = 1; I < MI->getNumExplicitOperands(); ++I) { in optimizeSDPattern()
1804 MI->getNumExplicitOperands() == 3) { in undoLRSpillRestore()
1462 Desc.getNumOperands() != MI->getNumExplicitOperands()) { in verifyInstruction()1762 assert(Inst->getNumExplicitOperands() == 3); in swapOperands()
399 if (LastOpcodeHasNVJump && (LastInst->getNumExplicitOperands() == 3)) { in AnalyzeBranch()424 (SecondLastInst->getNumExplicitOperands() == 3) && in AnalyzeBranch()
990 unsigned MachineInstr::getNumExplicitOperands() const { in getNumExplicitOperands() function in MachineInstr