Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDPseudoSourceValue.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
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCUDARuntime.h76 bool isConstant() const { return Constant; } in isConstant() function
HDCGBlocks.h176 bool isConstant() const { return !isIndex(); } in isConstant() function
HDCGDecl.cpp1158 bool isConstant = true; in createUnnamedGlobalFrom() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDSVals.cpp246 bool SVal::isConstant() const { in isConstant() function in SVal
250 bool SVal::isConstant(int I) const { in isConstant() function in SVal
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSIMachineFunctionInfo.h50 bool isConstant(const MachineFrameInfo *) const override { in isConstant() function
HDAMDGPUInstructionSelector.cpp2708 static bool isConstant(const MachineInstr &MI) { in isConstant() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGlobalVariable.h158 bool isConstant() const { return isConstantGlobal; } in isConstant() function
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDValueLattice.h240 bool isConstant() const { return Tag == constant; } in isConstant() function
HDTargetTransformInfo.h1102 bool isConstant() const { in isConstant() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDeadStoresChecker.cpp448 bool isConstant(const InitListExpr *Candidate) const { in isConstant() function in __anonfa8a51cb0211::DeadStoreObs
457 bool isConstant(const Expr *E) const { in isConstant() function in __anonfa8a51cb0211::DeadStoreObs
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDKnownBits.h50 bool isConstant() const { in isConstant() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64Subtarget.h444 bool isConstant(const MachineFrameInfo *) const override { return false; } in isConstant() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDMDBuilder.cpp221 bool isConstant) { in createTBAANode()
HDDebugInfoMetadata.cpp2213 DIExpression::isConstant() const { in isConstant() function in DIExpression
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCRegisterInfo.h395 bool isConstant(MCRegister RegNo) const { return get(RegNo).IsConstant; } in isConstant() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Support/
HDRISCVVIntrinsicUtils.h316 bool isConstant() const { return IsConstant; } in isConstant() function
/freebsd-14-stable/contrib/llvm-project/clang/utils/TableGen/
HDSveEmitter.cpp117 bool isConstant() const { return Constant; } in isConstant() function in __anonc3dc38270111::SVEType
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonGenInsert.cpp639 bool HexagonGenInsert::isConstant(unsigned VR) const { in isConstant() function in HexagonGenInsert
HDHexagonInstrInfo.cpp1444 bool isConstant(const MachineFrameInfo *) const override { in expandPostRAPseudo() function in HexagonInstrInfo::expandPostRAPseudo::CrashPseudoSourceValue
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSCCPSolver.cpp47 bool SCCPSolver::isConstant(const ValueLatticeElement &LV) { in isConstant() function in llvm::SCCPSolver
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDVarLocBasedImpl.cpp613 bool isConstant(MachineLocKind Kind) const { in isConstant() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp141 bool isConstant() const { return Val == nullptr; } in isConstant() function in __anon64bdac400111::FAddend
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp1949 bool isConstant = true; in ExpandBUILD_VECTOR() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDType.cpp105 bool QualType::isConstant(QualType T, const ASTContext &Ctx) { in isConstant() function in QualType

12