Home
last modified time | relevance | path

Searched refs:fcPatchInfo (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildIRImpl.cpp509 if (fcPatchInfo == NULL) in getFCPatchInfo()
513 fcPatchInfo = new (instance) FCPatchingInfo(); in getFCPatchInfo()
516 return fcPatchInfo; in getFCPatchInfo()
786 fcPatchInfo = NULL; in IR_Builder()
815 if (fcPatchInfo) in ~IR_Builder()
817 fcPatchInfo->~FCPatchingInfo(); in ~IR_Builder()
H A DBuildIR.h381 FCPatchingInfo* fcPatchInfo = nullptr; variable
607 void setFCPatchInfo(FCPatchingInfo* instance) { fcPatchInfo = instance; } in setFCPatchInfo()