Home
last modified time | relevance | path

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

12

/llvm-project/flang/unittests/Optimizer/
H A DFortranVariableTest.cpp73 llvm::SmallVector<mlir::Value> typeParams{len}; TEST_F() local
129 llvm::SmallVector<mlir::Value> typeParams{len}; TEST_F() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DSimplifyHLFIRIntrinsics.cpp47 llvm::SmallVector<mlir::Value, 1> typeParams; matchAndRewrite() local
H A DConvertToFIR.cpp338 llvm::SmallVector<mlir::Value> typeParams; in matchAndRewrite() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DTypeFromLLVM.cpp139 SmallVector<Type> typeParams; in translate() local
H A DTypeToLLVM.cpp160 SmallVector<llvm::Type *> typeParams; in translate() local
/llvm-project/flang/include/flang/Lower/
H A DHlfirIntrinsics.h102 auto typeParams = std::get<hlfir::ElementalAddrOp>(actual).getTypeparams(); in genCharLength() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp343 llvm::SmallVector<mlir::Value> typeParams; genVariableBox() local
697 genVariableFirBaseShapeAndParams(mlir::Location loc,fir::FirOpBuilder & builder,Entity entity,llvm::SmallVectorImpl<mlir::Value> & typeParams) genVariableFirBaseShapeAndParams() argument
784 genElementalOp(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Type elementType,mlir::Value shape,mlir::ValueRange typeParams,const ElementalKernelGenerator & genKernel,bool isUnordered,mlir::Value polymorphicMold,mlir::Type exprType) genElementalOp() argument
1063 llvm::SmallVector<mlir::Value, 1> typeParams; cloneToElementalOp() local
[all...]
H A DFIRBuilder.cpp1422 llvm::SmallVector<mlir::Value> typeParams(arrLoad.getTypeparams()); genLenOfCharacter() local
1430 genLenOfCharacter(fir::FirOpBuilder & builder,mlir::Location loc,fir::SequenceType seqTy,mlir::Value memref,llvm::ArrayRef<mlir::Value> typeParams,llvm::ArrayRef<mlir::Value> path,llvm::ArrayRef<mlir::Value> substring) genLenOfCharacter() argument
/llvm-project/flang/lib/Lower/
H A DConvertExprToHLFIR.cpp189 llvm::SmallVector<mlir::Value> typeParams; member
1513 llvm::SmallVector<mlir::Value, 1> typeParams; gen() local
1559 llvm::SmallVector<mlir::Value, 1> typeParams; gen() local
1744 llvm::SmallVector<mlir::Value, 1> typeParams; gen() local
[all...]
H A DConvertConstant.cpp703 llvm::SmallVector<std::int64_t> typeParams; genArrayLit() local
H A DOpenACC.cpp1227 llvm::SmallVector<mlir::Value, 1> typeParams; genCombiner() local
1303 llvm::SmallVector<mlir::Value, 1> typeParams; genCombiner() local
H A DConvertVariable.cpp2262 llvm::SmallVector<mlir::Value> typeParams; mapSymbolAttributes() local
H A DConvertCall.cpp2143 llvm::SmallVector<mlir::Value> typeParams; genElementalCall() local
H A DBridge.cpp722 __anonc6773cb51502(llvm::ArrayRef<mlir::Value> shape, llvm::ArrayRef<mlir::Value> typeParams) createHostAssociateVarClone() argument
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMTypes.cpp90 parseExtTypeParams(AsmParser &p, SmallVectorImpl<Type> &typeParams, in parseExtTypeParams() argument
122 static void printExtTypeParams(AsmPrinter &p, ArrayRef<Type> typeParams, in printExtTypeParams() argument
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h375 void dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList() argument
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1514 : Brackets(lAngleLoc, rAngleLoc), NumParams(typeParams.size()) { in ObjCTypeParamList() argument
1523 create(ASTContext & ctx,SourceLocation lAngleLoc,ArrayRef<ObjCTypeParamDecl * > typeParams,SourceLocation rAngleLoc) create() argument
H A DType.cpp1769 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); computeSuperClassTypeSlow() local
/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp166 AddObjCTypeParamList(ObjCTypeParamList * typeParams) AddObjCTypeParamList() argument
H A DASTReaderDecl.cpp1229 SmallVector<ObjCTypeParamDecl *, 4> typeParams; ReadObjCTypeParamList() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1094 llvm::SmallVector<mlir::Value> typeParams = in allocateArrayTemp() local
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp470 SmallVector<Decl *, 4> typeParams; parseObjCTypeParamListOrProtocolRefs() local
/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp524 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); applyObjCTypeArgs() local
H A DSemaDeclObjC.cpp1452 if (typeParams->size() == numProtocolsResolved) { in actOnObjCTypeArgsOrProtocolQualifiers() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp362 validTypeParams(mlir::Type dynTy,mlir::ValueRange typeParams) validTypeParams() argument

12