Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h87 struct ExtAddrMode { struct
88 Register BaseReg;
89 Register ScaledReg;
90 int64_t Scale;
91 int64_t Displacement;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2554 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2555 Value *BaseReg = nullptr;
2556 Value *ScaledReg = nullptr;
2557 Value *OriginalValue = nullptr;
2558 bool InBounds = true;
2560 enum FieldName {
2575 FieldName compare(const ExtAddrMode &other) { in compare()
2614 bool isTrivial() { in isTrivial()
2622 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()
2637 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()