Lines Matching refs:emitRawComment
382 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
383 OutStreamer->emitRawComment(" NumSgprs: " + Twine(NumSGPR), false); in emitCommonFunctionComments()
384 OutStreamer->emitRawComment(" NumVgprs: " + Twine(NumVGPR), false); in emitCommonFunctionComments()
386 OutStreamer->emitRawComment(" NumAgprs: " + Twine(*NumAGPR), false); in emitCommonFunctionComments()
387 OutStreamer->emitRawComment(" TotalNumVgprs: " + Twine(TotalNumVGPR), in emitCommonFunctionComments()
390 OutStreamer->emitRawComment(" ScratchSize: " + Twine(ScratchSize), false); in emitCommonFunctionComments()
391 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
411 OutStreamer->emitRawComment(" codeLenInByte = " + Twine(CodeSize), false); in emitCommonFunctionComments()
412 OutStreamer->emitRawComment(" NumSgprs: " + getMCExprStr(NumSGPR), false); in emitCommonFunctionComments()
413 OutStreamer->emitRawComment(" NumVgprs: " + getMCExprStr(NumVGPR), false); in emitCommonFunctionComments()
415 OutStreamer->emitRawComment(" NumAgprs: " + getMCExprStr(NumAGPR), false); in emitCommonFunctionComments()
416 OutStreamer->emitRawComment(" TotalNumVgprs: " + getMCExprStr(TotalNumVGPR), in emitCommonFunctionComments()
419 OutStreamer->emitRawComment(" ScratchSize: " + getMCExprStr(ScratchSize), in emitCommonFunctionComments()
421 OutStreamer->emitRawComment(" MemoryBound: " + Twine(MFI->isMemoryBound()), in emitCommonFunctionComments()
582 OutStreamer->emitRawComment(" Function info:", false); in runOnMachineFunction()
594 OutStreamer->emitRawComment(" Kernel info:", false); in runOnMachineFunction()
601 OutStreamer->emitRawComment( in runOnMachineFunction()
603 OutStreamer->emitRawComment( in runOnMachineFunction()
605 OutStreamer->emitRawComment( in runOnMachineFunction()
609 OutStreamer->emitRawComment( in runOnMachineFunction()
612 OutStreamer->emitRawComment( in runOnMachineFunction()
615 OutStreamer->emitRawComment( in runOnMachineFunction()
619 OutStreamer->emitRawComment( in runOnMachineFunction()
629 OutStreamer->emitRawComment( in runOnMachineFunction()
633 OutStreamer->emitRawComment( in runOnMachineFunction()
636 OutStreamer->emitRawComment( in runOnMachineFunction()
639 OutStreamer->emitRawComment( in runOnMachineFunction()
643 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:USER_SGPR: " + in runOnMachineFunction()
646 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TRAP_HANDLER: " + in runOnMachineFunction()
649 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TGID_X_EN: " + in runOnMachineFunction()
652 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TGID_Y_EN: " + in runOnMachineFunction()
655 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TGID_Z_EN: " + in runOnMachineFunction()
658 OutStreamer->emitRawComment(" COMPUTE_PGM_RSRC2:TIDIG_COMP_CNT: " + in runOnMachineFunction()
668 OutStreamer->emitRawComment( in runOnMachineFunction()
675 OutStreamer->emitRawComment( in runOnMachineFunction()