Home
last modified time | relevance | path

Searched refs:FCPatchingInfo (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DSWSB_G4IR.cpp924 static FCPatchingInfo::RegAccessType
927 return FCPatchingInfo::Fully_Def; in getRegAccessType()
928 return FCPatchingInfo::Fully_Use; in getRegAccessType()
932 FCPatchingInfo::RegAccessPipe Pipe = FCPatchingInfo::Pipe_ALU; in getRegAccessPipe()
937 Pipe = FCPatchingInfo::Pipe_Send; in getRegAccessPipe()
942 Pipe = FCPatchingInfo::Pipe_Math; in getRegAccessPipe()
946 Pipe = FCPatchingInfo::Pipe_Dpas; in getRegAccessPipe()
965 FCPatchingInfo::RegAccess Acc; in updateRegAccess()
1030 FCPatchingInfo::RegAccess Acc; in insertSyncBarrier()
1031 Acc.Type = FCPatchingInfo::Fully_Use; in insertSyncBarrier()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBuildIR.h71 class FCPatchingInfo
95 FCPatchingInfo() in FCPatchingInfo() function
381 FCPatchingInfo* fcPatchInfo = nullptr;
606 FCPatchingInfo* getFCPatchInfo();
607 void setFCPatchInfo(FCPatchingInfo* instance) { fcPatchInfo = instance; } in setFCPatchInfo()
H A DBuildIRImpl.cpp505 FCPatchingInfo* IR_Builder::getFCPatchInfo() in getFCPatchInfo()
511 FCPatchingInfo* instance; in getFCPatchInfo()
512 instance = (FCPatchingInfo*)mem.alloc(sizeof(FCPatchingInfo)); in getFCPatchInfo()
513 fcPatchInfo = new (instance) FCPatchingInfo(); in getFCPatchInfo()
817 fcPatchInfo->~FCPatchingInfo(); in ~IR_Builder()
H A DVISAKernelImpl.cpp456 (MI->Type == FCPatchingInfo::RegAccessType::Fully_Def ? "def" : in encodeAndEmit()
473 (MI->Type == FCPatchingInfo::RegAccessType::Fully_Def ? "def" : in encodeAndEmit()