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

/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DAddrModeMatcher.h34 /// ExtAddrMode - This is an extended version of TargetLowering::AddrMode
36 struct ExtAddrMode : public TargetLowering::AddrMode { struct in namespace:llvm
39 ExtAddrMode() : BaseReg(0), ScaledReg(0) {} function in struct:llvm::ExtAddrMode
43 bool operator==(const ExtAddrMode& O) const {
50 static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) {
66 ExtAddrMode &AddrMode;
75 Instruction *MI, ExtAddrMode &AM)
84 static ExtAddrMode Match(Value *V, Type *AccessTy,
88 ExtAddrMode Result;
101 ExtAddrMode
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2083 struct ExtAddrMode : public TargetLowering::AddrMode { struct in namespace:__anon12655
2086 ExtAddrMode() : BaseReg(nullptr), ScaledReg(nullptr) {} function in struct:__anon12655::ExtAddrMode
2090 bool operator==(const ExtAddrMode& O) const {
2098 static inline raw_ostream &operator<<(raw_ostream &OS, const ExtAddrMode &AM) {
2104 void ExtAddrMode::print(raw_ostream &OS) const {
2136 LLVM_DUMP_METHOD void ExtAddrMode::dump() const {
2597 ExtAddrMode &AddrMode;
2612 Instruction *MI, ExtAddrMode &AM,
2633 static ExtAddrMode Match(Value *V, Type *AccessTy, unsigned AS,
2640 ExtAddrMode Resul
[all...]

Completed in 174 milliseconds