Home
last modified time | relevance | path

Searched refs:SavePoint (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h316 using SavePoint = MachineBasicBlock::iterator; variable
320 SavePoint enterLocalValueArea();
323 void leaveLocalValueArea(SavePoint Old);
H A DMIRYamlMapping.h645 StringValue SavePoint;
667 SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint &&
699 YamlIO.mapOptional("savePoint", MFI.SavePoint,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp440 isSaveReachableThroughClean(const MachineBasicBlock *SavePoint, in isSaveReachableThroughClean() argument
447 if (CleanBB == SavePoint) in isSaveReachableThroughClean()
H A DMIRPrinter.cpp374 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp268 SavePoint SaveInsertPt = enterLocalValueArea(); in getRegForValue()
433 FastISel::SavePoint FastISel::enterLocalValueArea() { in enterLocalValueArea()
434 SavePoint OldInsertPt = FuncInfo.InsertPt; in enterLocalValueArea()
439 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) { in leaveLocalValueArea()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp784 if (!YamlMFI.SavePoint.Value.empty()) { in initializeFrameInfo()
786 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp776 SavePoint SaveInsertPt = enterLocalValueArea(); in handleConstantAddresses()