Searched refs:VGPRBlocks (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIProgramInfo.cpp | 30 VGPRBlocks = ZeroExpr; in reset() 169 MaskShift(VGPRBlocks, /*Mask=*/0x3F, /*Shift=*/0, Ctx), in getComputePGMRSrc1() 184 MaskShift(VGPRBlocks, /*Mask=*/0x3F, /*Shift=*/0, Ctx), in getPGMRSrc1()
|
H A D | SIProgramInfo.h | 33 const MCExpr *VGPRBlocks = nullptr; member
|
H A D | AMDGPUAsmPrinter.cpp | 613 " VGPRBlocks: " + getMCExprStr(CurrentProgramInfo.VGPRBlocks), false); in runOnMachineFunction() 977 ProgInfo.VGPRBlocks = GetNumGPRBlocks(ProgInfo.NumVGPRsForWavesPerEU, in getSIProgramInfo() 1170 SetBits(CurrentProgramInfo.VGPRBlocks, /*Mask=*/0x3F, /*Shift=*/0), in EmitProgramInfoSI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 1339 const MCExpr *&VGPRBlocks, const MCExpr *&SGPRBlocks); 5368 const MCExpr *&VGPRBlocks, const MCExpr *&SGPRBlocks) { in calculateGPRBlocks() argument 5417 VGPRBlocks = GetNumGPRBlocks( in calculateGPRBlocks() 5804 const MCExpr *VGPRBlocks; in ParseDirectiveAMDHSAKernel() local 5809 VGPRRange, NextFreeSGPR, SGPRRange, VGPRBlocks, in ParseDirectiveAMDHSAKernel() 5815 VGPRBlocks->evaluateAsAbsolute(EvaluatedVGPRBlocks); in ParseDirectiveAMDHSAKernel() 5822 KD.compute_pgm_rsrc1, VGPRBlocks, in ParseDirectiveAMDHSAKernel()
|