/llvm-project/flang/include/flang/Decimal/ |
H A D | decimal.h | 34 Exact = 0, enumerator 94 enum ConversionResultFlags flags { Exact }; enumerator
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Float2Int.cpp | 243 bool Exact; calcRange() local 419 bool Exact; convert() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | KnownBitsTest.cpp | 30 static testing::AssertionResult checkResult(Twine Name, const KnownBits &Exact, in checkResult() argument 60 KnownBits Exact(Bits); in testUnaryOpExhaustive() local 86 KnownBits Exact(Bits); testBinaryOpExhaustive() local 123 KnownBits Exact(Bits); TEST() local 154 KnownBits Exact(Bits), ExactNSW(Bits), ExactNUW(Bits), TestAddSubExhaustive() local 236 KnownBits Exact(Bits); TEST() local [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 371 bool ShAmtNonZero, bool Exact) { in lshr() argument 429 bool ShAmtNonZero, bool Exact) { in ashr() argument 911 divComputeLowBit(KnownBits Known,const KnownBits & LHS,const KnownBits & RHS,bool Exact) divComputeLowBit() argument 947 sdiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) sdiv() argument 1003 udiv(const KnownBits & LHS,const KnownBits & RHS,bool Exact) udiv() argument [all...] |
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.h | 47 unsigned Exact : 1; member
|
/llvm-project/llvm/unittests/FuzzMutate/ |
H A D | StrategiesTest.cpp | 432 TEST(InstModificationIRStrategy, Exact) { in TEST() argument
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | CloningTest.cpp | 153 TEST_F(CloneInstruction, Exact) { in TEST_F() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 790 bool Exact = (Dist % IVBump) == 0; computeCount() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 644 unsigned Exact = 0; TEST_F() local 670 unsigned Exact = 0; TEST_F() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 1161 for (int Exact : Exacts) setRequiresImmediate() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 1244 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); computeKnownBitsFromOperator() local 1258 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); computeKnownBitsFromOperator() local
|
H A D | ScalarEvolution.cpp | 10549 const SCEV *Exact = howFarToZero() local [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | AttributorAttributes.cpp | 1236 __anon30d26d8f0e02(const Access &Acc, bool Exact) forallInterferingAccesses() argument 1285 __anon30d26d8f0f02(const Access &Acc, bool Exact) forallInterferingAccesses() argument
|
/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 6903 bool Exact = EatIfPresent(lltok::kw_exact); parseInstruction() local
|