Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp27 struct SystemZAddressingMode { struct
29 enum AddrForm {
42 AddrForm Form;
47 enum DispRange {
54 DispRange DR;
59 SDValue Base;
60 int64_t Disp;
61 SDValue Index;
62 bool IncludesDynAlloc;
64 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() argument
[all …]