| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TextEncoding.cpp | 33 SmallVectorImpl<char> &Normalized) { in normalizeCharSetName() argument 40 Normalized.push_back(Ch); in normalizeCharSetName() 48 SmallString<16> Normalized; in getKnownEncoding() local 49 normalizeCharSetName(Name, Normalized); in getKnownEncoding() 50 if (Normalized.equals("utf8")) in getKnownEncoding() 52 if (Normalized.equals("ibm1047")) in getKnownEncoding()
|
| H A D | APFloat.cpp | 4818 IEEEFloat Normalized(Arg); in ilogb() local 4821 Normalized.exponent += SignificandBits; in ilogb() 4822 Normalized.normalize(APFloat::rmNearestTiesToEven, lfExactlyZero); in ilogb() 4823 return Normalized.exponent - SignificandBits; in ilogb()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCUDARuntime.h | 67 unsigned Normalized : 1; // Normalized texture. 72 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags() 79 bool isNormalized() const { return Normalized; } in isNormalized()
|
| H A D | CGCUDANV.cpp | 164 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument 168 /*Managed*/ false, Normalized, Type}}); in registerDeviceTex() 1148 auto Normalized = Args[2].getAsIntegral(); in handleVarRegistration() local 1151 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/Driver/ |
| H A D | OffloadBundler.cpp | 1190 CompressedBundleHeader Normalized; in tryParse() local 1191 Normalized.Version = Header.Common.Version; in tryParse() 1193 size_t RequiredSize = getHeaderSize(Normalized.Version); in tryParse() 1198 switch (Normalized.Version) { in tryParse() 1200 Normalized.UncompressedFileSize = Header.V1.UncompressedFileSize; in tryParse() 1201 Normalized.Hash = Header.V1.Hash; in tryParse() 1204 Normalized.FileSize = Header.V2.FileSize; in tryParse() 1205 Normalized.UncompressedFileSize = Header.V2.UncompressedFileSize; in tryParse() 1206 Normalized.Hash = Header.V2.Hash; in tryParse() 1209 Normalized.FileSize = Header.V3.FileSize; in tryParse() [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 | 958 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument 994 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally() 1028 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally() 1033 TruncTy = Normalized->getType(); in getAddRecExprPHILiterally() 1067 expand(Normalized->getStart(), L->getLoopPreheader()->getTerminator()); in getAddRecExprPHILiterally() 1077 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally() 1078 Type *ExpandTy = Normalized->getType(); in getAddRecExprPHILiterally() 1091 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally() 1092 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally() 1141 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| 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 | MachineBasicBlock.cpp | 1609 SmallVector<BranchProbability, 8> Normalized(Probs.begin(), Probs.end()); in canPredictBranchProbabilities() local 1610 BranchProbability::normalizeProbabilities(Normalized); in canPredictBranchProbabilities() 1614 SmallVector<BranchProbability, 8> Equal(Normalized.size()); in canPredictBranchProbabilities() 1617 return llvm::equal(Normalized, Equal); in canPredictBranchProbabilities()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/Offloading/ |
| H A D | OffloadWrapper.cpp | 465 auto *Normalized = Builder.CreateLShr( in createRegisterGlobalsFunction() local 519 Data, Normalized, Extern}); in createRegisterGlobalsFunction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 534 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaConcept.cpp | 1418 auto Normalized = NormalizedConstraint::fromAssociatedConstraints( in getNormalizedAssociatedConstraints() local 1423 Normalized in getNormalizedAssociatedConstraints() 1425 std::move(*Normalized)) in getNormalizedAssociatedConstraints()
|
| /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…
|