Home | History | Annotate | Download | only in src

Lines Matching defs:Address

129     Operand() : fixup_(nullptr), length_(0) {} // Needed by subclass Address.
183 class Address : public Operand {
184 Address() = delete;
187 Address(const Address &other) : Operand(other) {}
189 Address &operator=(const Address &other) {
194 Address(GPRRegister Base, int32_t Disp, AssemblerFixup *Fixup) {
214 Address(GPRRegister Index, ScaleFactor Scale, int32_t Disp,
224 Address(GPRRegister Base, GPRRegister Index, ScaleFactor Scale,
243 /// Generate an absolute address expression on x86-32.
244 Address(RelocOffsetT Offset, AssemblerFixup *Fixup) {
253 static Address ofConstPool(Assembler *Asm, const Constant *Imm) {
256 return Address(Offset, Fixup);
703 /// address.
705 /// Size of the return address on the stack
862 Address toAsmAddress(Assembler *Asm, const Ice::TargetLowering *Target,
914 Address toAsmAddress(const Cfg *Func) const;