Lines Matching refs:OutStreamer

113   if (!OutStreamer)  in getTargetStreamer()
115 return static_cast<AMDGPUTargetStreamer*>(OutStreamer->getTargetStreamer()); in getTargetStreamer()
357 OutStreamer->switchSection(getObjFileLowering().getTextSection()); in doFinalization()
373 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
374 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments()
375 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments()
377 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments()
378 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments()
381 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments()
382 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
481 OutStreamer->switchSection(ConfigSection); in runOnMachineFunction()
501 bool SaveFlag = OutStreamer->getUseAssemblerInfoForParsing(); in runOnMachineFunction()
502 OutStreamer->setUseAssemblerInfoForParsing(true); in runOnMachineFunction()
503 MCAssembler *Assembler = OutStreamer->getAssemblerPtr(); in runOnMachineFunction()
504 OutStreamer->setUseAssemblerInfoForParsing(SaveFlag); in runOnMachineFunction()
521 OutStreamer->switchSection(CommentSection); in runOnMachineFunction()
524 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction()
537 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
547 OutStreamer->emitRawComment( in runOnMachineFunction()
549 OutStreamer->emitRawComment( in runOnMachineFunction()
551 OutStreamer->emitRawComment( in runOnMachineFunction()
555 OutStreamer->emitRawComment( in runOnMachineFunction()
557 OutStreamer->emitRawComment( in runOnMachineFunction()
560 OutStreamer->emitRawComment( in runOnMachineFunction()
563 OutStreamer->emitRawComment( in runOnMachineFunction()
568 OutStreamer->emitRawComment( in runOnMachineFunction()
572 OutStreamer->emitRawComment( in runOnMachineFunction()
576 OutStreamer->emitRawComment( in runOnMachineFunction()
579 OutStreamer->emitRawComment( in runOnMachineFunction()
582 OutStreamer->emitRawComment( in runOnMachineFunction()
585 OutStreamer->emitRawComment( in runOnMachineFunction()
588 OutStreamer->emitRawComment( in runOnMachineFunction()
591 OutStreamer->emitRawComment( in runOnMachineFunction()
594 OutStreamer->emitRawComment( in runOnMachineFunction()
597 OutStreamer->emitRawComment( in runOnMachineFunction()
605 OutStreamer->emitRawComment( in runOnMachineFunction()
610 OutStreamer->emitRawComment( in runOnMachineFunction()
620 OutStreamer->switchSection( in runOnMachineFunction()
630 OutStreamer->emitBytes(StringRef(DisasmLines[i])); in runOnMachineFunction()
631 OutStreamer->emitBytes(StringRef(Comment)); in runOnMachineFunction()
970 OutStreamer->emitInt32(R_00B848_COMPUTE_PGM_RSRC1); in EmitProgramInfoSI()
972 OutStreamer->emitInt32(CurrentProgramInfo.getComputePGMRSrc1()); in EmitProgramInfoSI()
974 OutStreamer->emitInt32(R_00B84C_COMPUTE_PGM_RSRC2); in EmitProgramInfoSI()
975 OutStreamer->emitInt32(CurrentProgramInfo.ComputePGMRSrc2); in EmitProgramInfoSI()
977 OutStreamer->emitInt32(R_00B860_COMPUTE_TMPRING_SIZE); in EmitProgramInfoSI()
978 OutStreamer->emitInt32( in EmitProgramInfoSI()
986 OutStreamer->emitInt32(RsrcReg); in EmitProgramInfoSI()
987 OutStreamer->emitIntValue(S_00B028_VGPRS(CurrentProgramInfo.VGPRBlocks) | in EmitProgramInfoSI()
989 OutStreamer->emitInt32(R_0286E8_SPI_TMPRING_SIZE); in EmitProgramInfoSI()
990 OutStreamer->emitInt32( in EmitProgramInfoSI()
997 OutStreamer->emitInt32(R_00B02C_SPI_SHADER_PGM_RSRC2_PS); in EmitProgramInfoSI()
1001 OutStreamer->emitInt32(S_00B02C_EXTRA_LDS_SIZE(ExtraLDSSize)); in EmitProgramInfoSI()
1002 OutStreamer->emitInt32(R_0286CC_SPI_PS_INPUT_ENA); in EmitProgramInfoSI()
1003 OutStreamer->emitInt32(MFI->getPSInputEnable()); in EmitProgramInfoSI()
1004 OutStreamer->emitInt32(R_0286D0_SPI_PS_INPUT_ADDR); in EmitProgramInfoSI()
1005 OutStreamer->emitInt32(MFI->getPSInputAddr()); in EmitProgramInfoSI()
1008 OutStreamer->emitInt32(R_SPILLED_SGPRS); in EmitProgramInfoSI()
1009 OutStreamer->emitInt32(MFI->getNumSpilledSGPRs()); in EmitProgramInfoSI()
1010 OutStreamer->emitInt32(R_SPILLED_VGPRS); in EmitProgramInfoSI()
1011 OutStreamer->emitInt32(MFI->getNumSpilledVGPRs()); in EmitProgramInfoSI()