Home
last modified time | relevance | path

Searched defs:loadOp (Results 1 – 25 of 47) sorted by relevance

12

/external/llvm-project/mlir/lib/Transforms/
DMemRefDataFlowOpt.cpp87 void MemRefDataFlowOpt::forwardStoreToLoad(AffineReadOpInterface loadOp) { in forwardStoreToLoad()
194 f.walk([&](AffineReadOpInterface loadOp) { forwardStoreToLoad(loadOp); }); in runOnFunction()
197 for (auto *loadOp : loadOpsToErase) in runOnFunction() local
DLoopFusion.cpp664 } else if (auto loadOp = dyn_cast<AffineReadOpInterface>(op)) { in init() local
1791 if (auto loadOp = dyn_cast<AffineReadOpInterface>(user)) { in findSiblingNodeToFuse() local
/external/llvm-project/mlir/lib/Conversion/StandardToSPIRV/
DLegalizeStandardForSPIRV.cpp57 void LoadOpOfSubViewFolder<LoadOp>::replaceOp(LoadOp loadOp, in replaceOp()
67 vector::TransferReadOp loadOp, SubViewOp subViewOp, in replaceOp()
142 LoadOpOfSubViewFolder<OpTy>::matchAndRewrite(OpTy loadOp, in matchAndRewrite()
DConvertStandardToSPIRV.cpp833 IntLoadOpPattern::matchAndRewrite(LoadOp loadOp, ArrayRef<Value> operands, in matchAndRewrite()
907 LoadOpPattern::matchAndRewrite(LoadOp loadOp, ArrayRef<Value> operands, in matchAndRewrite()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopFusionUtils.cpp41 if (auto loadOp = dyn_cast<AffineReadOpInterface>(op)) { in getLoadAndStoreMemRefAccesses() local
55 if (auto loadOp = dyn_cast<AffineReadOpInterface>(op)) { in isDependentLoadOrStoreOp() local
211 auto loadOp = dyn_cast<AffineReadOpInterface>(dstOp); in getMaxLoopDepth() local
601 if (auto loadOp = dyn_cast<AffineReadOpInterface>(user)) { in getFusionComputeCost() local
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestAffineDataCopy.cpp100 else if (auto loadOp = dyn_cast<AffineLoadOp>(op)) in runOnFunction() local
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/
Dpasses.cc127 getFunction().walk([&](mlir::LoadOp loadOp) { in runOnFunction()
160 if (auto loadOp = llvm::dyn_cast<mlir::LoadOp>(op)) { in operationConsideredDead() local
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp64 VkAttachmentLoadOp loadOp; member
937 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
DvktRenderPassTests.cpp683 VkAttachmentLoadOp loadOp, in Attachment()
5000 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
5022 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentTests() local
5102 const VkAttachmentLoadOp loadOp = VK_ATTACHMENT_LOAD_OP_CLEAR; in addAttachmentWriteMaskTests() local
5323 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_… in addAttachmentAllocationTests() local
5633 …const VkAttachmentLoadOp loadOp = rng.choose<VkAttachmentLoadOp>(DE_ARRAY_BEGIN(loadOps), DE_ARR… in addAttachmentAllocationTests() local
6243 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6288 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6492 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
6610 const VkAttachmentLoadOp loadOp = loadOps[loadOpNdx].op; in addFormatTests() local
DvktRenderPassTestsUtil.cpp522 VkAttachmentLoadOp loadOp, in Attachment()
DvktRenderPassSubpassDependencyTests.cpp3911 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
3992 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_DONT_CARE); in initTests() local
4081 const VkAttachmentLoadOp loadOp (VK_ATTACHMENT_LOAD_OP_CLEAR); in initTests() local
DvktRenderPassFragmentDensityMapTests.cpp421 …VkAttachmentLoadOp loadOp = resampleSubsampled ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD… in createRenderPassProduceSubsampledImage() local
/external/skia/src/gpu/vk/
DGrVkOpsRenderPass.cpp35 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
225 VkAttachmentLoadOp loadOp; in init() local
/external/skqp/src/gpu/vk/
DGrVkCopyManager.cpp336 VkAttachmentLoadOp loadOp = canDiscardOutsideDstRect ? VK_ATTACHMENT_LOAD_OP_DONT_CARE in copySurfaceAsDraw() local
DGrVkGpuCommandBuffer.cpp51 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
/external/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp25 static wgpu::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp425 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()
/external/llvm-project/mlir/lib/Analysis/
DAffineAnalysis.cpp760 if (auto loadOp = dyn_cast<AffineReadOpInterface>(opInst)) in getAccessMap() local
DUtils.cpp912 if (auto loadOp = dyn_cast<AffineReadOpInterface>(loadOrStoreOpInst)) { in MemRefAccess() local
/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp147 const char *GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand()
Dvk_cache_utils.h291 uint16_t loadOp : 2; member
Dvk_cache_utils.cpp2669 VkAttachmentLoadOp loadOp, in setOps()
2679 VkAttachmentLoadOp loadOp, in setStencilOps()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationNoneStageTests.cpp458 …:buildBasicRenderPass(VkFormat outputFormat, VkImageLayout outputLayout, VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleSampleLocationsExtTests.cpp682 const VkAttachmentLoadOp loadOp, in addAttachment()
2309 …const VkAttachmentLoadOp loadOp = (m_params.clears == TEST_CLEARS_LOAD_OP_CLEAR ? VK_ATTACHMENT_LO… in drawRenderPasses() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.inl292 …ionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttac…

12