Home
last modified time | relevance | path

Searched defs:ExtAddrMode (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h91 struct ExtAddrMode { struct
103 ExtAddrMode() = default; argument
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2675 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2676 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()