Home
last modified time | relevance | path

Searched defs:argTy (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DTargetRewrite.cpp258 auto argTy = std::get<mlir::Type>(e.value()); in convertCallOp() local
350 auto argTy = std::get<mlir::Type>(tup); in lowerComplexSignatureRes() local
396 auto argTy = std::get<mlir::Type>(tup); in convertAddrOp() local
516 auto argTy = std::get<mlir::Type>(tup); in convertSignature() local
745 auto argTy = std::get<mlir::Type>(tup); in doComplexReturn() local
795 auto argTy = std::get<mlir::Type>(tup); in doComplexArg() local
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DAbstractResult.cpp47 auto argTy = getResultArgumentType(resultType, shouldBoxResult); in getNewFunctionType() local
213 auto argTy = getResultArgumentType(resultType, shouldBoxResult); in runOnOperation() local
/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/
H A DModuleTranslation.cpp824 auto argTy = mlirArg.getType(); in convertOneFunction() local
835 auto argTy = mlirArg.getType(); in convertOneFunction() local
844 auto argTy = mlirArg.getType().dyn_cast<LLVM::LLVMPointerType>(); in convertOneFunction() local
854 auto argTy = mlirArg.getType().dyn_cast<LLVM::LLVMPointerType>(); in convertOneFunction() local
863 auto argTy = mlirArg.getType(); in convertOneFunction() local
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DExecutionEngine.cpp191 llvm::Type *argTy = indexedArg.value().getType(); in packFunctionArguments() local
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp838 for (Type argTy : type.getInputs()) in build() local
840 for (Type argTy : workgroupAttributions) in build() local
842 for (Type argTy : privateAttributions) in build() local
/llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp432 Type argTy = std::get<1>(it); in matchAndRewrite() local
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp108 llvm::ArrayRef<mlir::Type> argTy; in createRegionOp() local
129 llvm::ArrayRef<mlir::Type> argTy; in createSimpleOp() local
H A DHostAssociations.cpp512 mlir::Type argTy = getArgumentType(converter); in internalProcedureBindings() local
H A DOpenMP.cpp625 llvm::ArrayRef<mlir::Type> argTy; in createCombinedParallelOp() local
674 llvm::ArrayRef<mlir::Type> argTy; in genOMP() local
H A DIO.cpp155 inline int64_t getLength(mlir::Type argTy) { in getLength()
H A DConvertExpr.cpp535 mlir::Type argTy, mlir::Value funcAddr, in createBoxProcCharTuple()
3053 mlir::Type argTy = callSiteType.getInput(arg.firArgument); in genRawProcedureRef() local
4985 mlir::Type argTy = callSiteType.getInput(arg.firArgument); in genElementalUserDefinedProcRef() local
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.cpp981 const Type* argTy = static_cast<const Type*>(*PI); in getOrInsertFunction() local
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DCharacter.cpp717 fir::FirOpBuilder &builder, mlir::Location loc, mlir::Type argTy, in createCharacterProcedureTuple()
/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1605 auto argTy = shapeOfOp.getArg().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local