Home
last modified time | relevance | path

Searched refs:binInstList (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_BinaryEncoding.cpp32 for (unsigned i = 0, size = (unsigned) binInstList.size(); i < size; i++) in WriteToDatFile()
34 BinInst *bin = binInstList[i]; in WriteToDatFile()
116 for (unsigned i = 0, size = (unsigned)binInstList.size(); i < size; i++) in ProduceBinaryBuf()
118 BinInst *bin = binInstList[i]; in ProduceBinaryBuf()
343 for (auto I = binInstList.begin(), E = binInstList.end(); I != E; ++I) in computeBinaryOffsets()
H A DCommon_BinaryEncoding.h1432 BinInstList& getBinInstList() { return binInstList; } in getBinInstList()
1485 BinInstList binInstList; ///< Reference to the binary instructions variable
H A DBinaryEncoding.cpp2847 binInstList.push_back(inst->getBinInst()); in ProduceBinaryInstructions()
2892 binInstList.push_back(inst->getBinInst()); in ProduceBinaryInstructions()
H A DBinaryEncodingCNL.cpp2490 binInstList.push_back(inst->getBinInst()); in DoAll()
H A DVISAKernelImpl.cpp9202 BinInstList& binInstList = binEncodingInstance->getBinInstList(); in computeFCInfo() local
9203 for (unsigned i = 0, size = (unsigned) binInstList.size(); i < size; i++) in computeFCInfo()
9205 BinInst* bin = binInstList[i]; in computeFCInfo()