Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_BB.cpp251 int vISAId = inst->getCISAOff(); in emitBasicInstructionComment() local
252 if (vISAId != -1) { in emitBasicInstructionComment()
253 output << "$" << vISAId; in emitBasicInstructionComment()
H A DCommon_ISA.h918 int vISAId; // their id in vISA binary (0-5) member
H A DG4_IR.cpp3657 int vISAId = getCISAOff(); in emitInstIds() local
3658 if (vISAId != -1) { in emitInstIds()
3659 output << "$" << vISAId << ":"; in emitInstIds()