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