Home
last modified time | relevance | path

Searched defs:innerOp (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Conversion/ControlFlowToSCF/
H A DControlFlowToSCF.cpp175 for (Region &reg : innerOp->getRegions()) { in runOnOperation() argument
/llvm-project/mlir/test/lib/Dialect/Test/
H A DTestOpsSyntax.cpp393 Operation *innerOp = in parse() local
410 Operation &innerOp = getRegion().front().front(); in print() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DEliminateBarriers.cpp121 for (auto &innerOp : block) in collectEffects() local
/llvm-project/mlir/lib/Dialect/SCF/IR/
H A DSCF.cpp3121 auto innerOp = dyn_cast<ParallelOp>(outerBody.front()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1661 mlir::Operation &innerOp = *opInst.getRegion().front().begin(); convertOmpAtomicUpdate() local
[all...]