Home
last modified time | relevance | path

Searched refs:resultStorage (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp149 auto resultStorage = load.getMemref(); in matchAndRewrite() local
152 if (auto *alloc = resultStorage.getDefiningOp()) in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DFunctionInterfaces.td368 SmallVector<Type> argStorage, resultStorage;
372 $_op.getResultTypes(), resultIndices, resultTypes, resultStorage);
381 SmallVector<Type> argStorage, resultStorage;
385 $_op.getResultTypes(), resultIndices, resultStorage);
395 SmallVector<Type> resultStorage;
397 $_op.getResultTypes(), resultIndices, resultStorage);
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp169 SmallVector<Type> argStorage, resultStorage; in getWithArgsAndResults() local
173 getResults(), resultIndices, resultTypes, resultStorage); in getWithArgsAndResults()
181 SmallVector<Type> argStorage, resultStorage; in getWithoutArgsAndResults() local
185 getResults(), resultIndices, resultStorage); in getWithoutArgsAndResults()
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A DISO-Fortran-binding.cpp440 CFI_CDESC_T(resultRank) resultStorage; in run_CFI_section_tests() local
441 CFI_cdesc_t *result{&resultStorage}; in run_CFI_section_tests()
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp323 SmallVector<Type, 4> resultStorage; in mlirOperationCreate() local
326 cppState.addTypes(unwrapList(state->nResults, state->results, resultStorage)); in mlirOperationCreate()