Home
last modified time | relevance | path

Searched refs:Invariant (Results 1 – 18 of 18) sorted by relevance

/freebsd-14.2/contrib/diff/doc/
H A Dfdl.texi70 are designated, as being those of Invariant Sections, in the notice
73 allowed to be designated as Invariant. The Document may contain zero
74 Invariant Sections. If the Document does not identify any Invariant
257 Preserve all the Invariant Sections of the Document,
267 to conflict in title with any Invariant Section.
307 list them all as Invariant Sections of your combined work in its
317 Invariant Sections in the license notice of the combined work.
364 Replacing Invariant Sections with translations requires special
366 translations of some or all Invariant Sections in addition to the
367 original versions of these Invariant Sections. You may include a
[all …]
H A Ddiff.texi25 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp136 if (Invariant == nullptr) in addInvariant()
137 Invariant = &Constraint; in addInvariant()
139 Invariant = &arena().makeAnd(*Invariant, Constraint); in addInvariant()
216 if (Invariant) in addTransitiveFlowConditionConstraints()
217 Constraints.insert(Invariant); in addTransitiveFlowConditionConstraints()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp139 Value *Invariant; member
143 : Term(Term), Invariant(Invariant), InLoopSucc(InLoopSucc) {} in CompareDesc()
570 for (Value *Invariant : Invariants) { in unswitchTrivialBranch()
571 dbgs() << " " << *Invariant << " == true"; in unswitchTrivialBranch()
572 if (Invariant != Invariants.back()) in unswitchTrivialBranch()
695 for (Value *Invariant : Invariants) in unswitchTrivialBranch()
696 replaceLoopInvariantUses(L, Invariant, *Replacement); in unswitchTrivialBranch()
2533 for (Value *Invariant : Invariants) { in unswitchNontrivialInvariants()
2534 assert(!isa<Constant>(Invariant) && in unswitchNontrivialInvariants()
3170 Value *LHS = Next->Invariant; in insertCandidatesWithPendingInjections()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h286 const Formula *Invariant = nullptr; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td156 def Invariant : BlockCommand<"invariant">;
H A DDeclObjC.h555 Invariant, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp844 if (TypeParam->getVariance() != ObjCTypeParamVariance::Invariant) in checkPreObjCMessage()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp645 auto *Invariant = Rewriter.expandCodeFor(S, I->getType(), IP); in replaceIVUserWithLoopInvariant() local
647 I->replaceAllUsesWith(Invariant); in replaceIVUserWithLoopInvariant()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp857 if (newTypeParam->getVariance() == ObjCTypeParamVariance::Invariant && in checkTypeParamListConsistency()
863 == ObjCTypeParamVariance::Invariant && in checkTypeParamListConsistency()
884 case ObjCTypeParamVariance::Invariant: in checkTypeParamListConsistency()
895 == ObjCTypeParamVariance::Invariant) { in checkTypeParamListConsistency()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp472 getCurScope(), ObjCTypeParamVariance::Invariant, SourceLocation(), in parseObjCTypeParamListOrProtocolRefs()
488 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; in parseObjCTypeParamListOrProtocolRefs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp5764 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage() local
5778 Invariant[ClassID] += GetRegUsage(Inst->getType(), VF); in calculateRegisterUsage()
5790 dbgs() << "LV(REG): Found invariant usage: " << Invariant.size() in calculateRegisterUsage()
5792 for (const auto &pair : Invariant) { in calculateRegisterUsage()
5799 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1407 case ObjCTypeParamVariance::Invariant: in PrintObjCTypeParams()
H A DDeclObjC.cpp1492 ObjCTypeParamVariance::Invariant, in CreateDeserialized()
H A DJSONNodeDumper.cpp1082 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
H A DTextNodeDumper.cpp2488 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
H A DASTContext.cpp10012 case ObjCTypeParamVariance::Invariant: in sameObjCTypeArgs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td1137 defm Invariant : DecorationOperand<18, 0, 0, [], [Shader]>;