Home
last modified time | relevance | path

Searched refs:Yield (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A Dwindows.h24 #undef Yield
/llvm-project-15.0.7/mlir/test/Dialect/SCF/
H A Done-shot-bufferize-tensor-copy-insertion.mlir37 // Yield tensors in different order.
61 // Yield tensors in different order.
92 // Yield tensors in different order.
H A Done-shot-bufferize.mlir325 // Yield tensors in different order.
704 // Yield tensors in different order.
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCoroutine.cpp26 enum class AwaitKind { Init, Normal, Yield, Final }; enumerator
121 case AwaitKind::Yield: in buildSuspendPrefixStr()
271 return emitSuspendExpression(*this, *CurCoro.Data, E, AwaitKind::Yield, in EmitCoyieldExpr()
316 AwaitKind::Yield, AggValueSlot::ignored(), in EmitCoyieldLValue()
/llvm-project-15.0.7/mlir/test/Dialect/Bufferization/Transforms/
H A Done-shot-module-bufferize-invalid.mlir102 // expected-error @+1 {{Yield operand #0 is not equivalent to the corresponding iter bbArg}}
150 // expected-error @+1 {{Yield operand #0 is not equivalent to the corresponding iter bbArg}}
173 // expected-error @+1 {{Yield operand #0 is not equivalent to the corresponding iter bbArg}}
/llvm-project-15.0.7/mlir/include/mlir/Dialect/OpenACC/
H A DOpenACCOps.td411 // Yield operation for the acc.loop and acc.parallel operations.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/IR/
H A DAffineOps.td202 // Yield current iteration sum to next iteration %sum_iter or to %sum
909 let summary = "Yield values to parent operation";
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorOps.td574 let summary = "Yield from sparse_tensor set-like operations";
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SCF/IR/
H A DSCFOps.td178 // Yield current iteration sum to next iteration %sum_iter or to %sum
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Shape/IR/
H A DShapeOps.td877 let summary = "Yield operation";
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tensor/IR/
H A DTensorOps.td1257 let summary = "Yield a value from a region";