Searched refs:Exact (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/ |
| HD | BreakpointResolverName.cpp | 64 m_match_type (Breakpoint::Exact), in BreakpointResolverName() 78 m_match_type (Breakpoint::Exact), in BreakpointResolverName() 224 case Breakpoint::Exact: in SearchCallback()
|
| /NextBSD/contrib/llvm/lib/Transforms/Scalar/ |
| HD | Float2Int.cpp | 336 bool Exact; in walkForwards() local 339 &Exact); in walkForwards() 450 bool Exact; in convert() local 453 &Exact); in convert()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/ |
| HD | AddressResolver.h | 49 Exact, enumerator
|
| HD | AddressResolverName.h | 32 AddressResolver::MatchType type = Exact);
|
| /NextBSD/contrib/llvm/include/llvm/Analysis/ |
| HD | ScalarEvolution.h | 268 const SCEV *Exact; 271 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {} 273 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {} 278 return !isa<SCEVCouldNotCompute>(Exact) ||
|
| /NextBSD/contrib/llvm/include/llvm/IR/ |
| HD | InstrTypes.h | 274 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv 275 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv 276 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr 277 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | AddressResolverName.cpp | 114 case AddressResolver::Exact: in SearchCallback()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| HD | Breakpoint.h | 95 Exact, enumerator
|
| /NextBSD/sys/sys/mach/ |
| HD | std_types.defs | 66 /* 7.18.1.1 Exact-width integer types */
|
| /NextBSD/contrib/llvm/lib/Analysis/ |
| HD | ScalarEvolution.cpp | 4871 if (EL.Exact == getCouldNotCompute()) in ComputeBackedgeTakenCount() 4876 ExitCounts.push_back(std::make_pair(ExitBB, EL.Exact)); in ComputeBackedgeTakenCount() 5019 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond() 5020 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond() 5023 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond() 5036 if (EL0.Exact == EL1.Exact) in ComputeExitLimitFromCond() 5037 BECount = EL0.Exact; in ComputeExitLimitFromCond() 5054 if (EL0.Exact == getCouldNotCompute() || in ComputeExitLimitFromCond() 5055 EL1.Exact == getCouldNotCompute()) in ComputeExitLimitFromCond() 5058 BECount = getUMinFromMismatchedTypes(EL0.Exact, EL1.Exact); in ComputeExitLimitFromCond() [all …]
|
| /NextBSD/contrib/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAGNodes.h | 953 bool Exact : 1; 965 Exact = false; 976 void setExact(bool b) { Exact = b; } 986 bool hasExact() const { return Exact; } 996 return (NoUnsignedWrap << 0) | (NoSignedWrap << 1) | (Exact << 2) |
|
| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonHardwareLoops.cpp | 745 bool Exact = (Dist % IVBump) == 0; in computeCount() local 748 if (!Exact) in computeCount()
|
| /NextBSD/contrib/llvm/lib/AsmParser/ |
| HD | LLParser.cpp | 2746 bool Exact = false; in ParseValID() local 2763 Exact = true; in ParseValID() 2807 if (Exact) Flags |= PossiblyExactOperator::IsExact; in ParseValID() 4534 bool Exact = EatIfPresent(lltok::kw_exact); in ParseInstruction() local 4537 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Target.cpp | 389 Breakpoint::Exact, in CreateBreakpoint()
|
| /NextBSD/contrib/tzdata/ |
| HD | northamerica | 1803 # Exact date unknown 1805 # Exact date in October unknown; Sunday October 1 is a reasonable guess. 1807 # Exact date in June unknown; Sunday June 2 is a reasonable guess.
|
| /NextBSD/contrib/gcc/doc/ |
| HD | passes.texi | 243 for exact semantics. Exact control flow may be extracted from
|
| HD | md.texi | 1827 Exact power of 2
|