Searched defs:globalName (Results 1 – 7 of 7) sorted by relevance
/llvm-project/flang/lib/Lower/ |
H A D | ConvertConstant.cpp | 103 llvm::StringRef globalName, in tryCreating() argument 129 llvm::StringRef globalName, mlir::StringAttr linkage, bool isConst, in tryCreating() argument 333 std::string globalName = fir::factory::uniqueCGIdent( in genScalarLit() local 182 tryCreatingGlobal(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type symTy,llvm::StringRef globalName,mlir::StringAttr linkage,bool isConst,cuf::DataAttributeAttr dataAttr) const tryCreatingGlobal() argument 207 tryCreatingDenseGlobal(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type symTy,llvm::StringRef globalName,mlir::StringAttr linkage,bool isConst,const Fortran::lower::SomeExpr & initExpr,cuf::DataAttributeAttr dataAttr) tryCreatingDenseGlobal() argument 545 llvm::StringRef globalName = genScalarLit() local 653 llvm::StringRef globalName = converter.getUniqueLitName( genOutlineArrayLit() local [all...] |
H A D | ConvertVariable.cpp | 163 declareGlobal(Fortran::lower::AbstractConverter & converter,const Fortran::lower::pft::Variable & var,llvm::StringRef globalName,mlir::StringAttr linkage) declareGlobal() argument 482 defineGlobal(Fortran::lower::AbstractConverter & converter,const Fortran::lower::pft::Variable & var,llvm::StringRef globalName,mlir::StringAttr linkage,cuf::DataAttributeAttr dataAttr) defineGlobal() argument 656 std::string globalName = converter.mangleName(sym); instantiateGlobal() local 2300 std::string globalName = converter.mangleName(sym); defineModuleVariable() local 2415 std::string globalName = converter.mangleName(typeInfoSym); createRuntimeTypeInfoGlobal() local [all...] |
H A D | OpenACC.cpp | 3563 std::string globalName = converter.mangleName(*name->symbol); genGlobalCtors() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ConstantArgumentGlobalisation.cpp | 96 std::string globalName = in matchAndRewrite() local
|
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/ |
H A D | SelectObjectAttr.cpp | 292 std::string globalName = getOrCreateFunctionName() local
|
/llvm-project/flang/lib/Lower/OpenMP/ |
H A D | OpenMP.cpp | 88 std::string globalName = converter.mangleName(sym); globalInitialization() local 2594 std::string globalName = converter.mangleName(sym); genThreadprivateOp() local
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 1081 std::string globalName = fir::factory::uniqueCGIdent("cl", str); createStringLiteral() local
|