Searched refs:applyOp (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 170 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/ |
D | vktMemoryPipelineBarrierTests.cpp | 8474 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/ |
D | LoopUtils.cpp | 2271 for (auto applyOp : mayBeDeadApplys) in generatePointWiseCopy() local 2272 if (applyOp.use_empty()) in generatePointWiseCopy() 2273 applyOp.erase(); in generatePointWiseCopy()
|