/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCUDARuntime.h | 66 unsigned Normalized : 1; // Normalized texture. 71 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags() 78 bool isNormalized() const { return Normalized; } in isNormalized()
|
H A D | CGCUDANV.cpp | 156 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument 160 /*Managed*/ false, Normalized, Type}}); in registerDeviceTex() 1083 auto Normalized = Args[2].getAsIntegral(); in handleVarRegistration() local 1086 Normalized.getZExtValue()); in handleVarRegistration()
|
/freebsd/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/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaConcept.cpp | 1405 auto Normalized = in getNormalizedAssociatedConstraints() local 1411 Normalized in getNormalizedAssociatedConstraints() 1413 std::move(*Normalized)) in getNormalizedAssociatedConstraints() 1686 NormalForm clang::makeCNF(const NormalizedConstraint &Normalized) { in makeCNF() argument 1687 if (Normalized.isAtomic()) in makeCNF() 1688 return {{Normalized.getAtomicConstraint()}}; in makeCNF() 1690 else if (Normalized.isFoldExpanded()) in makeCNF() 1691 return {{Normalized.getFoldExpandedConstraint()}}; in makeCNF() 1693 NormalForm LCNF = makeCNF(Normalized.getLHS()); in makeCNF() 1694 NormalForm RCNF = makeCNF(Normalized.getRHS()); in makeCNF() [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.clearnormalize.d.out | 1 Normalized data before clear:
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 934 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument 970 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally() 1004 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally() 1009 TruncTy = Normalized->getType(); in getAddRecExprPHILiterally() 1043 expand(Normalized->getStart(), L->getLoopPreheader()->getTerminator()); in getAddRecExprPHILiterally() 1053 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() 1054 Type *ExpandTy = Normalized->getType(); in getAddRecExprPHILiterally() 1067 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally() 1068 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally() 1117 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaConcept.h | 92 NormalForm makeCNF(const NormalizedConstraint &Normalized); 98 NormalForm makeDNF(const NormalizedConstraint &Normalized);
|
H A D | SemaInternal.h | 127 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() argument 132 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED; in getBestEditDistance()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 653 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(), in canPredictBranchProbabilities() local 655 BranchProbability::normalizeProbabilities(Normalized.begin(), in canPredictBranchProbabilities() 656 Normalized.end()); in canPredictBranchProbabilities() 657 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities() 660 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin()); in canPredictBranchProbabilities()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
H A D | OffloadWrapper.cpp | 439 auto *Normalized = Builder.CreateLShr( in createRegisterGlobalsFunction() local 485 Data, Normalized, Extern}); in createRegisterGlobalsFunction()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 519 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 4635 IEEEFloat Normalized(Arg); in ilogb() local 4638 Normalized.exponent += SignificandBits; in ilogb() 4639 Normalized.normalize(IEEEFloat::rmNearestTiesToEven, lfExactlyZero); in ilogb() 4640 return Normalized.exponent - SignificandBits; in ilogb()
|
/freebsd/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…
|