Home
last modified time | relevance | path

Searched refs:Normalized (Results 1 – 17 of 17) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCUDARuntime.h73 unsigned Normalized : 1; // Normalized texture. variable
78 : Kind(K), Extern(E), Constant(C), Managed(M), Normalized(N), in DeviceVarFlags()
85 bool isNormalized() const { return Normalized; } in isNormalized()
H A DCGCUDANV.cpp158 bool Extern, int Type, bool Normalized) { in registerDeviceTex() argument
162 /*Managed*/ false, Normalized, Type}}); in registerDeviceTex()
1081 auto Normalized = Args[2].getAsIntegral(); in handleVarRegistration() local
1084 Normalized.getZExtValue()); in handleVarRegistration()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaConcept.cpp1087 auto Normalized = in getNormalizedAssociatedConstraints() local
1093 Normalized in getNormalizedAssociatedConstraints()
1095 std::move(*Normalized)) in getNormalizedAssociatedConstraints()
1250 static NormalForm makeCNF(const NormalizedConstraint &Normalized) { in makeCNF() argument
1251 if (Normalized.isAtomic()) in makeCNF()
1252 return {{Normalized.getAtomicConstraint()}}; in makeCNF()
1254 NormalForm LCNF = makeCNF(Normalized.getLHS()); in makeCNF()
1255 NormalForm RCNF = makeCNF(Normalized.getRHS()); in makeCNF()
1256 if (Normalized.getCompoundKind() == NormalizedConstraint::CCK_Conjunction) { in makeCNF()
1279 static NormalForm makeDNF(const NormalizedConstraint &Normalized) { in makeDNF() argument
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1196 SCEVExpander::getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized, in getAddRecExprPHILiterally() argument
1234 bool IsMatchingSCEV = PhiSCEV == Normalized; in getAddRecExprPHILiterally()
1268 canBeCheaplyTransformed(SE, PhiSCEV, Normalized, InvertStep)) { in getAddRecExprPHILiterally()
1273 TruncTy = SE.getEffectiveSCEVType(Normalized->getType()); in getAddRecExprPHILiterally()
1307 expandCodeForImpl(Normalized->getStart(), ExpandTy, in getAddRecExprPHILiterally()
1318 const SCEV *Step = Normalized->getStepRecurrence(SE); in getAddRecExprPHILiterally()
1332 bool IncrementIsNUW = !useSubtract && IsIncrementNUW(SE, Normalized); in getAddRecExprPHILiterally()
1333 bool IncrementIsNSW = !useSubtract && IsIncrementNSW(SE, Normalized); in getAddRecExprPHILiterally()
1387 const SCEVAddRecExpr *Normalized = S; in expandAddRecExprLiterally() local
1391 Normalized = cast<SCEVAddRecExpr>(normalizeForPostIncUse(S, Loops, SE)); in expandAddRecExprLiterally()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTypoCorrection.h128 unsigned getEditDistance(bool Normalized = true) const {
141 return Normalized ? NormalizeEditDistance(ED) : ED;
H A DSemaInternal.h131 unsigned getBestEditDistance(bool Normalized) { in getBestEditDistance() argument
136 return Normalized ? TypoCorrection::NormalizeEditDistance(BestED) : BestED; in getBestEditDistance()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMIRPrinter.cpp632 SmallVector<BranchProbability,8> Normalized(MBB.Probs.begin(), in canPredictBranchProbabilities() local
634 BranchProbability::normalizeProbabilities(Normalized.begin(), in canPredictBranchProbabilities()
635 Normalized.end()); in canPredictBranchProbabilities()
636 SmallVector<BranchProbability,8> Equal(Normalized.size()); in canPredictBranchProbabilities()
639 return std::equal(Normalized.begin(), Normalized.end(), Equal.begin()); in canPredictBranchProbabilities()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h495 PHINode *getAddRecExprPHILiterally(const SCEVAddRecExpr *Normalized,
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A Dstyle.pod32 say "Normalized version is ", $pkgpath->fullpkgpath;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp4458 IEEEFloat Normalized(Arg); in ilogb() local
4461 Normalized.exponent += SignificandBits; in ilogb()
4462 Normalized.normalize(IEEEFloat::rmNearestTiesToEven, lfExactlyZero); in ilogb()
4463 return Normalized.exponent - SignificandBits; in ilogb()
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxstypemap.pod572 Perl. Normalized means that all C<*> are replaced by the
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc2595 * FP_NORMAL Normalized
2606 * FP_NORMAL Normalized
H A Dconfig_H.vc2595 * FP_NORMAL Normalized
2606 * FP_NORMAL Normalized
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm104 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm174 | 1. Normalized fpns have 0 < e < MAX_EXP. They correspond to
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample1264 * FP_NORMAL Normalized
H A Dconfig.plan91316 * FP_NORMAL Normalized