Searched refs:getImmValue (Results 1 – 3 of 3) sorted by relevance
174 std::string Str = "imm " + std::to_string(getImmValue()); in describe()187 OS << "(" << Type.str() << " " << getImmValue() << ")"; in print()191 OS << getImmValue(); in print()810 PatFragCEs.declare(ParamName, std::to_string(Op.getImmValue())); in mapInputCodeExpansions()
259 IntImmTy getImmValue() const { return *Value; } in getImmValue() function
2042 DstMI.addRenderer<ImmRenderer>(O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()2049 DstMI.addRenderer<ImmRenderer>(O.getImmValue(), ImmTy); in emitCodeGenInstructionApplyImmOperand()2057 M.insertAction<BuildConstantAction>(++InsertIt, TempRegID, O.getImmValue()); in emitCodeGenInstructionApplyImmOperand()2181 OM.addPredicate<LiteralIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern()2183 OM.addPredicate<ConstantIntOperandMatcher>(RemappedO.getImmValue()); in emitCodeGenInstructionMatchPattern()