HomeSort by relevance Sort by last modified time
    Searched refs:Exact (Results 1 - 25 of 35) sorted by null

1 2

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
GlobPattern.h 42 Optional<StringRef> Exact;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
GlobPattern.cpp 107 Pat.Exact = S;
136 if (Exact)
137 return S == *Exact;
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 36 Exact = 0,
142 ObjSizeMode Mode = ObjSizeMode::Exact);
168 ObjSizeMode Mode = ObjSizeMode::Exact);
ScalarEvolution.h 526 /// pair of exact and max expressions that are eventually summarized in
529 const SCEV *Exact;
536 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
539 : Exact(E), Max(M), Pred(P) {
540 assert((isa<SCEVCouldNotCompute>(Exact) ||
542 "Exact is not allowed to be less precise than Max");
548 return !isa<SCEVCouldNotCompute>(Exact) ||
553 bool hasFullInfo() const { return !isa<SCEVCouldNotCompute>(Exact); }
685 /// The (exact) number of time we take the edge back.
695 /// includes an exact count and a maximum count
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 660 for (int Exact : Exacts)
661 ImmSet.insert(Exact);
663 void setRequiresImmediate(int Exact) {
665 ImmSet.insert(Exact);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Float2Int.cpp 302 // APFloat::convertToInteger(&Exact) purports to do what we want, but
331 bool Exact;
334 &Exact);
445 bool Exact;
448 &Exact);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 287 // APFloat::convertToInteger(&Exact) purports to do what we want, but
316 bool Exact;
319 &Exact);
431 bool Exact;
434 &Exact);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
MemoryBuiltins.h 154 Exact,
163 Mode EvalMode = Mode::Exact;
  /external/golang-protobuf/proto/
discard_test.go 97 Exact: proto.Bool(true),
102 0x4002: &pb.FloatingPoint{Exact: proto.Bool(true)},
clone_test.go 228 Exact: proto.Bool(true),
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 246 /// This is a temporary pair of exact and max expressions that are
249 const SCEV *Exact;
252 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
254 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
259 return !isa<SCEVCouldNotCompute>(Exact) ||
289 /// of a loop. This currently includes an exact count and a maximum count.
303 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
315 /// getExact - Return an expression indicating the exact backedge-taken
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/
InstrTypes.h 276 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
277 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
278 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
279 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
349 /// setIsExact - Set or clear the exact flag on this instruction,
360 /// isExact - Determine whether the exact flag is set.
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
Cloning.cpp 134 TEST_F(CloneInstruction, Exact) {
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
dwarfdump-bogus-LNE.s 100 # Exact prologue length isn't important but it tells us where to expect the
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 331 bool Exact : 1;
344 Exact = false;
356 void setExact(bool b) { Exact = b; }
367 bool hasExact() const { return Exact; }
378 return (NoUnsignedWrap << 0) | (NoSignedWrap << 1) | (Exact << 2) |
387 Exact &= Flags->Exact;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 362 bool Exact : 1;
376 Exact(false), NoNaNs(false), NoInfs(false),
408 Exact = b;
446 bool hasExact() const { return Exact; }
468 Exact &= Flags.Exact;
    [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 478 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
479 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
480 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
481 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
InstrTypes.h 506 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
507 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
508 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
509 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 678 // K! / 2^T is odd, and exact division by an odd number *is* safe in modular
679 // arithmetic. To do exact division in modular arithmetic, all we have
737 // this multiplication factor will perform the exact division by
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
grow_stats_test.cc 353 TEST(FixedSizeClassStats, Exact) {
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 144 TEST_F(CloneInstruction, Exact) {
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 747 bool Exact = (Dist % IVBump) == 0;
750 if (!Exact)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 786 bool Exact = (Dist % IVBump) == 0;
789 if (!Exact)
    [all...]

Completed in 1301 milliseconds

1 2