Home
last modified time | relevance | path

Searched defs:isConstant (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp41 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 DCGCUDARuntime.h76 bool isConstant() const { return Constant; } isConstant() function
H A DCGBlocks.h176 bool isConstant() const { return !isIndex(); } in isConstant() function
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp246 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 DSIMachineFunctionInfo.h50 bool isConstant(const MachineFrameInfo *) const override { in isConstant() function
/llvm-project/polly/include/polly/Support/
H A DVirtualInstruction.h129 bool isConstant() const { return Kind == Constant; } in isConstant() function
/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h158 bool isConstant() const { return isConstantGlobal; } isConstant() function
/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h240 bool isConstant() const { return Tag == constant; } isConstant() function
[all...]
/llvm-project/flang/include/flang/Lower/
H A DBoxAnalyzer.h313 bool isConstant() const { in isConstant() function
388 bool isConstant = !isAssumedSize(sym); in analyze() local
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DMagicNumbersCheck.cpp155 bool MagicNumbersCheck::isConstant(const MatchFinder::MatchResult &Result, in isConstant() function in clang::tidy::readability::MagicNumbersCheck
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp448 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 Dfold.cpp71 bool isConstant{true}; in FoldOperation() local
/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h50 bool isConstant() const { isConstant() function
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h430 bool isConstant(const MachineFrameInfo *) const override { return false; } isConstant() function
/llvm-project/llvm/unittests/Analysis/
H A DSparsePropagation.cpp69 bool isConstant() const { return LatticeVal.getInt() == ConstantVal; } in isConstant() function in __anon6c64d6440211::TestLatticeVal
/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp221 createTBAANode(StringRef Name,MDNode * Parent,bool isConstant) createTBAANode() argument
/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h395 bool isConstant(MCRegister RegNo) const { return get(RegNo).IsConstant; } isConstant() function
/llvm-project/mlir/lib/Target/LLVMIR/
H A DModuleImport.cpp279 __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 DRISCVVIntrinsicUtils.h316 bool isConstant() const { return IsConstant; } in isConstant() function
/llvm-project/polly/lib/Support/
H A DSCEVValidator.cpp67 bool isConstant() { return Type == SCEVType::INT || Type == SCEVType::PARAM; } in isConstant() function in ValidatorResult
/llvm-project/mlir/lib/IR/
H A DAffineMap.cpp364 bool AffineMap::isConstant() const { isConstant() function in AffineMap
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp117 bool isConstant() const { return Constant; } isConstant() function in __anoncee49e800111::SVEType
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1858 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 DSPIRVToLLVM.cpp813 bool isConstant = (storageClass == spirv::StorageClass::Input) || matchAndRewrite() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp639 bool HexagonGenInsert::isConstant(unsigned VR) const { in isConstant() function in HexagonGenInsert

12