Searched defs:ExtAddrMode (Results 1 – 2 of 2) sorted by relevance
95 struct ExtAddrMode { struct107 ExtAddrMode() = default; argument
3099 struct ExtAddrMode : public TargetLowering::AddrMode { struct3100 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()[all …]