Searched refs:normalize (Results 1 - 25 of 75) sorted by last modified time

123

/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk903 svn_mergeinfo_normalizer_DEPS = tools/client-side/svn-mergeinfo-normalizer/analyze-cmd.lo tools/client-side/svn-mergeinfo-normalizer/help-cmd.lo tools/client-side/svn-mergeinfo-normalizer/log.lo tools/client-side/svn-mergeinfo-normalizer/logic.lo tools/client-side/svn-mergeinfo-normalizer/missing-branches.lo tools/client-side/svn-mergeinfo-normalizer/normalize-cmd.lo tools/client-side/svn-mergeinfo-normalizer/remove-branches-cmd.lo tools/client-side/svn-mergeinfo-normalizer/svn-mergeinfo-normalizer.lo tools/client-side/svn-mergeinfo-normalizer/wc_mergeinfo.lo subversion/libsvn_client/libsvn_client-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_subr/libsvn_subr-1.la
904 svn_mergeinfo_normalizer_OBJECTS = analyze-cmd.lo help-cmd.lo log.lo logic.lo missing-branches.lo normalize-cmd.lo remove-branches-cmd.lo svn-mergeinfo-normalizer.lo wc_mergeinfo.lo
3588 tools/client-side/svn-mergeinfo-normalizer/normalize-cmd.lo: tools/client-side/svn-mergeinfo-normalizer/normalize-cmd.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_opt_impl.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_types_impl.h subversion/include/svn_wc.h tools/client-side/svn-mergeinfo-normalizer/mergeinfo-normalizer.h
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp370 RegisterRef DefReg = DFG.getPRI().normalize(Def.Addr->getRegRef(DFG));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp249 RegisterRef DR = DFG->getPRI().normalize(DA.Addr->getRegRef(*DFG));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp97 RegisterRef PhysicalRegisterInfo::normalize(RegisterRef RR) const { function in class:PhysicalRegisterInfo
H A DRDFLiveness.cpp477 RegisterRef R = PRI.normalize(A.Addr->getRegRef(DFG));
622 RegisterRef UR = PRI.normalize(UA.Addr->getRegRef(DFG));
1076 RegisterRef RR = PRI.normalize(UA.Addr->getRegRef(DFG));
H A DCalcSpillWeights.cpp302 return normalize(totalWeight, start->distance(*end), numInstr);
303 return normalize(totalWeight, li.getSize(), numInstr);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFRegisters.h113 RegisterRef normalize(RegisterRef RR) const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp3497 Opts.Triple = llvm::Triple::normalize(Opts.Triple);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp1489 Triple.normalize());
3956 .normalize();
3963 .normalize();
3985 .normalize();
6845 Triples += CurTC->getTriple().normalize();
6918 Triples += Dep.DependentToolChain->getTriple().normalize();
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c925 svn_boolean_t normalize;
936 if (xb->normalize)
1040 extract_baton.normalize = FALSE;
1053 extract_baton.normalize = TRUE;
921 svn_boolean_t normalize; member in struct:extract_mergeinfo_paths_baton
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp617 M->setTargetTriple(Triple::normalize(TargetTriple));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp735 Triple TheTriple(Triple::normalize(TripleName));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp472 TheTriple.setTriple(Triple::normalize(TripleName));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp220 TripleName = Triple::normalize(sys::getDefaultTargetTriple());
343 << " target triple '" << TheTriple.normalize() << "' and cpu '" << MCPU
417 << TheTriple.normalize() << "' with assembly variant "
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp196 Triple TheTriple(Triple::normalize(TripleName));
451 << TheTriple.normalize() << "' with assembly variant "
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp429 Mod->setTargetTriple(Triple::normalize(TargetTriple));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp425 M->setTargetTriple(Triple::normalize(TargetTriple));
428 TheTriple = Triple(Triple::normalize(TargetTriple));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp180 TargetTriple.setTriple(Triple::normalize(OverrideTriple));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1369 BranchDist.normalize();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp250 return strdup(Triple::normalize(StringRef(triple)).c_str());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DTriple.cpp799 std::string Triple::normalize(StringRef Str) { function in class:Triple
H A DHost.cpp1575 Triple PT(Triple::normalize(TargetTripleString));
H A DAPFloat.cpp909 normalize(rmNearestTiesToEven, lfExactlyZero);
1105 // caller needs to call IEEEFloat::normalize() if normalized value is
1330 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode,
1338 /* Before rounding normalize the exponent of fcNormal numbers. */
1697 fs = normalize(rounding_mode, lost_fraction);
1736 fs = normalize(rounding_mode, lost_fraction);
1754 fs = normalize(rounding_mode, lost_fraction);
1837 fs = normalize(rounding_mode, lost_fraction);
2057 fs = normalize(rounding_mode, lostFraction);
2261 return normalize(rounding_mod
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h37 /// string; the constructor does not change or normalize the triple string.
39 /// specify should use the normalize method.
283 /// normalize - Turn an arbitrary machine specification into the canonical
287 static std::string normalize(StringRef Str);
290 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple
H A DAPFloat.h521 opStatus normalize(roundingMode, lostFraction);

Completed in 545 milliseconds

123