Home
last modified time | relevance | path

Searched defs:isConst (Results 1 – 18 of 18) sorted by relevance

/llvm-project/flang/lib/Lower/
H A DConvertConstant.cpp104 mlir::StringAttr linkage, bool isConst, in tryCreating() argument
129 llvm::StringRef globalName, mlir::StringAttr linkage, bool isConst, in tryCreating() argument
207 linkage, isConst, initExpr, dataAttr); in tryCreatingDenseGlobal() argument
183 tryCreatingGlobal(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type symTy,llvm::StringRef globalName,mlir::StringAttr linkage,bool isConst,cuf::DataAttributeAttr dataAttr) const tryCreatingGlobal() argument
H A DConvertVariable.cpp488 bool isConst = isConstant(sym); defineGlobal() local
H A DBridge.cpp2069 genControlValue(const Fortran::lower::SomeExpr * expr,const IncrementLoopInfo & info,bool * isConst=nullptr) genControlValue() argument
2109 bool isConst = true; genFIRIncrementLoopBegin() local
/llvm-project/llvm/lib/CodeGen/
H A DGlobalMerge.cpp252 doMerge(SmallVectorImpl<GlobalVariable * > & Globals,Module & M,bool isConst,unsigned AddrSpace) const doMerge() argument
470 doMerge(const SmallVectorImpl<GlobalVariable * > & Globals,const BitVector & GlobalSet,Module & M,bool isConst,unsigned AddrSpace) const doMerge() argument
/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h287 inline bool isConst(unsigned Opc) { isConst() function
/llvm-project/clang/include/clang/Basic/
H A DBuiltins.h122 bool isConst(unsigned ID) const { isConst() function
/llvm-project/clang/lib/AST/Interp/
H A DPointer.h
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.cpp196 bool isConst(QualType T) { in isConst() function
212 bool isConst(const Decl *D) { in isConst() function
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h367 bool isConst() const { return properties & Const; } isConst() function
/llvm-project/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp324 createGlobal(mlir::Location loc,mlir::Type type,llvm::StringRef name,mlir::StringAttr linkage,mlir::Attribute value,bool isConst,bool isTarget,cuf::DataAttributeAttr dataAttr) createGlobal() argument
347 createGlobal(mlir::Location loc,mlir::Type type,llvm::StringRef name,bool isConst,bool isTarget,std::function<void (FirOpBuilder &)> bodyBuilder,mlir::StringAttr linkage,cuf::DataAttributeAttr dataAttr) createGlobal() argument
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp304 bool isConst = false; processTBAAMetadata() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h326 bool isConst() const { return !!(Attrs & uint32_t(PointerOptions::Const)); } in isConst() function
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp3003 bool HexagonLoopRescheduling::isConst(unsigned Reg) const { in isConst() function in HexagonLoopRescheduling
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp452 buildBuiltinVariableLoad(MachineIRBuilder & MIRBuilder,SPIRVType * VariableType,SPIRVGlobalRegistry * GR,SPIRV::BuiltIn::BuiltIn BuiltinValue,LLT LLType,Register Reg=Register (0),bool isConst=true,bool hasLinkageTy=true) buildBuiltinVariableLoad() argument
/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h2112 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); } isConst() function
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2750 auto isConst = global.getConstant().has_value(); matchAndRewrite() local
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6391 AST_MATCHER(CXXMethodDecl,isConst) AST_MATCHER() argument
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp524 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType() local