Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp40 bool PseudoSourceValue::isConstant(const MachineFrameInfo *) const { isConstant() function in PseudoSourceValue
58 bool FixedStackPseudoSourceValue::isConstant( isConstant() function in FixedStackPseudoSourceValue
84 bool CallEntryPseudoSourceValue::isConstant(const MachineFrameInfo *) const { isConstant() function in CallEntryPseudoSourceValue
/freebsd-src/contrib/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
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCUDARuntime.h71 bool isConstant() const { return Constant; } isConstant() function
H A DCGBlocks.h176 bool isConstant() const { return !isIndex(); } in isConstant() function
H A DCGDecl.cpp1156 bool isConstant = true; createUnnamedGlobalFrom() local
H A DCGObjCMac.cpp2009 bool isConstant = !CGM.getLangOpts().WritableStrings; GenerateConstantNSString() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h50 bool isConstant(const MachineFrameInfo *) const override { in isConstant() function
H A DAMDGPUInstructionSelector.cpp2761 static bool isConstant(const MachineInstr &MI) { isConstant() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalVariable.h158 bool isConstant() const { return isConstantGlobal; } in isConstant() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueLattice.h240 bool isConstant() const { return Tag == constant; } in isConstant() function
[all...]
H A DTargetTransformInfo.h1072 bool isConstant() const { isConstant() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp448 bool isConstant(const InitListExpr *Candidate) const { in isConstant() function in __anon897c83030211::DeadStoreObs
457 bool isConstant(const Expr *E) const { in isConstant() function in __anon897c83030211::DeadStoreObs
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h50 bool isConstant() const { in isConstant() function
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp207 createTBAANode(StringRef Name,MDNode * Parent,bool isConstant) createTBAANode() argument
H A DDebugInfoMetadata.cpp2026 DIExpression::isConstant() const { isConstant() function in DIExpression
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.h466 bool isConstant(const MachineFrameInfo *) const override { return false; } isConstant() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h316 bool isConstant() const { return IsConstant; } in isConstant() function
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp117 bool isConstant() const { return Constant; } in isConstant() function in __anon9ce31d5f0111::SVEType
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp55 bool SCCPSolver::isConstant(const ValueLatticeElement &LV) { isConstant() function in llvm::SCCPSolver
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp639 bool HexagonGenInsert::isConstant(unsigned VR) const { in isConstant() function in HexagonGenInsert
H A DHexagonInstrInfo.cpp1443 bool isConstant(const MachineFrameInfo *) const override { expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp613 bool isConstant(MachineLocKind Kind) const { in isConstant() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp141 bool isConstant() const { return Val == nullptr; } in isConstant() function in __anonf0822f780111::FAddend
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1934 bool isConstant = true; ExpandBUILD_VECTOR() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp105 bool QualType::isConstant(QualType T, const ASTContext &Ctx) { in isConstant() function in QualType

12