Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp162 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 DLoopUnswitch.cpp281 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 DCommentCommands.td136 def Invariant : BlockCommand<"invariant">;
H A DDeclObjC.h556 Invariant, enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp848 if (TypeParam->getVariance() != ObjCTypeParamVariance::Invariant) in checkPreObjCMessage()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp666 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 DLoopVectorize.cpp6701 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 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-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp437 getCurScope(), ObjCTypeParamVariance::Invariant, SourceLocation(), in parseObjCTypeParamListOrProtocolRefs()
453 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; in parseObjCTypeParamListOrProtocolRefs()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1251 case ObjCTypeParamVariance::Invariant: in PrintObjCTypeParams()
H A DJSONNodeDumper.cpp981 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
H A DDeclObjC.cpp1441 ObjCTypeParamVariance::Invariant, in CreateDeserialized()
H A DTextNodeDumper.cpp2221 case ObjCTypeParamVariance::Invariant: in VisitObjCTypeParamDecl()
H A DASTContext.cpp9163 case ObjCTypeParamVariance::Invariant: in sameObjCTypeArgs()