Searched refs:EmitResolvedOrExpr (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAsmPrinter.cpp | 1326 auto EmitResolvedOrExpr = [this](const MCExpr *Value, unsigned Size) { in EmitProgramInfoSI() local 1337 EmitResolvedOrExpr(CurrentProgramInfo.getComputePGMRSrc1(STM, Ctx), in EmitProgramInfoSI() 1341 EmitResolvedOrExpr(CurrentProgramInfo.getComputePGMRSrc2(Ctx), /*Size=*/4); in EmitProgramInfoSI() 1348 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1352 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1356 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1370 EmitResolvedOrExpr(GPRBlocks, /*Size=*/4); in EmitProgramInfoSI() 1376 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1380 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1384 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI()
|