Home
last modified time | relevance | path

Searched defs:argType (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/flang/include/flang/Lower/
H A DHostAssociations.h69 mlir::Type argType; variable
/llvm-project/libc/utils/HdrGen/PrototypeTestGen/
H A DPrototypeTestGen.cpp
/llvm-project/mlir/lib/Dialect/Func/Transforms/
H A DDecomposeCallGraphTypes.cpp
/llvm-project/mlir/lib/Dialect/Polynomial/IR/
H A DPolynomialOps.cpp94 Type argType = getPolynomial().getType(); in verify() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp237 for (const auto &argType : matchAndRewrite() local
H A DSPIRVConversion.cpp774 for (const auto &argType : enumerate(fnType.getInputs())) { matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DNormalizeMemRefs.cpp360 Type argType = functionType.getInput(argIndex); normalizeFuncOpMemRefs() local
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DFuncBufferizableOpInterfaceImpl.cpp395 Type argType = it.value(); bufferize() local
/llvm-project/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp277 Type argType = getOperand().getType(); in verify() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp103 auto argType = getResultArgumentType(result.getType(), shouldBoxResult); matchAndRewrite() local
H A DSimplifyIntrinsics.cpp1063 auto argType = getArgElementType(args[0]); simplifyIntOrFloatReduction() local
/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp149 needsAmpersandOnTemplateArg(QualType paramType,QualType argType) needsAmpersandOnTemplateArg() argument
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/
H A DGPUToSPIRV.cpp247 for (const auto &argType : lowerAsEntryFunction() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp987 Type argType = funcOp.getArgumentTypes()[argIndex]; verifyRegionArgAttribute() local
/llvm-project/flang/lib/Lower/
H A DIO.cpp647 mlir::Type argType = funcOp.getFunctionType().getInput(1); genNamelistIO() local
733 mlir::Type argType = outputFunc.getFunctionType().getInput(1); genOutputItemList() local
831 mlir::Type argType = inputFunc.getFunctionType().getInput(1); createIoRuntimeCallForItem() local
[all...]
H A DConvertVariable.cpp2238 mlir::Type argType = arg.getType(); mapSymbolAttributes() local
H A DConvertCall.cpp787 mlir::Type argType = converter.genType(*arg); genStmtFunctionRef() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp1268 Type argType = block.getArgument(opOperand->getOperandNumber()).getType(); verifyStructuredOpInterface() local
/llvm-project/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp481 auto argType = functionType.getInput(i); processFunction() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp2550 Type argType = entryBlock.getArgument(i).getType(); verifyRegions() local
3264 Type argType = funcOp.getArgumentTypes()[argIdx]; verifyRegionArgAttribute() local
/llvm-project/mlir/lib/Bytecode/Reader/
H A DBytecodeReader.cpp2438 Type argType; parseBlockArguments() local
/llvm-project/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp1150 Type argType; parseMapEntries() local
/llvm-project/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2587 if (failed(validateVariableConstraint(constraint, argType))) in createArgOrResultVariableDecl() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp734 for (mlir::Type argType : funcType.getInputs().drop_front()) { prettyPrintIntrinsicName() local
2810 mlir::Type argType = args[0].getType(); genBtest() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1579 DeclRefExpr arg(getContext(), argDecl, false, argType, VK_LValue, in generateObjCSetterBody() local

12