Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2179 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2196 ExtAddrMode() = default;
2201 FieldName compare(const ExtAddrMode &other) { in compare() argument
2265 const SmallVectorImpl<ExtAddrMode> &AddrModes) { in SetCombinedField()
2270 case ExtAddrMode::BaseRegField: in SetCombinedField()
2273 case ExtAddrMode::BaseGVField: in SetCombinedField()
2280 case ExtAddrMode::ScaledRegField: in SetCombinedField()
2285 for (const ExtAddrMode &AM : AddrModes) in SetCombinedField()
2291 case ExtAddrMode::BaseOffsField: in SetCombinedField()
2306 static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) { in operator <<()
[all …]