Home
last modified time | relevance | path

Searched refs:unwrappedOperands (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp52 SmallVector<Value> unwrappedOperands; in mlirInferTypeOpInterfaceInferReturnTypes() local
53 (void)unwrapList(nOperands, operands, unwrappedOperands); in mlirInferTypeOpInterfaceInferReturnTypes()
73 unwrap(context), maybeLocation, unwrappedOperands, attributeDict, in mlirInferTypeOpInterfaceInferReturnTypes()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp283 SmallVector<Value, 4> unwrappedOperands(numOperands); in outlineExecuteOp() local
286 unwrappedOperands[i] = builder.create<AwaitOp>(loc, operand).result(); in outlineExecuteOp()
293 valueMapping.map(execute.body().getArguments(), unwrappedOperands); in outlineExecuteOp()