Home
last modified time | relevance | path

Searched defs:globalName (Results 1 – 7 of 7) sorted by relevance

/llvm-project/flang/lib/Lower/
H A DConvertConstant.cpp103 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 DConvertVariable.cpp163 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 DOpenACC.cpp3563 std::string globalName = converter.mangleName(*name->symbol); genGlobalCtors() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DConstantArgumentGlobalisation.cpp96 std::string globalName = in matchAndRewrite() local
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/GPU/
H A DSelectObjectAttr.cpp292 std::string globalName = getOrCreateFunctionName() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp88 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 DFIRBuilder.cpp1081 std::string globalName = fir::factory::uniqueCGIdent("cl", str); createStringLiteral() local