Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.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()
H A DSIProgramInfo.h34 const MCExpr *SGPRBlocks = nullptr; member
H A DAMDGPUAsmPrinter.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/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.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()