Home | History | Annotate | Download | only in TableGen

Lines Matching refs:utostr

822       Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(LastOpNo);
840 Cond = std::string("MI->getOperand(")+llvm::utostr(i)+").isReg()";
850 ".contains(MI->getOperand(" + llvm::utostr(i) + ").getReg())";
854 llvm::utostr(i) + ").getReg() == MI->getOperand(" +
855 llvm::utostr(IAP->getOpIndex(ROName)) + ").getReg()";
870 std::string Op = "MI->getOperand(" + llvm::utostr(i) + ")";
877 + llvm::utostr(CGA->ResultOperands[i].getImm());
890 llvm::utostr(i) + ").getReg() == " + Target.getName() +