Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2179 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2180 Value *BaseReg = nullptr;
2181 Value *ScaledReg = nullptr;
2182 Value *OriginalValue = nullptr;
2183 bool InBounds = true;
2185 enum FieldName {
2201 FieldName compare(const ExtAddrMode &other) { in compare()
2241 bool isTrivial() { in isTrivial()
2249 Value *GetFieldAsValue(FieldName Field, Type *IntPtrTy) { in GetFieldAsValue()
2264 void SetCombinedField(FieldName Field, Value *V, in SetCombinedField()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2083 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2084 Value *BaseReg;
2085 Value *ScaledReg;
2086 ExtAddrMode() : BaseReg(nullptr), ScaledReg(nullptr) {} in ExtAddrMode() argument
2090 bool operator==(const ExtAddrMode& O) const { in operator ==()