Home
last modified time | relevance | path

Searched refs:getMCExprStr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp519 SmallString<128> AMDGPUAsmPrinter::getMCExprStr(const MCExpr *Value) { in getMCExprStr() function in AMDGPUAsmPrinter
535 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 …]
H A DAMDGPUAsmPrinter.h86 SmallString<128> getMCExprStr(const MCExpr *Value);