Searched refs:RestorePoint (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h506 StringValue RestorePoint; member in struct:llvm::yaml::MachineFrameInfo
525 SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
553 YamlIO.mapOptional("restorePoint", MFI.RestorePoint,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp665 if (!YamlMFI.RestorePoint.Value.empty()) {
667 if (parseMBBReference(PFS, MBB, YamlMFI.RestorePoint))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRPrinter.cpp352 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value);

Completed in 131 milliseconds