| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 61 unsigned Normalized : 1; // Normalized texture. variable 66 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags() 73 bool isNormalized() const { return Normalized; } in isNormalized()
|
| H A D | CGCUDANV.cpp | 160 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument 164 /*Managed*/ false, Normalized, Type}}); in registerDeviceTex() 1070 auto Normalized = Args[2].getAsIntegral(); in handleVarRegistration() local 1073 Normalized.getZExtValue()); in handleVarRegistration()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionNormalization.cpp | 106 const SCEV *Normalized = in normalizeForPostIncUse() local 108 const SCEV *Denormalized = denormalizeForPostIncUse(Normalized, Loops, SE); in normalizeForPostIncUse() 112 return Normalized; in normalizeForPostIncUse()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1189 auto Normalized = in getNormalizedAssociatedConstraints() local 1195 Normalized in getNormalizedAssociatedConstraints() 1197 std::move(*Normalized)) in getNormalizedAssociatedConstraints() 1354 if (Normalized.isAtomic()) in makeCNF() 1355 return {{Normalized.getAtomicConstraint()}}; in makeCNF() 1357 NormalForm LCNF = makeCNF(Normalized.getLHS()); in makeCNF() 1358 NormalForm RCNF = makeCNF(Normalized.getRHS()); in makeCNF() 1383 if (Normalized.isAtomic()) in makeDNF() 1384 return {{Normalized.getAtomicConstraint()}}; in makeDNF() 1386 NormalForm LDNF = makeDNF(Normalized.getLHS()); in makeDNF() [all …]
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.clearnormalize.d.out | 1 Normalized data before clear:
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 874 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument 910 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally() 949 TruncTy = Normalized->getType(); in getAddRecExprPHILiterally() 993 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() 994 Type *ExpandTy = Normalized->getType(); in getAddRecExprPHILiterally() 1007 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally() 1008 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally() 1060 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local 1064 Normalized = cast<SCEVAddRecExpr>( in expandAddRecExprLiterally() 1068 [[maybe_unused]] const SCEV *Start = Normalized->getStart(); in expandAddRecExprLiterally() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | TypoCorrection.h | 128 unsigned getEditDistance(bool Normalized = true) const { 141 return Normalized ? NormalizeEditDistance(ED) : ED;
|
| H A D | SemaInternal.h | 131 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() argument 136 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED; in getBestEditDistance()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MIRPrinter.cpp | 650 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(), in canPredictBranchProbabilities() local 652 BranchProbability::normalizeProbabilities(Normalized.begin(), in canPredictBranchProbabilities() 653 Normalized.end()); in canPredictBranchProbabilities() 654 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities() 657 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin()); in canPredictBranchProbabilities()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 431 auto *Normalized = Builder.CreateLShr( in createRegisterGlobalsFunction() local 477 Data, Normalized, Extern}); in createRegisterGlobalsFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 491 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 4514 IEEEFloat Normalized(Arg); in ilogb() local 4517 Normalized.exponent += SignificandBits; in ilogb() 4518 Normalized.normalize(IEEEFloat::rmNearestTiesToEven, lfExactlyZero); in ilogb() 4519 return Normalized.exponent - SignificandBits; in ilogb()
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 719 Evaluation of Normalized Taylor
|
| H A D | funstack.in | 5148 …title = "{ACM} Algorithm 413: {ENTCAF} and {ENTCRE}: Evaluation of Normalized {Taylor} Coef…
|