Searched defs:srcAccess (Results 1 – 13 of 13) sorted by relevance
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestMemRefDependenceCheck.cpp | 73 MemRefAccess srcAccess(srcOpInst); in checkDependences() local
|
/external/llvm-project/mlir/lib/Transforms/ |
D | MemRefDataFlowOpt.cpp | 112 MemRefAccess srcAccess(storeOp); in forwardStoreToLoad() local
|
/external/llvm-project/mlir/lib/Analysis/ |
D | AffineAnalysis.cpp | 603 static Block *getCommonBlock(const MemRefAccess &srcAccess, in getCommonBlock() 655 const MemRefAccess &srcAccess, const MemRefAccess &dstAccess, in srcAppearsBeforeDstInAncestralBlock() 860 const MemRefAccess &srcAccess, const MemRefAccess &dstAccess, in checkMemrefAccessDependence() 966 MemRefAccess srcAccess(srcOp); in getDependenceComponents() local
|
D | Utils.cpp | 610 MemRefAccess srcAccess(opsA[i]); in computeSliceUnion() local 1075 MemRefAccess srcAccess(srcOpInst); in isLoopParallel() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandGraph.h | 199 ANGLE_INLINE void addGlobalMemoryBarrier(VkFlags srcAccess, in addGlobalMemoryBarrier() 781 ANGLE_INLINE void CommandGraphResource::addGlobalMemoryBarrier(VkFlags srcAccess, in addGlobalMemoryBarrier()
|
D | CommandGraph.cpp | 1145 void CommandGraph::memoryBarrier(VkFlags srcAccess, VkFlags dstAccess, VkPipelineStageFlags stages) in memoryBarrier()
|
D | vk_helpers.h | 761 VkFlags srcAccess, in mergeMemoryBarrier()
|
/external/llvm-project/mlir/lib/Transforms/Utils/ |
D | LoopFusionUtils.cpp | 233 MemRefAccess srcAccess(srcOpInst); in getMaxLoopDepth() local
|
D | LoopUtils.cpp | 453 MemRefAccess srcAccess(srcOp); in checkTilingLegalityImpl() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 386 VkAccessFlags srcAccess, in makeMemoryBarrierInfo()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 930 const tcu::ConstPixelBufferAccess srcAccess = getLevel(levelNdx, layerNdx); in write() local
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderImageLoadStoreTests.cpp | 692 const PixelBufferAccess srcAccess = getAccessInternal(); in getSliceAccessInternal() local
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 294 const tcu::ConstPixelBufferAccess srcAccess = srcImage.getLevel(level); in getTextureLevelPyramidDataSize() local 318 const tcu::ConstPixelBufferAccess srcAccess = srcImage.getLevel(level); in writeTextureLevelPyramidData() local
|