Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Target/SystemZ/
H A 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() argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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() argument
[all …]