Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h313 using SavePoint = MachineBasicBlock::iterator; variable
317 SavePoint enterLocalValueArea();
320 void leaveLocalValueArea(SavePoint Old);
H A DMIRYamlMapping.h616 StringValue SavePoint;
638 SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
667 YamlIO.mapOptional("savePoint", MFI.SavePoint,
/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp1543 MCInst *SavePoint = nullptr; in insertUpdatedCFI() local
1563 SavePoint = &*InstIter; in insertUpdatedCFI()
1566 if (SavePoint) in insertUpdatedCFI()
1569 assert(SavePoint); in insertUpdatedCFI()
1572 SavePoint->dump(); in insertUpdatedCFI()
1580 const bool InAffectedZoneAtEnd = DA.count(*BB->rbegin(), *SavePoint); in insertUpdatedCFI()
1582 (*DA.getStateBefore(*BB->begin()))[DA.ExprToIdx[SavePoint]]; in insertUpdatedCFI()
1585 const bool CurZone = DA.count(*InstIter, *SavePoint); in insertUpdatedCFI()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp268 SavePoint SaveInsertPt = enterLocalValueArea(); in getRegForValue()
435 FastISel::SavePoint FastISel::enterLocalValueArea() { in enterLocalValueArea()
436 SavePoint OldInsertPt = FuncInfo.InsertPt; in enterLocalValueArea()
441 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) { in leaveLocalValueArea()
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp740 if (!YamlMFI.SavePoint.Value.empty()) { in initializeFrameInfo()
742 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRPrinter.cpp365 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86FastISel.cpp773 SavePoint SaveInsertPt = enterLocalValueArea(); in handleConstantAddresses()