Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAsmPrinter.cpp1063 auto SetBits = [&Ctx](const MCExpr *Dst, const MCExpr *Value, uint32_t Mask, in getSIProgramInfo() local
1074 SetBits(ProgInfo.ComputePGMRSrc3GFX90A, ProgInfo.AccumOffset, in getSIProgramInfo()
1078 SetBits(ProgInfo.ComputePGMRSrc3GFX90A, CreateExpr(ProgInfo.TgSplit), in getSIProgramInfo()
1122 auto SetBits = [&Ctx](const MCExpr *Value, uint32_t Mask, uint32_t Shift) { in EmitProgramInfoSI() local
1151 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI()
1155 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI()
1159 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI()
1170 SetBits(CurrentProgramInfo.VGPRBlocks, /*Mask=*/0x3F, /*Shift=*/0), in EmitProgramInfoSI()
1171 SetBits(CurrentProgramInfo.SGPRBlocks, /*Mask=*/0x0F, /*Shift=*/6), in EmitProgramInfoSI()
1179 EmitResolvedOrExpr(SetBits(CurrentProgramInfo.ScratchBlocks, in EmitProgramInfoSI()
[all …]