Lines Matching defs:ExtAddrMode
3099 struct ExtAddrMode : public TargetLowering::AddrMode { struct
3100 Value *BaseReg = nullptr;
3101 Value *ScaledReg = nullptr;
3102 Value *OriginalValue = nullptr;
3103 bool InBounds = true;
3105 enum FieldName {
3123 void replaceWith(Value *From, Value *To) { in replaceWith()
3128 FieldName compare(const ExtAddrMode &other) { in compare()
3167 bool isTrivial() { in isTrivial()
3175 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()
3190 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()