Searched defs:ExtAddrMode (Results 1 – 2 of 2) sorted by relevance
91 struct ExtAddrMode { struct103 ExtAddrMode() = default; argument
2675 struct ExtAddrMode : public TargetLowering::AddrMode { struct2676 Value *BaseReg = nullptr;2677 Value *ScaledReg = nullptr;2678 Value *OriginalValue = nullptr;2679 bool InBounds = true;2681 enum FieldName {2696 FieldName compare(const ExtAddrMode &other) { in compare()2735 bool isTrivial() { in isTrivial()2743 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()2758 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()