Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp28 struct SystemZAddressingMode { struct
30 enum AddrForm {
43 AddrForm Form;
48 enum DispRange {
55 DispRange DR;
60 SDValue Base;
61 int64_t Disp;
62 SDValue Index;
63 bool IncludesDynAlloc;
65 SystemZAddressingMode(AddrForm form, DispRange dr) in SystemZAddressingMode() function
[all …]