Searched refs:SystemZRRIAddressMode (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp34 /// SystemZRRIAddressMode - This corresponds to rriaddr, but uses SDValue's
36 struct SystemZRRIAddressMode { struct in namespace:__anon22919
51 SystemZRRIAddressMode(bool RI = false) function in struct:__anon22919::SystemZRRIAddressMode
56 errs() << "SystemZRRIAddressMode " << this << '\n';
85 void getAddressOperandsRI(const SystemZRRIAddressMode &AM,
87 void getAddressOperands(const SystemZRRIAddressMode &AM,
141 bool MatchAddress(SDValue N, SystemZRRIAddressMode &AM,
143 bool MatchAddressBase(SDValue N, SystemZRRIAddressMode &AM);
182 bool SystemZDAGToDAGISel::MatchAddress(SDValue N, SystemZRRIAddressMode &AM,
209 if (AM.BaseType == SystemZRRIAddressMode
[all...]

Completed in 100 milliseconds