Home
last modified time | relevance | path

Searched refs:applyOp (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp170 if (auto applyOp = dyn_cast<AffineApplyOp>(op)) in isValidDim() local
171 return applyOp.isValidDim(region); in isValidDim()
278 if (auto applyOp = dyn_cast<AffineApplyOp>(defOp)) in isValidSymbol() local
279 return applyOp.isValidSymbol(region); in isValidSymbol()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp8474 void applyOp (State& state, const Memory& memory, Op op, Usage usage) in applyOp() function
9098 applyOp(state, memory, op, testConfig.usage); in createRenderPassCommands()
9105 applyOp(state, memory, OP_RENDERPASS_END, testConfig.usage); in createRenderPassCommands()
9148 applyOp(state, memory, op, usage); in createSecondaryCmdCommands()
9155 applyOp(state, memory, OP_SECONDARY_COMMAND_BUFFER_END, usage); in createSecondaryCmdCommands()
9206 applyOp(state, memory, op, testConfig.usage); in createCmdCommands()
9211 applyOp(state, memory, op, testConfig.usage); in createCmdCommands()
9219 applyOp(state, memory, op, testConfig.usage); in createCmdCommands()
9228 applyOp(state, memory, OP_COMMAND_BUFFER_END, testConfig.usage); in createCmdCommands()
9265 applyOp(state, memory, op, testConfig.usage); in createCommands()
[all …]
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2271 for (auto applyOp : mayBeDeadApplys) in generatePointWiseCopy() local
2272 if (applyOp.use_empty()) in generatePointWiseCopy()
2273 applyOp.erase(); in generatePointWiseCopy()