Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMIRYamlMapping.h433 StringValue SavePoint;
453 SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
479 YamlIO.mapOptional("savePoint", MFI.SavePoint,
H A DFastISel.h318 struct SavePoint { struct
325 SavePoint enterLocalValueArea(); argument
328 void leaveLocalValueArea(SavePoint Old);
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp589 if (!YamlMFI.SavePoint.Value.empty()) { in initializeFrameInfo()
591 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp393 SavePoint SaveInsertPt = enterLocalValueArea(); in getRegForValue()
567 FastISel::SavePoint FastISel::enterLocalValueArea() { in enterLocalValueArea()
572 SavePoint SP = {OldInsertPt, OldDL}; in enterLocalValueArea()
576 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) { in leaveLocalValueArea()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMIRPrinter.cpp339 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp791 SavePoint SaveInsertPt = enterLocalValueArea(); in handleConstantAddresses()