HomeSort by: relevance | last modified time | path
    Searched refs:YamlMF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 114 bool initializeMachineFunction(const yaml::MachineFunction &YamlMF,
118 const yaml::MachineFunction &YamlMF);
121 const yaml::MachineFunction &YamlMF);
124 const yaml::MachineFunction &YamlMF);
127 const yaml::MachineFunction &YamlMF);
141 const yaml::MachineFunction &YamlMF);
166 PerFunctionMIParsingState &PFS, const yaml::MachineFunction &YamlMF);
292 yaml::MachineFunction YamlMF;
296 YamlMF.MachineFuncInfo = std::unique_ptr<yaml::MachineFunctionInfo>(
299 yaml::yamlize(In, YamlMF, false, Ctx)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRPrinter.cpp 202 yaml::MachineFunction YamlMF;
203 YamlMF.Name = MF.getName();
204 YamlMF.Alignment = MF.getAlignment();
205 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice();
206 YamlMF.HasWinCFI = MF.hasWinCFI();
208 YamlMF.Legalized = MF.getProperties().hasProperty(
210 YamlMF.RegBankSelected = MF.getProperties().hasProperty(
212 YamlMF.Selected = MF.getProperties().hasProperty(
214 YamlMF.FailedISel = MF.getProperties().hasProperty(
217 convert(YamlMF, MF.getRegInfo(), MF.getSubtarget().getRegisterInfo())
    [all...]

Completed in 35 milliseconds