Searched refs:GetNewAlias (Results 1 – 6 of 6) sorted by relevance
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/ |
H A D | EmitVISAPass.cpp | 1499 nVar = m_currShader->GetNewAlias( in MovPhiSources() 3007 CVariable* pSrcOffset = m_currShader->GetNewAlias( in emitSimdMediaRegionCopy() 3456 CVariable* convResult = m_currShader->GetNewAlias( in emitVideoAnalyticSLM() 5653 CVariable* pCurrentLaneId = m_currShader->GetNewAlias( in emitSimdShuffleDown() 5844 sourceAlias = m_currShader->GetNewAlias( in emitLegacySimdBlockWrite() 6971 CVariable* pixelEnable = m_currShader->GetNewAlias( in emitDualBlendRT() 12149 m_currShader->GetNewAlias( in ExtendVariable() 16423 CVariable* newDst = m_currShader->GetNewAlias( in emitVectorLoad() 16561 gatherDst = m_currShader->GetNewAlias(m_destination, in emitVectorLoad() 17560 m_currShader->GetNewAlias(Src, ISA_TYPE_UD, 0, 0); in emitLLVMbswap() [all …]
|
H A D | CShader.cpp | 436 CVariable* Var = GetNewAlias(rootCVar, visaTy, offsetInBytes, nbelts); in CreateAliasVars() 935 bitCast = GetNewAlias(tmp, newType, 0, 0); in BitCast() 941 bitCast = GetNewAlias(var, newType, 0, 0); in BitCast() 2546 return GetNewAlias(DefVar, UseTy, 0, 0); in reuseSourceVar() 2809 CVariable* Alias = GetNewAlias(Var, Var->GetType(), (uint16_t)Offset, NumElts); in GetSymbol() 2863 var = GetNewAlias(vec, vec->GetType(), (uint16_t)offset, numElements); in GetSymbol() 2874 auto* Alias = GetNewAlias(Sym, Sym->GetType(), 0, Sym->GetNumberElement()); in GetSymbol() 2910 CVariable* newVar = GetNewAlias(var, type, (uint16_t)offset, 0); in GetSymbol() 3309 CVariable* CShader::GetNewAlias( in GetNewAlias() function in CShader 3341 CVariable* NewAliasVar = GetNewAlias(BaseVar, visaTy, 0, nbe); in createAliasIfNeeded() [all …]
|
H A D | PixelShaderCodeGen.cpp | 517 setup[index + 1] = GetNewAlias(inputVar, ISA_TYPE_F, 16, 4); in GetInputDelta() 521 inputVar = GetNewAlias(GetInputDelta(index - 1), ISA_TYPE_F, 16, 4); in GetInputDelta() 547 inputVar = GetNewAlias(setupLowered[index - 1], ISA_TYPE_HF, 8, 4); in GetInputDeltaLowered() 1126 m_PixelPhaseCounter = GetNewAlias(m_PixelPhasePayload, ISA_TYPE_UW, 0, 1); in AddPrologue() 1127 …m_CoarseParentIndex = GetNewAlias(m_PixelPhasePayload, ISA_TYPE_UW, getGRFSize(), numLanes(m_SIMDS… in AddPrologue() 1128 m_R1 = GetNewAlias(m_PixelPhasePayload, ISA_TYPE_D, 0, getGRFSize() / SIZE_DWORD); in AddPrologue()
|
H A D | ShaderCodeGen.hpp | 178 CVariable* GetNewAlias(CVariable* var, VISA_Type type, uint16_t offset, uint16_t numElements); 179 …CVariable* GetNewAlias(CVariable* var, VISA_Type type, uint16_t offset, uint16_t numElements, bool…
|
H A D | HullShaderCodeGen.cpp | 309 CVariable* pSelectedHandles = GetNewAlias(GetURBReadHandlesReg(), ISA_TYPE_UD, in GetURBInputHandle()
|
H A D | CISABuilder.cpp | 1487 dstAlias = m_program->GetNewAlias(dst, ISA_TYPE_UD, 0, 0); in DataMov() 1499 srcAlias = m_program->GetNewAlias(src, ISA_TYPE_UD, 0, 0); in DataMov()
|