| /external/llvm-project/mlir/lib/Transforms/ |
| D | MemRefDataFlowOpt.cpp | 87 void MemRefDataFlowOpt::forwardStoreToLoad(AffineReadOpInterface loadOp) { in forwardStoreToLoad() 194 f.walk([&](AffineReadOpInterface loadOp) { forwardStoreToLoad(loadOp); }); in runOnFunction() 197 for (auto *loadOp : loadOpsToErase) in runOnFunction() local
|
| D | LoopFusion.cpp | 664 } 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/ |
| D | LegalizeStandardForSPIRV.cpp | 57 void LoadOpOfSubViewFolder<LoadOp>::replaceOp(LoadOp loadOp, in replaceOp() 67 vector::TransferReadOp loadOp, SubViewOp subViewOp, in replaceOp() 142 LoadOpOfSubViewFolder<OpTy>::matchAndRewrite(OpTy loadOp, in matchAndRewrite()
|
| D | ConvertStandardToSPIRV.cpp | 833 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/ |
| D | LoopFusionUtils.cpp | 41 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/ |
| D | TestAffineDataCopy.cpp | 100 else if (auto loadOp = dyn_cast<AffineLoadOp>(op)) in runOnFunction() local
|
| /external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/ |
| D | passes.cc | 127 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/ |
| D | vktRenderPassUnusedAttachmentTests.cpp | 64 VkAttachmentLoadOp loadOp; member 937 std::string loadOpToString (VkAttachmentLoadOp loadOp) in loadOpToString()
|
| D | vktRenderPassTests.cpp | 683 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
|
| D | vktRenderPassTestsUtil.cpp | 522 VkAttachmentLoadOp loadOp, in Attachment()
|
| D | vktRenderPassSubpassDependencyTests.cpp | 3911 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
|
| D | vktRenderPassFragmentDensityMapTests.cpp | 421 …VkAttachmentLoadOp loadOp = resampleSubsampled ? VK_ATTACHMENT_LOAD_OP_LOAD : VK_ATTACHMENT_LOAD… in createRenderPassProduceSubsampledImage() local
|
| /external/skia/src/gpu/vk/ |
| D | GrVkOpsRenderPass.cpp | 35 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops() 225 VkAttachmentLoadOp loadOp; in init() local
|
| /external/skqp/src/gpu/vk/ |
| D | GrVkCopyManager.cpp | 336 VkAttachmentLoadOp loadOp = canDiscardOutsideDstRect ? VK_ATTACHMENT_LOAD_OP_DONT_CARE in copySurfaceAsDraw() local
|
| D | GrVkGpuCommandBuffer.cpp | 51 VkAttachmentLoadOp* loadOp, VkAttachmentStoreOp* storeOp) { in get_vk_load_store_ops()
|
| /external/skia/src/gpu/dawn/ |
| D | GrDawnOpsRenderPass.cpp | 25 static wgpu::LoadOp to_dawn_load_op(GrLoadOp loadOp) { in to_dawn_load_op()
|
| /external/deqp/external/vulkancts/modules/vulkan/api/ |
| D | vktApiPipelineTests.cpp | 425 …t DeviceInterface& vk, const VkDevice& device, VkFormat format, VkAttachmentLoadOp loadOp, VkAttac… in createSimpleRenderPass()
|
| /external/llvm-project/mlir/lib/Analysis/ |
| D | AffineAnalysis.cpp | 760 if (auto loadOp = dyn_cast<AffineReadOpInterface>(opInst)) in getAccessMap() local
|
| D | Utils.cpp | 912 if (auto loadOp = dyn_cast<AffineReadOpInterface>(loadOrStoreOpInst)) { in MemRefAccess() local
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | CommandGraph.cpp | 147 const char *GetLoadOpShorthand(uint32_t loadOp) in GetLoadOpShorthand()
|
| D | vk_cache_utils.h | 291 uint16_t loadOp : 2; member
|
| D | vk_cache_utils.cpp | 2669 VkAttachmentLoadOp loadOp, in setOps() 2679 VkAttachmentLoadOp loadOp, in setStencilOps()
|
| /external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationNoneStageTests.cpp | 458 …:buildBasicRenderPass(VkFormat outputFormat, VkImageLayout outputLayout, VkAttachmentLoadOp loadOp) in buildBasicRenderPass()
|
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 682 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/ |
| D | vkTypeUtil.inl | 292 …ionFlags flags, VkFormat format, VkSampleCountFlagBits samples, VkAttachmentLoadOp loadOp, VkAttac…
|