Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2025 struct ExtAddrMode : public TargetLowering::AddrMode { struct
2028 ExtAddrMode() : BaseReg(nullptr), ScaledReg(nullptr) {} in ExtAddrMode() argument
2032 bool operator==(const ExtAddrMode& O) const { in operator ==() argument
2040 static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) { in operator <<()
2046 void ExtAddrMode::print(raw_ostream &OS) const { in print()
2078 void ExtAddrMode::dump() const { in dump()
2539 ExtAddrMode &AddrMode;
2554 Instruction *MI, ExtAddrMode &AM, in AddressingModeMatcher()
2575 static ExtAddrMode Match(Value *V, Type *AccessTy, unsigned AS, in Match()
2582 ExtAddrMode Result; in Match()
[all …]