Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp2782 struct X86FrameSortingObject { struct
2783 bool IsValid = false; // true if we care about this Object.
2784 unsigned ObjectIndex = 0; // Index of Object into MFI list.
2785 unsigned ObjectSize = 0; // Size of Object in bytes.
2786 unsigned ObjectAlignment = 1; // Alignment of Object in bytes.
2787 unsigned ObjectNumUses = 0; // Object static number of uses.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FrameLowering.cpp3013 struct X86FrameSortingObject { struct
3014 bool IsValid = false; // true if we care about this Object.
3015 unsigned ObjectIndex = 0; // Index of Object into MFI list.
3016 unsigned ObjectSize = 0; // Size of Object in bytes.
3017 unsigned ObjectAlignment = 1; // Alignment of Object in bytes.
3018 unsigned ObjectNumUses = 0; // Object static number of uses.
/external/llvm-project/llvm/lib/Target/X86/
DX86FrameLowering.cpp3355 struct X86FrameSortingObject { struct
3356 bool IsValid = false; // true if we care about this Object.
3357 unsigned ObjectIndex = 0; // Index of Object into MFI list.
3358 unsigned ObjectSize = 0; // Size of Object in bytes.
3359 Align ObjectAlignment = Align(1); // Alignment of Object in bytes.
3360 unsigned ObjectNumUses = 0; // Object static number of uses.