Searched refs:EmitResolvedOrExpr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAsmPrinter.cpp | 1129 auto EmitResolvedOrExpr = [this](const MCExpr *Value, unsigned Size) { in EmitProgramInfoSI() local 1140 EmitResolvedOrExpr(CurrentProgramInfo.getComputePGMRSrc1(STM, Ctx), in EmitProgramInfoSI() 1144 EmitResolvedOrExpr(CurrentProgramInfo.getComputePGMRSrc2(Ctx), /*Size=*/4); in EmitProgramInfoSI() 1151 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1155 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1159 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1173 EmitResolvedOrExpr(GPRBlocks, /*Size=*/4); in EmitProgramInfoSI() 1179 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1183 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI() 1187 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI()
|