Home
last modified time | relevance | path

Searched defs:BlockReadWritePointerPattern (Results 1 – 1 of 1) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DPatternMatchPass.cpp2299 struct BlockReadWritePointerPattern : public Pattern in MatchBlockReadWritePointer() struct
2301 GenIntrinsicInst* inst; in MatchBlockReadWritePointer()
2302 Value* offset; in MatchBlockReadWritePointer()
2303 … explicit BlockReadWritePointerPattern(GenIntrinsicInst* I, Value* ofst) : inst(I), offset(ofst) {} in MatchBlockReadWritePointer() function
2304 virtual void Emit(EmitPass* pass, const DstModifier& modifier) in MatchBlockReadWritePointer()