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.h95 struct ExtAddrMode { struct
107 ExtAddrMode() = default; argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3099 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()
[all …]