Searched defs:ExtAddrMode (Results 1 – 2 of 2) sorted by relevance
92 struct ExtAddrMode { struct104 ExtAddrMode() = default; argument
2769 struct ExtAddrMode : public TargetLowering::AddrMode { struct2770 Value *BaseReg = nullptr;2771 Value *ScaledReg = nullptr;2772 Value *OriginalValue = nullptr;2773 bool InBounds = true;2775 enum FieldName {2790 FieldName compare(const ExtAddrMode &other) { in compare()2829 bool isTrivial() { in isTrivial()2837 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()2852 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()