Home
last modified time | relevance | path

Searched defs:resultTypes (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/mlir/lib/IR/
DFunctionImplementation.cpp95 parseFunctionResultList(OpAsmParser &parser, SmallVectorImpl<Type> &resultTypes, in parseFunctionResultList()
132 bool &isVariadic, SmallVectorImpl<Type> &resultTypes, in parseFunctionSignature()
170 SmallVector<Type, 4> resultTypes; in parseFunctionLikeOp() local
248 ArrayRef<Type> resultTypes) { in printFunctionSignature()
320 ArrayRef<Type> resultTypes) { in printFunctionLikeOp()
DOperation.cpp75 TypeRange resultTypes, ValueRange operands, in create()
90 TypeRange resultTypes, ValueRange operands, in create()
105 TypeRange resultTypes, ValueRange operands, in create()
166 TypeRange resultTypes, unsigned numSuccessors, in Operation()
DOperationSupport.cpp561 ArrayRef<Type> resultTypes = op->getResultTypes(); in computeHash() local
/external/llvm-project/mlir/lib/Transforms/
DNormalizeMemRefs.cpp197 SmallVector<Type, 4> resultTypes; in updateFunctionSignature() local
447 SmallVector<Type, 4> resultTypes; in normalizeFuncOpMemRefs() local
488 SmallVector<Type, 4> resultTypes; in createOpResultsNormalized() local
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DAsyncRegionRewriter.cpp88 SmallVector<Type, 1> resultTypes = {tokenType}; in rewriteAsyncOp() local
166 SmallVector<Type, 2> resultTypes; in addAsyncTokenResults() local
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DElementwiseToLinalg.cpp56 auto resultTypes = llvm::to_vector<6>( in matchAndRewrite() local
DGeneralization.cpp44 auto resultTypes = namedOp.getOutputTensorTypes(); in createGenericOpFromNamedOp() local
DDropUnitDims.cpp351 SmallVector<Type, 4> resultTypes; in matchAndRewrite() local
DFusionOnTensors.cpp566 SmallVector<Type, 1> resultTypes; in fuseWithReshapeByExpansion() local
DFusion.cpp120 SmallVector<Type, 4> resultTypes; in cloneWithLoopRanges() local
/external/llvm-project/mlir/lib/Dialect/PDL/IR/
DPDL.cpp220 OperandRange resultTypes) { in verifyResultTypesAreInferrable()
290 OperandRange resultTypes = op.types(); in verify() local
/external/llvm-project/mlir/lib/Dialect/Async/IR/
DAsync.cpp145 TypeRange resultTypes, ValueRange dependencies, in build()
278 SmallVector<Type, 4> resultTypes; in parseExecuteOp() local
/external/llvm-project/mlir/unittests/TableGen/
DOpBuildGen.cpp50 void verifyOp(OpTy &&concreteOp, std::vector<Type> resultTypes, in verifyOp()
/external/llvm-project/mlir/unittests/IR/
DOperationSupportTest.cpp19 ArrayRef<Type> resultTypes = llvm::None, in createOp()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferActiveUniformValidation.cpp256 std::map<glw::GLuint, glw::GLenum> resultTypes; in iterate() local
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp1456 TypeRange resultTypes, in buildNamedStructuredOpRegionAndAttributesImpl()
1488 TypeRange resultTypes) { in buildNamedStructuredOpRegionAndAttributes()
1503 TypeRange initTensorTypes, TypeRange resultTypes) { in parseNamedStructuredOpRegion()
1518 SmallVectorImpl<Type> &resultTypes) { in parseNamedStructuredOpResults()
1603 TypeRange resultTypes) { in printNamedStructuredOpResults()
/external/llvm-project/mlir/tools/mlir-tblgen/
DSPIRVUtilsGen.cpp796 StringRef resultTypes, StringRef valueID, in emitResultDeserialization()
920 StringRef resultTypes("resultTypes"), valueID("valueID"), words("words"), in emitDeserializationFunction() local
DOpDefinitionsGen.cpp1021 SmallVector<std::string, 2> resultTypes(numResults, "operands[0].getType()"); in genUseOperandAsResultTypeCollectiveParamBuilder() local
1147 SmallVector<std::string, 2> resultTypes(op.getNumResults(), resultType); in genUseAttrAsResultTypeBuilder() local
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPDLToPDLInterp.cpp515 OperandRange resultTypes = operationOp.types(); in generateRewriter() local
/external/llvm-project/mlir/lib/Dialect/SCF/
DSCF.cpp580 TypeRange resultTypes, Value cond, bool withElseRegion) { in build()
593 TypeRange resultTypes, Value cond, in build()
/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp2016 TypeRange resultTypes, IntegerSet set, ValueRange args, in build()
2497 TypeRange resultTypes, in build()
2512 TypeRange resultTypes, in build()
2527 TypeRange resultTypes, in build()
/external/llvm-project/mlir/lib/Dialect/GPU/IR/
DGPUDialect.cpp606 SmallVector<Type, 4> resultTypes; in parseGPUFuncOp() local
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp171 auto resultTypes{op.getResultTypes()}; in printCallOp() local
1396 mlir::TypeRange resultTypes, mlir::Value cond, in build()
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
DAsyncToLLVM.cpp594 SmallVector<Type, 5> resultTypes; in matchAndRewrite() local
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMDialect.cpp1382 SmallVector<Type, 4> resultTypes; in parseLLVMFuncOp() local

12