/external/llvm-project/mlir/lib/IR/ |
D | FunctionImplementation.cpp | 95 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()
|
D | Operation.cpp | 75 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()
|
D | OperationSupport.cpp | 561 ArrayRef<Type> resultTypes = op->getResultTypes(); in computeHash() local
|
/external/llvm-project/mlir/lib/Transforms/ |
D | NormalizeMemRefs.cpp | 197 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/ |
D | AsyncRegionRewriter.cpp | 88 SmallVector<Type, 1> resultTypes = {tokenType}; in rewriteAsyncOp() local 166 SmallVector<Type, 2> resultTypes; in addAsyncTokenResults() local
|
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
D | ElementwiseToLinalg.cpp | 56 auto resultTypes = llvm::to_vector<6>( in matchAndRewrite() local
|
D | Generalization.cpp | 44 auto resultTypes = namedOp.getOutputTensorTypes(); in createGenericOpFromNamedOp() local
|
D | DropUnitDims.cpp | 351 SmallVector<Type, 4> resultTypes; in matchAndRewrite() local
|
D | FusionOnTensors.cpp | 566 SmallVector<Type, 1> resultTypes; in fuseWithReshapeByExpansion() local
|
D | Fusion.cpp | 120 SmallVector<Type, 4> resultTypes; in cloneWithLoopRanges() local
|
/external/llvm-project/mlir/lib/Dialect/PDL/IR/ |
D | PDL.cpp | 220 OperandRange resultTypes) { in verifyResultTypesAreInferrable() 290 OperandRange resultTypes = op.types(); in verify() local
|
/external/llvm-project/mlir/lib/Dialect/Async/IR/ |
D | Async.cpp | 145 TypeRange resultTypes, ValueRange dependencies, in build() 278 SmallVector<Type, 4> resultTypes; in parseExecuteOp() local
|
/external/llvm-project/mlir/unittests/TableGen/ |
D | OpBuildGen.cpp | 50 void verifyOp(OpTy &&concreteOp, std::vector<Type> resultTypes, in verifyOp()
|
/external/llvm-project/mlir/unittests/IR/ |
D | OperationSupportTest.cpp | 19 ArrayRef<Type> resultTypes = llvm::None, in createOp()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferActiveUniformValidation.cpp | 256 std::map<glw::GLuint, glw::GLenum> resultTypes; in iterate() local
|
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 1456 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/ |
D | SPIRVUtilsGen.cpp | 796 StringRef resultTypes, StringRef valueID, in emitResultDeserialization() 920 StringRef resultTypes("resultTypes"), valueID("valueID"), words("words"), in emitDeserializationFunction() local
|
D | OpDefinitionsGen.cpp | 1021 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/ |
D | PDLToPDLInterp.cpp | 515 OperandRange resultTypes = operationOp.types(); in generateRewriter() local
|
/external/llvm-project/mlir/lib/Dialect/SCF/ |
D | SCF.cpp | 580 TypeRange resultTypes, Value cond, bool withElseRegion) { in build() 593 TypeRange resultTypes, Value cond, in build()
|
/external/llvm-project/mlir/lib/Dialect/Affine/IR/ |
D | AffineOps.cpp | 2016 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/ |
D | GPUDialect.cpp | 606 SmallVector<Type, 4> resultTypes; in parseGPUFuncOp() local
|
/external/llvm-project/flang/lib/Optimizer/Dialect/ |
D | FIROps.cpp | 171 auto resultTypes{op.getResultTypes()}; in printCallOp() local 1396 mlir::TypeRange resultTypes, mlir::Value cond, in build()
|
/external/llvm-project/mlir/lib/Conversion/AsyncToLLVM/ |
D | AsyncToLLVM.cpp | 594 SmallVector<Type, 5> resultTypes; in matchAndRewrite() local
|
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
D | LLVMDialect.cpp | 1382 SmallVector<Type, 4> resultTypes; in parseLLVMFuncOp() local
|