Searched defs:Exact (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 243 bool Exact; in calcRange() local 413 bool Exact; convert() local
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 764 divComputeLowBit(KnownBits Known,const KnownBits & LHS,const KnownBits & RHS,bool Exact) divComputeLowBit() argument 800 sdiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) sdiv() argument 859 udiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) udiv() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 790 bool Exact = (Dist % IVBump) == 0; in computeCount() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1122 for (int Exact : Exacts) setRequiresImmediate() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 1235 __anon84dfdece0e02(const Access &Acc, bool Exact) forallInterferingAccesses() argument 1284 __anon84dfdece0f02(const Access &Acc, bool Exact) forallInterferingAccesses() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6502 bool Exact = EatIfPresent(lltok::kw_exact); parseInstruction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 10482 const SCEV *Exact = howFarToZero() local [all...] |