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.cpp395 SmallString<128> AMDGPUAsmPrinter::getMCExprStr(const MCExpr *Value) { in getMCExprStr() function in AMDGPUAsmPrinter
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()
610 " SGPRBlocks: " + getMCExprStr(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()
613 " VGPRBlocks: " + getMCExprStr(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()
617 getMCExprStr(CurrentProgramInfo.NumSGPRsForWavesPerEU), in runOnMachineFunction()
621 getMCExprStr(CurrentProgramInfo.NumVGPRsForWavesPerEU), in runOnMachineFunction()
[all …]
H A DAMDGPUAsmPrinter.h85 SmallString<128> getMCExprStr(const MCExpr *Value);