HomeSort by relevance Sort by last modified time
    Searched defs:MachineFrameInfo (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 178 /// Serializable representation of stack object from the MachineFrameInfo class.
236 /// MachineFrameInfo class.
329 /// Serializable representation of MachineFrameInfo.
336 struct MachineFrameInfo {
356 template <> struct MappingTraits<MachineFrameInfo> {
357 static void mapping(IO &YamlIO, MachineFrameInfo &MFI) {
396 MachineFrameInfo FrameInfo;
MachineFrameInfo.h 1 //===-- CodeGen/MachineFrameInfo.h - Abstract Stack Frame Rep. --*- C++ -*-===//
10 // The file defines the MachineFrameInfo class.
51 /// The MachineFrameInfo class represents an abstract stack frame until
80 class MachineFrameInfo {
282 explicit MachineFrameInfo(unsigned StackAlignment, bool StackRealignable,
623 /// Notify the MachineFrameInfo object that a variable sized object has been
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineFrameInfo.h 1 //===-- CodeGen/MachineFrameInfo.h - Abstract Stack Frame Rep. --*- C++ -*-===//
10 // The file defines the MachineFrameInfo class.
48 /// The MachineFrameInfo class represents an abstract stack frame until
77 class MachineFrameInfo {
219 explicit MachineFrameInfo(const TargetFrameLowering &tfi) : TFI(tfi) {
510 /// CreateVariableSizedObject - Notify the MachineFrameInfo object that a
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 199 /// Serializable representation of stack object from the MachineFrameInfo class.
273 /// MachineFrameInfo class.
408 /// Serializable representation of MachineFrameInfo.
415 struct MachineFrameInfo {
435 bool operator==(const MachineFrameInfo &Other) const {
454 template <> struct MappingTraits<MachineFrameInfo> {
455 static void mapping(IO &YamlIO, MachineFrameInfo &MFI) {
497 MachineFrameInfo FrameInfo;
521 YamlIO.mapOptional("frameInfo", MF.FrameInfo, MachineFrameInfo());
MachineFrameInfo.h 1 //===-- CodeGen/MachineFrameInfo.h - Abstract Stack Frame Rep. --*- C++ -*-===//
10 // The file defines the MachineFrameInfo class.
60 /// The MachineFrameInfo class represents an abstract stack frame until
89 class MachineFrameInfo {
319 explicit MachineFrameInfo(unsigned StackAlignment, bool StackRealignable,
710 /// Notify the MachineFrameInfo object that a variable sized object has been

Completed in 385 milliseconds