/llvm-project/llvm/lib/CodeGen/ |
H A D | PseudoSourceValue.cpp | 41 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { in isConstant() function in PseudoSourceValue 59 bool FixedStackPseudoSourceValue::isConstant( in isConstant() function in FixedStackPseudoSourceValue 85 bool CallEntryPseudoSourceValue::isConstant(const MachineFrameInfo *) const { in isConstant() function in CallEntryPseudoSourceValue
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDARuntime.h | 76 bool isConstant() const { return Constant; } isConstant() function
|
H A D | CGBlocks.h | 176 bool isConstant() const { return !isIndex(); } in isConstant() function
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SVals.cpp | 246 bool SVal::isConstant() const { in isConstant() function in SVal 250 bool SVal::isConstant(int I) const { in isConstant() function in SVal
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIMachineFunctionInfo.h | 50 bool isConstant(const MachineFrameInfo *) const override { in isConstant() function
|
/llvm-project/polly/include/polly/Support/ |
H A D | VirtualInstruction.h | 129 bool isConstant() const { return Kind == Constant; } in isConstant() function
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | GlobalVariable.h | 158 bool isConstant() const { return isConstantGlobal; } isConstant() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 240 bool isConstant() const { return Tag == constant; } isConstant() function [all...] |
/llvm-project/flang/include/flang/Lower/ |
H A D | BoxAnalyzer.h | 313 bool isConstant() const { in isConstant() function 388 bool isConstant = !isAssumedSize(sym); in analyze() local
|
/llvm-project/clang-tools-extra/clang-tidy/readability/ |
H A D | MagicNumbersCheck.cpp | 155 bool MagicNumbersCheck::isConstant(const MatchFinder::MatchResult &Result, in isConstant() function in clang::tidy::readability::MagicNumbersCheck
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 448 bool isConstant(const InitListExpr *Candidate) const { in isConstant() function in __anonb2e4cea40211::DeadStoreObs 457 bool isConstant(const Expr *E) const { in isConstant() function in __anonb2e4cea40211::DeadStoreObs
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold.cpp | 71 bool isConstant{true}; in FoldOperation() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 50 bool isConstant() const { isConstant() function
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64Subtarget.h | 430 bool isConstant(const MachineFrameInfo *) const override { return false; } isConstant() function
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | SparsePropagation.cpp | 69 bool isConstant() const { return LatticeVal.getInt() == ConstantVal; } in isConstant() function in __anon6c64d6440211::TestLatticeVal
|
/llvm-project/llvm/lib/IR/ |
H A D | MDBuilder.cpp | 221 createTBAANode(StringRef Name,MDNode * Parent,bool isConstant) createTBAANode() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCRegisterInfo.h | 395 bool isConstant(MCRegister RegNo) const { return get(RegNo).IsConstant; } isConstant() function
|
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | ModuleImport.cpp | 279 __anond1a35e580402(const llvm::MDNode *node, TBAATypeDescriptorAttr *baseAttr = nullptr, TBAATypeDescriptorAttr *accessAttr = nullptr, int64_t *offset = nullptr, bool *isConstant = nullptr) processTBAAMetadata() argument 391 bool isConstant; processTBAAMetadata() local
|
/llvm-project/clang/include/clang/Support/ |
H A D | RISCVVIntrinsicUtils.h | 316 bool isConstant() const { return IsConstant; } in isConstant() function
|
/llvm-project/polly/lib/Support/ |
H A D | SCEVValidator.cpp | 67 bool isConstant() { return Type == SCEVType::INT || Type == SCEVType::PARAM; } in isConstant() function in ValidatorResult
|
/llvm-project/mlir/lib/IR/ |
H A D | AffineMap.cpp | 364 bool AffineMap::isConstant() const { isConstant() function in AffineMap
|
/llvm-project/clang/utils/TableGen/ |
H A D | SveEmitter.cpp | 117 bool isConstant() const { return Constant; } isConstant() function in __anoncee49e800111::SVEType
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1858 build(builder, result, name, isConstant, isTarget, type, {}, linkage, attrs); in build() argument 1810 build(mlir::OpBuilder & builder,mlir::OperationState & result,llvm::StringRef name,bool isConstant,bool isTarget,mlir::Type type,mlir::Attribute initialVal,mlir::StringAttr linkage,llvm::ArrayRef<mlir::NamedAttribute> attrs) build() argument 1842 build(mlir::OpBuilder & builder,mlir::OperationState & result,llvm::StringRef name,bool isConstant,bool isTarget,mlir::Type type,mlir::StringAttr linkage,llvm::ArrayRef<mlir::NamedAttribute> attrs) build() argument
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 813 bool isConstant = (storageClass == spirv::StorageClass::Input) || matchAndRewrite() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenInsert.cpp | 639 bool HexagonGenInsert::isConstant(unsigned VR) const { in isConstant() function in HexagonGenInsert
|