Home | History | Annotate | Download | only in AsmPrinter

Lines Matching refs:Value

42   /// Emit a raw signed value.
43 virtual void EmitSigned(int64_t Value) = 0;
44 /// Emit a raw unsigned value.
45 virtual void EmitUnsigned(uint64_t Value) = 0;
56 /// - a small value occupying only part of a register or
57 /// - a register representing only part of a value.
63 /// The proper way to describe a constant value is
68 /// actually describes a value at a constant addess, not a constant value.
70 /// value, so the producers and consumers started to rely on heuristics
71 /// to disambiguate the value vs. location status of the expression.
84 /// piece of an aggregate value.
99 void AddSignedConstant(int64_t Value);
101 void AddUnsignedConstant(uint64_t Value);
103 void AddUnsignedConstant(const APInt &Value);
130 void EmitSigned(int64_t Value) override;
131 void EmitUnsigned(uint64_t Value) override;
145 void EmitSigned(int64_t Value) override;
146 void EmitUnsigned(uint64_t Value) override;