Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXOpts/CMTrans/
H A DGenXBTIAssignment.cpp75 const std::vector<int> &BTIndices,
229 genx::KernelMetadata &KM, Function &F, const std::vector<int> &BTIndices, in rewriteArguments() argument
241 llvm::zip(F.args(), ArgKinds, BTIndices, ExtendedArgDescs)) { in rewriteArguments()
296 std::vector<int> BTIndices = computeBTIndices(KM, ExtArgDescs); in processKernel() local
298 bool Changed = rewriteArguments(KM, F, BTIndices, ExtArgDescs); in processKernel()
300 KM.updateBTIndicesMD(std::move(BTIndices)); in processKernel()
H A DKernelInfo.cpp207 InternalNode->getOperand(internal::KernelMDOp::BTIndices)); in KernelMetadata()
309 void KernelMetadata::updateBTIndicesMD(std::vector<int> &&BTIndices) { in updateBTIndicesMD() argument
310 BTIs = std::move(BTIndices); in updateBTIndicesMD()
312 internal::KernelMDOp::BTIndices); in updateBTIndicesMD()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/include/vc/GenXOpts/Utils/
H A DInternalMetadata.h52 BTIndices, enumerator