reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
395 if (YamlMF.Alignment) 396 MF.setAlignment(Align(YamlMF.Alignment)); 397 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); 398 MF.setHasWinCFI(YamlMF.HasWinCFI); 400 if (YamlMF.Legalized) 402 if (YamlMF.RegBankSelected) 405 if (YamlMF.Selected) 407 if (YamlMF.FailedISel) 411 if (parseRegisterInfo(PFS, YamlMF)) 413 if (!YamlMF.Constants.empty()) { 416 if (initializeConstantPool(PFS, *ConstantPool, YamlMF)) 420 StringRef BlockStr = YamlMF.Body.Value.Value; 429 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange)); 436 if (initializeFrameInfo(PFS, YamlMF)) 440 if (!YamlMF.JumpTableInfo.Entries.empty() && 441 initializeJumpTableInfo(PFS, YamlMF.JumpTableInfo)) 445 StringRef InsnStr = YamlMF.Body.Value.Value; 453 diagFromBlockStringDiag(Error, YamlMF.Body.Value.SourceRange)); 458 if (setupRegisterInfo(PFS, YamlMF)) 461 if (YamlMF.MachineFuncInfo) { 468 if (TM.parseMachineFunctionInfo(*YamlMF.MachineFuncInfo, PFS, Error, 484 if (initializeCallSiteInfo(PFS, YamlMF))