/llvm-project/flang/lib/Lower/ |
H A D | ConvertConstant.cpp | 104 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 D | ConvertVariable.cpp | 488 bool isConst = isConstant(sym); defineGlobal() local
|
H A D | Bridge.cpp | 2069 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 D | GlobalMerge.cpp | 252 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 D | WebAssemblyMCTargetDesc.h | 287 inline bool isConst(unsigned Opc) { isConst() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.h | 122 bool isConst(unsigned ID) const { isConst() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h |
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.cpp | 196 bool isConst(QualType T) { in isConst() function 212 bool isConst(const Decl *D) { in isConst() function
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 367 bool isConst() const { return properties & Const; } isConst() function
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | FIRBuilder.cpp | 324 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 D | ModuleImport.cpp | 304 bool isConst = false; processTBAAMetadata() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 326 bool isConst() const { return !!(Attrs & uint32_t(PointerOptions::Const)); } in isConst() function
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 3003 bool HexagonLoopRescheduling::isConst(unsigned Reg) const { in isConst() function in HexagonLoopRescheduling
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.cpp | 452 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 D | DeclCXX.h | 2112 bool isConst() const { return getType()->castAs<FunctionType>()->isConst(); } isConst() function
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | CodeGen.cpp | 2750 auto isConst = global.getConstant().has_value(); matchAndRewrite() local
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 6391 AST_MATCHER(CXXMethodDecl,isConst) AST_MATCHER() argument
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 524 T = isConst ? Context->getObjCIdType().withConst() in convertToUnqualifiedObjCType() local
|