Home
last modified time | relevance | path

Searched defs:IsPixelShader (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp74 bool IsPixelShader; global() member in __anonacdd32840111::AMDGPUAtomicOptimizerImpl
96 AMDGPUAtomicOptimizerImpl(const UniformityInfo * UA,const DataLayout * DL,DomTreeUpdater & DTU,const GCNSubtarget * ST,bool IsPixelShader,ScanOptions ScanImpl) AMDGPUAtomicOptimizerImpl() argument
130 bool IsPixelShader = F.getCallingConv() == CallingConv::AMDGPU_PS; runOnFunction() local
146 bool IsPixelShader = F.getCallingConv() == CallingConv::AMDGPU_PS; run() local
H A DAMDGPUAsmPrinter.cpp835 bool IsPixelShader = getSIProgramInfo() local