Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/Passes/
H A DSendFusion.cpp363 ((msgDesc->isDataPortWrite() && (msgLen + extMsgLen) == 2) || in simplifyAndCheckCandidate()
416 ((!isAtomicCand && msgDesc->isDataPortWrite()) || in simplifyAndCheckCandidate()
944 assert((origDesc->isDataPortWrite() || in packPayload()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DG4_SendDescs.hpp608 bool isDataPortWrite() const { return accessType != SendAccess::READ_ONLY; } in isDataPortWrite() function in vISA::G4_SendDescRaw