Searched refs:Exact (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGlobPattern.h51 Optional<StringRef> Exact; member in class:llvm::GlobPattern
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DGlobPattern.cpp114 Pat.Exact = S;
144 if (Exact)
145 return S == *Exact;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript.h269 typedef Unordered_map<std::string, Version_tree_match> Exact; typedef in class:gold::Version_script_info
299 const Version_expression*, Exact*);
315 // Exact matches for global symbols, by language.
316 Exact* exact_[LANGUAGE_COUNT];
H A Dscript.cc2228 Exact* pe)
2230 std::pair<Exact::iterator, bool> ins =
2303 this->exact_[exp.language] = new Exact();
2349 Exact* exact = this->exact_[i];
2364 Exact::const_iterator pe = exact->find(name_to_match);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript.h269 typedef Unordered_map<std::string, Version_tree_match> Exact; typedef in class:gold::Version_script_info
299 const Version_expression*, Exact*);
315 // Exact matches for global symbols, by language.
316 Exact* exact_[LANGUAGE_COUNT];
H A Dscript.cc2228 Exact* pe)
2230 std::pair<Exact::iterator, bool> ins =
2303 this->exact_[exp.language] = new Exact();
2349 Exact* exact = this->exact_[i];
2364 Exact::const_iterator pe = exact->find(name_to_match);
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dscript.h269 typedef Unordered_map<std::string, Version_tree_match> Exact; typedef in class:gold::Version_script_info
299 const Version_expression*, Exact*);
315 // Exact matches for global symbols, by language.
316 Exact* exact_[LANGUAGE_COUNT];
H A Dscript.cc2228 Exact* pe)
2230 std::pair<Exact::iterator, bool> ins =
2303 this->exact_[exp.language] = new Exact();
2349 Exact* exact = this->exact_[i];
2364 Exact::const_iterator pe = exact->find(name_to_match);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp306 // APFloat::convertToInteger(&Exact) purports to do what we want, but
335 bool Exact; local
338 &Exact);
450 bool Exact; local
453 &Exact);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h192 Exact, member in class:llvm::ObjectSizeOpts::Mode
201 Mode EvalMode = Mode::Exact;
H A DScalarEvolution.h753 Exact, enumerator in enum:llvm::ScalarEvolution::ExitCountKind
767 ExitCountKind Kind = Exact);
779 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h1015 for (int Exact : Exacts)
1016 ImmSet.insert(Exact);
1018 void setRequiresImmediate(int Exact) { argument
1020 ImmSet.insert(Exact);
/netbsd-current/external/lgpl3/gmp/dist/mpn/ia64/
H A Dsqr_diag_addlsh1.asm39 C Exact performance table. The 2nd line is this code, the 3rd line is ctop-
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h375 bool Exact : 1; member in struct:llvm::SDNodeFlags
394 : NoUnsignedWrap(false), NoSignedWrap(false), Exact(false), NoNaNs(false),
413 void setExact(bool b) { Exact = b; }
426 bool hasExact() const { return Exact; }
441 Exact &= Flags.Exact;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h366 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
367 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
368 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
369 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp786 bool Exact = (Dist % IVBump) == 0;
789 if (!Exact)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp541 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact;
H A DScalarEvolution.cpp7026 case Exact:
7044 case Exact:
7422 "Exact is not allowed to be less precise than Max");
9263 const SCEV *Exact =
9266 if (Exact != getCouldNotCompute()) {
9267 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, L));
9268 APInt BaseMaxInt = getUnsignedRangeMax(Exact);
9274 return ExitLimit(Exact, Max, false, Predicates);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp3753 bool Exact = false;
3769 Exact = true;
3807 if (Exact) Flags |= PossiblyExactOperator::IsExact;
6230 bool Exact = EatIfPresent(lltok::kw_exact);
6234 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
H A Dia64-mont.pl502 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Dia64-mont.pl503 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and

Completed in 433 milliseconds