Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp26 struct SystemZAddressingMode { struct
28 enum AddrForm {
41 AddrForm Form;
46 enum DispRange {
53 DispRange DR;
58 SDValue Base;
59 int64_t Disp;
60 SDValue Index;
61 bool IncludesDynAlloc;
63 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() function
[all …]