Home | History | Annotate | Download | only in MIRParser

Lines Matching refs:PFS

102                               PerFunctionMIParsingState &PFS);
109 PerFunctionMIParsingState &PFS);
112 PerFunctionMIParsingState &PFS,
118 PerFunctionMIParsingState &PFS,
129 PerFunctionMIParsingState &PFS);
133 MachineFunction &MF, const PerFunctionMIParsingState &PFS);
137 const PerFunctionMIParsingState &PFS);
288 PerFunctionMIParsingState PFS;
289 if (initializeRegisterInfo(MF, YamlMF, PFS))
295 PFS.ConstantPoolSlots))
300 if (parseMachineBasicBlockDefinitions(MF, YamlMF.Body.Value.Value, PFS,
312 if (initializeFrameInfo(MF, YamlMF, PFS))
317 initializeJumpTableInfo(MF, YamlMF.JumpTableInfo, PFS))
321 if (parseMachineInstructions(MF, YamlMF.Body.Value.Value, PFS, IRSlots,
337 PerFunctionMIParsingState &PFS) {
356 if (!PFS.VirtualRegisterSlots.insert(std::make_pair(VReg.ID.Value, Reg))
364 VReg.PreferredRegister.Value, PFS,
374 if (parseNamedRegisterReference(Reg, SM, MF, LiveIn.Register.Value, PFS,
380 VReg, SM, MF, LiveIn.VirtualRegister.Value, PFS, IRSlots, Error))
392 if (parseNamedRegisterReference(Reg, SM, MF, RegSource.Value, PFS, IRSlots,
418 PerFunctionMIParsingState &PFS) {
438 if (parseMBBReference(MBB, YamlMFI.SavePoint, MF, PFS))
444 if (parseMBBReference(MBB, YamlMFI.RestorePoint, MF, PFS))
459 if (!PFS.FixedStackObjectSlots.insert(std::make_pair(Object.ID.Value,
465 if (parseCalleeSavedRegister(MF, PFS, CSIInfo, Object.CalleeSavedRegister,
491 if (!PFS.StackObjectSlots.insert(std::make_pair(Object.ID.Value, ObjectIdx))
496 if (parseCalleeSavedRegister(MF, PFS, CSIInfo, Object.CalleeSavedRegister,
501 if (parseStackObjectsDebugInfo(MF, PFS, Object, ObjectIdx))
513 if (parseStackObjectReference(FI, SM, MF, YamlMFI.StackProtector.Value, PFS,
522 MachineFunction &MF, PerFunctionMIParsingState &PFS,
529 if (parseNamedRegisterReference(Reg, SM, MF, RegisterSource.Value, PFS,
552 MachineFunction &MF, PerFunctionMIParsingState &PFS,
558 if (parseMDNode(Var, Object.DebugVar, MF, PFS) ||
559 parseMDNode(Expr, Object.DebugExpr, MF, PFS) ||
560 parseMDNode(Loc, Object.DebugLoc, MF, PFS))
577 const PerFunctionMIParsingState &PFS) {
581 if (llvm::parseMDNode(Node, SM, MF, Source.Value, PFS, IRSlots, Error))
613 PerFunctionMIParsingState &PFS) {
619 if (parseMBBReference(MBB, MBBSource.Value, MF, PFS))
624 if (!PFS.JumpTableSlots.insert(std::make_pair(Entry.ID.Value, Index))
636 const PerFunctionMIParsingState &PFS) {
638 if (llvm::parseMBBReference(MBB, SM, MF, Source.Value, PFS, IRSlots, Error))