Searched refs:getImmValue (Results 1 – 3 of 3) sorted by relevance
212 std::string Str = "imm " + std::to_string(getImmValue()); in describe()225 OS << "(" << Type.str() << " " << getImmValue() << ")"; in print()229 OS << getImmValue(); in print()850 PatFragCEs.declare(ParamName, std::to_string(Op.getImmValue())); in mapInputCodeExpansions()
281 IntImmTy getImmValue() const { return *Value; } in getImmValue() function
2137 DstMI.addRenderer<ImmRenderer>(O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()2146 DstMI.addRenderer<ImmRenderer>(O.getImmValue(), *ImmTy); in emitCodeGenInstructionApplyImmOperand()2154 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()2308 OM.addPredicate<LiteralIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern()2310 OM.addPredicate<ConstantIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern()