/llvm-project/flang/unittests/Optimizer/ |
H A D | FortranVariableTest.cpp | 73 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 D | SimplifyHLFIRIntrinsics.cpp | 47 llvm::SmallVector<mlir::Value, 1> typeParams; matchAndRewrite() local
|
H A D | ConvertToFIR.cpp | 338 llvm::SmallVector<mlir::Value> typeParams; in matchAndRewrite() local
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | TypeFromLLVM.cpp | 139 SmallVector<Type> typeParams; in translate() local
|
H A D | TypeToLLVM.cpp | 160 SmallVector<llvm::Type *> typeParams; in translate() local
|
/llvm-project/flang/include/flang/Lower/ |
H A D | HlfirIntrinsics.h | 102 auto typeParams = std::get<hlfir::ElementalAddrOp>(actual).getTypeparams(); in genCharLength() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | HLFIRTools.cpp | 343 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 D | FIRBuilder.cpp | 1422 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 D | ConvertExprToHLFIR.cpp | 189 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 D | ConvertConstant.cpp | 703 llvm::SmallVector<std::int64_t> typeParams; genArrayLit() local
|
H A D | OpenACC.cpp | 1227 llvm::SmallVector<mlir::Value, 1> typeParams; genCombiner() local 1303 llvm::SmallVector<mlir::Value, 1> typeParams; genCombiner() local
|
H A D | ConvertVariable.cpp | 2262 llvm::SmallVector<mlir::Value> typeParams; mapSymbolAttributes() local
|
H A D | ConvertCall.cpp | 2143 llvm::SmallVector<mlir::Value> typeParams; genElementalCall() local
|
H A D | Bridge.cpp | 722 __anonc6773cb51502(llvm::ArrayRef<mlir::Value> shape, llvm::ArrayRef<mlir::Value> typeParams) createHostAssociateVarClone() argument
|
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/ |
H A D | LLVMTypes.cpp | 90 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 D | ASTNodeTraverser.h | 375 void dumpObjCTypeParamList(const ObjCTypeParamList *typeParams) { in dumpObjCTypeParamList() argument
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1514 : Brackets(lAngleLoc, rAngleLoc), NumParams(typeParams.size()) { in ObjCTypeParamList() argument 1523 create(ASTContext & ctx,SourceLocation lAngleLoc,ArrayRef<ObjCTypeParamDecl * > typeParams,SourceLocation rAngleLoc) create() argument
|
H A D | Type.cpp | 1769 ObjCTypeParamList *typeParams = classDecl->getTypeParamList(); computeSuperClassTypeSlow() local
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 166 AddObjCTypeParamList(ObjCTypeParamList * typeParams) AddObjCTypeParamList() argument
|
H A D | ASTReaderDecl.cpp | 1229 SmallVector<ObjCTypeParamDecl *, 4> typeParams; ReadObjCTypeParamList() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ArrayValueCopy.cpp | 1094 llvm::SmallVector<mlir::Value> typeParams = in allocateArrayTemp() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 470 SmallVector<Decl *, 4> typeParams; parseObjCTypeParamListOrProtocolRefs() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaObjC.cpp | 524 ObjCTypeParamList *typeParams = objcClass->getTypeParamList(); applyObjCTypeArgs() local
|
H A D | SemaDeclObjC.cpp | 1452 if (typeParams->size() == numProtocolsResolved) { in actOnObjCTypeArgsOrProtocolQualifiers() local
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 362 validTypeParams(mlir::Type dynTy,mlir::ValueRange typeParams) validTypeParams() argument
|