Searched refs:memoryAccess (Results 1 – 2 of 2) sorted by relevance
904 auto memoryAccess = *op.memory_access(); in matchAndRewrite() local905 switch (memoryAccess) { in matchAndRewrite()911 memoryAccess == spirv::MemoryAccess::Aligned ? *op.alignment() : 0; in matchAndRewrite()912 bool isNonTemporal = memoryAccess == spirv::MemoryAccess::Nontemporal; in matchAndRewrite()913 bool isVolatile = memoryAccess == spirv::MemoryAccess::Volatile; in matchAndRewrite()
2899 Value basePtr, MemoryAccessAttr memoryAccess, in build() argument2902 build(builder, state, ptrType.getPointeeType(), basePtr, memoryAccess, in build()