Searched refs:VGPRBlocks (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIProgramInfo.cpp | 32 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 D | SIProgramInfo.h | 36 const MCExpr *VGPRBlocks = nullptr; member
|
| H A D | AMDGPUAsmPrinter.cpp | 778 " 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 D | AMDGPUAsmParser.cpp | 1392 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()
|