Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h92 struct ExtAddrMode { struct
104 ExtAddrMode() = default; argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2769 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2770 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()