Lines Matching refs:getNumPrimeOperands
687 if (MemOpOffset + X86::AddrSegmentReg >= MCPlus::getNumPrimeOperands(Inst)) in evaluateX86MemoryOperand()
1391 for (int I = 0, E = MCPlus::getNumPrimeOperands(Inst); I != E; ++I) { in escapesVariable()
1436 for (unsigned Index = 0; Index < MCPlus::getNumPrimeOperands(Inst); in addToImm()
1844 if (Inst.getOperand(MCPlus::getNumPrimeOperands(Inst) - 1).isImm()) { in shortenInstruction()
1846 Inst.getOperand(MCPlus::getNumPrimeOperands(Inst) - 1).getImm(); in shortenInstruction()
1854 Inst.getOperand(MCPlus::getNumPrimeOperands(Inst) - 1).isImm()) { in shortenInstruction()
1856 Inst.getOperand(MCPlus::getNumPrimeOperands(Inst) - 1).getImm(); in shortenInstruction()
1926 Inst.insert(Inst.begin() + MCPlus::getNumPrimeOperands(Inst), in convertMoveToConditionalMove()
1944 if (OpNum >= MCPlus::getNumPrimeOperands(Inst)) in getTargetSymbol()
2185 if (MCPlus::getNumPrimeOperands(Instruction) == 1) { in analyzeIndirectBranch()
2651 for (unsigned Index = 0; Index < MCPlus::getNumPrimeOperands(Inst); in replaceImmWithSymbolRef()
3254 E = MCPlus::getNumPrimeOperands(CallInst); in createInstrumentedIndirectCall()
3299 for (int I = MCPlus::getNumPrimeOperands(CallInst), in createInstrumentedIndirectCall()
3442 for (unsigned int I = 0; I < MCPlus::getNumPrimeOperands(CallInst); ++I) { in indirectCallPromotion()