Searched refs:StrOS (Results 1 – 6 of 6) sorted by relevance
248 raw_string_ostream StrOS(YamlMF.Body.Value.Value); in print() local252 StrOS << "\n"; in print()253 MIPrinter(StrOS, MST, RegisterMaskIds, StackObjectOperandMapping) in print()257 StrOS.flush(); in print()305 raw_string_ostream StrOS(*Outputs[i]); in printStackObjectDbgInfo() local306 Metas[i]->printAsOperand(StrOS, MST); in printStackObjectDbgInfo()374 raw_string_ostream StrOS(YamlMFI.SavePoint.Value); in convert() local375 StrOS << printMBBReference(*MFI.getSavePoint()); in convert()378 raw_string_ostream StrOS(YamlMFI.RestorePoint.Value); in convert() local379 StrOS << printMBBReference(*MFI.getRestorePoint()); in convert()[all …]
53 raw_string_ostream StrOS(Str); in runOnMachineFunction() local54 printMIR(StrOS, MF); in runOnMachineFunction()
71 raw_string_ostream StrOS(ToHSAMetadataString); in verify() local72 FromHSAMetadataString.toYAML(StrOS); in verify()74 errs() << (HSAMetadataString == StrOS.str() ? "PASS" : "FAIL") << '\n'; in verify()77 << "Produced output: " << StrOS.str() << '\n'; in verify()536 raw_string_ostream StrOS(HSAMetadataString); in end() local537 HSAMetadataDoc->toYAML(StrOS); in end()540 dump(StrOS.str()); in end()542 verify(StrOS.str()); in end()
280 raw_string_ostream StrOS(HSAMetadataString); in EmitHSAMetadata() local281 HSAMetadataDoc.toYAML(StrOS); in EmitHSAMetadata()284 OS << StrOS.str() << '\n'; in EmitHSAMetadata()
2426 llvm::raw_svector_ostream StrOS(Buf); in getAsString() local2427 print(StrOS, Policy); in getAsString()2428 return std::string(StrOS.str()); in getAsString()2597 llvm::raw_svector_ostream StrOS(Buf); in getAsStringInternal() local2598 TypePrinter(policy).print(ty, qs, StrOS, buffer); in getAsStringInternal()2599 std::string str = std::string(StrOS.str()); in getAsStringInternal()
5682 raw_string_ostream StrOS(VersionString); in getAMDNote() local5684 StrOS << "[Major: " << Version->MajorVersion in getAMDNote()5700 raw_string_ostream StrOS(HSAILPropetiesString); in getAMDNote() local5701 StrOS << "[HSAIL Major: " << Properties->HSAILMajorVersion in getAMDNote()5725 raw_string_ostream StrOS(IsaString); in getAMDNote() local5726 StrOS << "[Vendor: " in getAMDNote()5758 raw_string_ostream StrOS(MetadataString); in getAMDNote() local5760 StrOS << "[" << Isa[I].Key << ": " << Isa[I].Value << "]"; in getAMDNote()5795 raw_string_ostream StrOS(MetadataString); in getAMDGPUNote() local5803 MsgPackDoc.toYAML(StrOS); in getAMDGPUNote()[all …]