Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp32 VGPRBlocks = ZeroExpr; in reset()
176 MaskShift(VGPRBlocks, /*Mask=*/0x3F, /*Shift=*/0, Ctx), in getComputePGMRSrc1()
191 MaskShift(VGPRBlocks, /*Mask=*/0x3F, /*Shift=*/0, Ctx), in getPGMRSrc1()
H A DSIProgramInfo.h36 const MCExpr *VGPRBlocks = nullptr; member
H A DAMDGPUAsmPrinter.cpp778 " VGPRBlocks: " + getMCExprStr(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction()
1148 ProgInfo.VGPRBlocks = GetNumGPRBlocks(ProgInfo.NumVGPRsForWavesPerEU, in getSIProgramInfo()
1367 SetBits(CurrentProgramInfo.VGPRBlocks, /*Mask=*/0x3F, /*Shift=*/0), in EmitProgramInfoSI()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1392 const MCExpr *&VGPRBlocks, const MCExpr *&SGPRBlocks);
5730 const MCExpr *&VGPRBlocks, const MCExpr *&SGPRBlocks) { in calculateGPRBlocks() argument
5779 VGPRBlocks = GetNumGPRBlocks( in calculateGPRBlocks()
6189 const MCExpr *VGPRBlocks; in ParseDirectiveAMDHSAKernel() local
6194 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
6200 VGPRBlocks->evaluateAsAbsolute(EvaluatedVGPRBlocks); in ParseDirectiveAMDHSAKernel()
6207 KD.compute_pgm_rsrc1, VGPRBlocks, in ParseDirectiveAMDHSAKernel()