Home
last modified time | relevance | path

Searched refs:LOCAL_ID_Z (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/WIFuncs/
H A DWIFuncsAnalysis.cpp158 implicitArgs.push_back(ImplicitArg::LOCAL_ID_Z); in runOnFunction()
H A DWIFuncResolution.cpp138 wiRes = getLocalId(CI, ImplicitArg::LOCAL_ID_Z); in visitCallInst()
773 else if (argTy == ImplicitArg::ArgType::LOCAL_ID_Z) in visitCallInst()
818 else if (argTy == ImplicitArg::ArgType::LOCAL_ID_Z) in visitCallInst()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorCommon/
H A DImplicitArgs.hpp50 LOCAL_ID_Z, enumerator
H A DImplicitArgs.cpp37 …ImplicitArg(ImplicitArg::LOCAL_ID_Z, "localIdZ", ImplicitArg::SHORT, WIAnalysis::RANDOM, 16, Impli…
311 m_argType == ImplicitArg::LOCAL_ID_Z); in isLocalIDs()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/PrivateMemory/
H A DPrivateMemoryToSLM.cpp329 implicitArgs.getImplicitArgValue(*F, ImplicitArg::LOCAL_ID_Z, MD), in runOnModule()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/OpenCLPasses/
H A DKernelArgs.cpp267 case ImplicitArg::LOCAL_ID_Z: in calcArgType()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DWIAnalysis.cpp531 (localZ_uniform && iArg.getArgType() == ImplicitArg::ArgType::LOCAL_ID_Z)) { in updateArgsDependency()