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.cpp30 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 DSIProgramInfo.h33 const MCExpr *VGPRBlocks = nullptr; member
H A DAMDGPUAsmPrinter.cpp613 " 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 DAMDGPUAsmParser.cpp1339 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()