Home
last modified time | relevance | path

Searched defs:SystemZAddressingMode (Results 1 – 2 of 2) 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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
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() function
[all …]