| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SimpleLoopUnswitch.cpp | 162 static void replaceLoopInvariantUses(Loop &L, Value *Invariant, in replaceLoopInvariantUses() argument 164 assert(!isa<Constant>(Invariant) && "Why are we unswitching on a constant?"); in replaceLoopInvariantUses() 168 for (Use &U : llvm::make_early_inc_range(Invariant->uses())) { in replaceLoopInvariantUses() 489 for (Value *Invariant : Invariants) { in unswitchTrivialBranch() 490 dbgs() << " " << *Invariant << " == true"; in unswitchTrivialBranch() 491 if (Invariant != Invariants.back()) in unswitchTrivialBranch() 612 for (Value *Invariant : Invariants) in unswitchTrivialBranch() 613 replaceLoopInvariantUses(L, Invariant, *Replacement); in unswitchTrivialBranch() 2373 for (Value *Invariant : Invariants) in unswitchNontrivialInvariants() 2375 for (Use &U : llvm::make_early_inc_range(Invariant->uses())) { in unswitchNontrivialInvariants()
|
| H A D | LoopUnswitch.cpp | 281 Value *simplifyInstructionWithNotEqual(Instruction *Inst, Value *Invariant, 1761 Value *Invariant, in simplifyInstructionWithNotEqual() argument 1768 if ((Op0 == Invariant && Op1 == Val) || (Op0 == Val && Op1 == Invariant)) { in simplifyInstructionWithNotEqual()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 136 def Invariant : BlockCommand<"invariant">;
|
| H A D | DeclObjC.h | 556 Invariant, enumerator
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DynamicTypePropagation.cpp | 848 if (TypeParam->getVariance() != ObjCTypeParamVariance::Invariant) in checkPreObjCMessage()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 666 auto *Invariant = Rewriter.expandCodeFor(S, I->getType(), IP); in replaceIVUserWithLoopInvariant() local 668 I->replaceAllUsesWith(Invariant); in replaceIVUserWithLoopInvariant()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6701 SmallMapVector<unsigned, unsigned, 4> Invariant; in calculateRegisterUsage() local 6708 if (Invariant.find(ClassID) == Invariant.end()) in calculateRegisterUsage() 6709 Invariant[ClassID] = Usage; in calculateRegisterUsage() 6711 Invariant[ClassID] += Usage; in calculateRegisterUsage() 6723 dbgs() << "LV(REG): Found invariant usage: " << Invariant.size() in calculateRegisterUsage() 6725 for (const auto &pair : Invariant) { in calculateRegisterUsage() 6732 RU.LoopInvariantRegs = Invariant; in calculateRegisterUsage()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 437 getCurScope(), ObjCTypeParamVariance::Invariant, SourceLocation(), in parseObjCTypeParamListOrProtocolRefs() 453 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; in parseObjCTypeParamListOrProtocolRefs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 1251 case ObjCTypeParamVariance::Invariant: in PrintObjCTypeParams()
|
| H A D | JSONNodeDumper.cpp | 981 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
|
| H A D | DeclObjC.cpp | 1441 ObjCTypeParamVariance::Invariant, in CreateDeserialized()
|
| H A D | TextNodeDumper.cpp | 2221 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
|
| H A D | ASTContext.cpp | 9163 case ObjCTypeParamVariance::Invariant: in sameObjCTypeArgs()
|