Home
last modified time | relevance | path

Searched refs:ScratchEnable (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.h47 uint32_t ScratchEnable = 0; member
H A DSIProgramInfo.cpp81 S_00B84C_SCRATCH_EN(ScratchEnable) | S_00B84C_USER_SGPR(UserSGPR) | in getComputePGMRSrc2()
H A DAMDGPUAsmPrinter.cpp575 Twine(CurrentProgramInfo.ScratchEnable), in runOnMachineFunction()
916 ProgInfo.ScratchEnable = in getSIProgramInfo()
1061 MD->setHwStage(CC, ".scratch_en", (bool)CurrentProgramInfo.ScratchEnable); in EmitPALMetadata()
1072 MD->setHwStage(CC, ".scratch_en", (bool)CurrentProgramInfo.ScratchEnable); in EmitPALMetadata()