Searched refs:getMCExprStr (Results 1 – 2 of 2) sorted by relevance
519 SmallString<128> AMDGPUAsmPrinter::getMCExprStr(const MCExpr *Value) { in getMCExprStr() function in AMDGPUAsmPrinter535 OutStreamer->emitRawComment(" TotalNumSgprs: " + getMCExprStr(NumSGPR), in emitCommonFunctionComments()537 OutStreamer->emitRawComment(" NumVgprs: " + getMCExprStr(NumVGPR), false); in emitCommonFunctionComments()539 OutStreamer->emitRawComment(" NumAgprs: " + getMCExprStr(NumAGPR), false); in emitCommonFunctionComments()540 OutStreamer->emitRawComment(" TotalNumVgprs: " + getMCExprStr(TotalNumVGPR), in emitCommonFunctionComments()543 OutStreamer->emitRawComment(" ScratchSize: " + getMCExprStr(ScratchSize), in emitCommonFunctionComments()775 " SGPRBlocks: " + getMCExprStr(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()778 " VGPRBlocks: " + getMCExprStr(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()782 getMCExprStr(CurrentProgramInfo.NumSGPRsForWavesPerEU), in runOnMachineFunction()786 getMCExprStr(CurrentProgramInfo.NumVGPRsForWavesPerEU), in runOnMachineFunction()[all …]
86 SmallString<128> getMCExprStr(const MCExpr *Value);