Searched defs:ExtAddrMode (Results 1 – 8 of 8) sorted by relevance
91 struct ExtAddrMode { struct103 ExtAddrMode() = default; argument
92 struct ExtAddrMode { struct104 ExtAddrMode() = default; argument
87 struct ExtAddrMode { struct88 Register BaseReg;89 Register ScaledReg;90 int64_t Scale;91 int64_t Displacement;
2179 struct ExtAddrMode : public TargetLowering::AddrMode { struct2180 Value *BaseReg = nullptr;2181 Value *ScaledReg = nullptr;2182 Value *OriginalValue = nullptr;2183 bool InBounds = true;2185 enum FieldName {2201 FieldName compare(const ExtAddrMode &other) { in compare()2241 bool isTrivial() { in isTrivial()2249 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()2264 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()
2554 struct ExtAddrMode : public TargetLowering::AddrMode { struct2555 Value *BaseReg = nullptr;2556 Value *ScaledReg = nullptr;2557 Value *OriginalValue = nullptr;2558 bool InBounds = true;2560 enum FieldName {2575 FieldName compare(const ExtAddrMode &other) { in compare()2614 bool isTrivial() { in isTrivial()2622 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()2637 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()
2083 struct ExtAddrMode : public TargetLowering::AddrMode { struct2084 Value *BaseReg;2085 Value *ScaledReg;2086 ExtAddrMode() : BaseReg(nullptr), ScaledReg(nullptr) {} in ExtAddrMode() function2090 bool operator==(const ExtAddrMode& O) const { in operator ==()