Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h312 using SavePoint = MachineBasicBlock::iterator; variable
316 SavePoint enterLocalValueArea();
319 void leaveLocalValueArea(SavePoint Old);
H A DMIRYamlMapping.h613 StringValue SavePoint;
634 SavePoint == Other.SavePoint && RestorePoint == Other.RestorePoint;
661 YamlIO.mapOptional("savePoint", MFI.SavePoint,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp705 if (!YamlMFI.SavePoint.Value.empty()) { in initializeFrameInfo()
707 if (parseMBBReference(PFS, MBB, YamlMFI.SavePoint)) in initializeFrameInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp271 SavePoint SaveInsertPt = enterLocalValueArea(); in getRegForValue()
438 FastISel::SavePoint FastISel::enterLocalValueArea() { in enterLocalValueArea()
439 SavePoint OldInsertPt = FuncInfo.InsertPt; in enterLocalValueArea()
444 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) { in leaveLocalValueArea()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp357 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp779 SavePoint SaveInsertPt = enterLocalValueArea(); in handleConstantAddresses()