Searched refs:resultStorage (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Transforms/ |
| H A D | AbstractResult.cpp | 149 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 D | FunctionInterfaces.td | 368 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 D | BuiltinTypes.cpp | 169 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 D | ISO-Fortran-binding.cpp | 440 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 D | IR.cpp | 323 SmallVector<Type, 4> resultStorage; in mlirOperationCreate() local 326 cppState.addTypes(unwrapList(state->nResults, state->results, resultStorage)); in mlirOperationCreate()
|