Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIProgramInfo.cpp31 SGPRBlocks = ZeroExpr; in reset()
170 MaskShift(SGPRBlocks, /*Mask=*/0xF, /*Shift=*/6, Ctx), Ctx); in getComputePGMRSrc1()
185 MaskShift(SGPRBlocks, /*Mask=*/0xF, /*Shift=*/6, Ctx), Ctx); in getPGMRSrc1()
HDSIProgramInfo.h34 const MCExpr *SGPRBlocks = nullptr; member
HDAMDGPUAsmPrinter.cpp610 " SGPRBlocks: " + getMCExprStr(CurrentProgramInfo.SGPRBlocks), false); in runOnMachineFunction()
975 ProgInfo.SGPRBlocks = GetNumGPRBlocks(ProgInfo.NumSGPRsForWavesPerEU, in getSIProgramInfo()
1171 SetBits(CurrentProgramInfo.SGPRBlocks, /*Mask=*/0x0F, /*Shift=*/6), in EmitProgramInfoSI()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
HDAMDGPUAsmParser.cpp1339 const MCExpr *&VGPRBlocks, const MCExpr *&SGPRBlocks);
5368 const MCExpr *&VGPRBlocks, const MCExpr *&SGPRBlocks) { in calculateGPRBlocks() argument
5420 SGPRBlocks = in calculateGPRBlocks()
5805 const MCExpr *SGPRBlocks; in ParseDirectiveAMDHSAKernel() local
5810 SGPRBlocks)) in ParseDirectiveAMDHSAKernel()
5827 if (SGPRBlocks->evaluateAsAbsolute(EvaluatedSGPRBlocks) && in ParseDirectiveAMDHSAKernel()
5832 KD.compute_pgm_rsrc1, SGPRBlocks, in ParseDirectiveAMDHSAKernel()