| /freebsd-14.2/contrib/diff/doc/ |
| H A D | fdl.texi | 70 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 D | diff.texi | 25 Invariant Sections, with the Front-Cover texts being ``A GNU Manual,''
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContext.cpp | 136 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 D | SimpleLoopUnswitch.cpp | 139 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 D | DataflowAnalysisContext.h | 286 const Formula *Invariant = nullptr; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 156 def Invariant : BlockCommand<"invariant">;
|
| H A D | DeclObjC.h | 555 Invariant, enumerator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 844 if (TypeParam->getVariance() != ObjCTypeParamVariance::Invariant) in checkPreObjCMessage()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 645 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 D | SemaDeclObjC.cpp | 857 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 D | ParseObjc.cpp | 472 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 D | LoopVectorize.cpp | 5764 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 D | DeclPrinter.cpp | 1407 case ObjCTypeParamVariance::Invariant: in PrintObjCTypeParams()
|
| H A D | DeclObjC.cpp | 1492 ObjCTypeParamVariance::Invariant, in CreateDeserialized()
|
| H A D | JSONNodeDumper.cpp | 1082 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
|
| H A D | TextNodeDumper.cpp | 2488 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
|
| H A D | ASTContext.cpp | 10012 case ObjCTypeParamVariance::Invariant: in sameObjCTypeArgs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVSymbolicOperands.td | 1137 defm Invariant : DecorationOperand<18, 0, 0, [], [Shader]>;
|