Searched refs:StrOS (Results 1 – 6 of 6) sorted by relevance
236 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local240 StrOS << "\n"; in print()241 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()245 StrOS.flush(); in print()289 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local290 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()357 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local358 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()361 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local362 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()[all …]
44 raw_string_ostream StrOS(Str); in runOnMachineFunction() local45 printMIR(StrOS, MF); in runOnMachineFunction()46 MachineFunctions.append(StrOS.str()); in runOnMachineFunction()
495 raw_string_ostream StrOS(ToHSAMetadataString); in verify() local496 FromHSAMetadataString.toYAML(StrOS); in verify()498 errs() << (HSAMetadataString == StrOS.str() ? "PASS" : "FAIL") << '\n'; in verify()501 << "Produced output: " << StrOS.str() << '\n'; in verify()894 raw_string_ostream StrOS(HSAMetadataString); in end() local895 HSAMetadataDoc->toYAML(StrOS); in end()898 dump(StrOS.str()); in end()900 verify(StrOS.str()); in end()
269 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local270 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()273 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
2098 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local2099 print(StrOS, Policy); in getAsString()2100 return std::string(StrOS.str()); in getAsString()2265 llvm::raw_svector_ostream StrOS(Buf); in getAsStringInternal() local2266 TypePrinter(policy).print(ty, qs, StrOS, buffer); in getAsStringInternal()2267 std::string str = std::string(StrOS.str()); in getAsStringInternal()
5040 raw_string_ostream StrOS(VersionString); in getAMDNote() local5042 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()5058 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local5059 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()5083 raw_string_ostream StrOS(IsaString); in getAMDNote() local5084 StrOS << "[Vendor: " in getAMDNote()5116 raw_string_ostream StrOS(MetadataString); in getAMDNote() local5118 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()5147 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local5155 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()[all …]