Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h313 using SavePoint = MachineBasicBlock::iterator; variable
317 SavePoint enterLocalValueArea();
320 void leaveLocalValueArea(SavePoint Old);
H A DMIRYamlMapping.h617 StringValue SavePoint;
639 SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
668 YamlIO.mapOptional("savePoint", MFI.SavePoint,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp268 SavePoint SaveInsertPt = enterLocalValueArea(); in getRegForValue()
430 FastISel::SavePoint FastISel::enterLocalValueArea() { in enterLocalValueArea()
431 SavePoint OldInsertPt = FuncInfo.InsertPt; in enterLocalValueArea()
436 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) { in leaveLocalValueArea()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp754 if (!YamlMFI.SavePoint.Value.empty()) { in initializeFrameInfo()
756 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp366 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp771 SavePoint SaveInsertPt = enterLocalValueArea(); in handleConstantAddresses()