Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIProgramInfo.cpp49 ScratchEnable = ZeroExpr; in reset()
199 return MCBinaryExpr::createOr(ScratchEnable, RegExpr, Ctx); in getComputePGMRSrc2()
H A DSIProgramInfo.h55 const MCExpr *ScratchEnable = nullptr; member
H A DAMDGPUAsmPrinter.cpp806 getMCExprStr(CurrentProgramInfo.ScratchEnable), in runOnMachineFunction()
1218 ProgInfo.ScratchEnable = MCBinaryExpr::createLOr( in getSIProgramInfo()
1476 CurrentProgramInfo.ScratchEnable); in EmitPALMetadata()