/external/llvm-project/llvm/include/llvm/IR/ |
D | ConstantRange.h | 288 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator 294 PreferredRangeType Type = Smallest) const; 302 PreferredRangeType Type = Smallest) const; 363 PreferredRangeType RangeType = Smallest) const; 375 PreferredRangeType RangeType = Smallest) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | ConstantRange.h | 272 enum PreferredRangeType { Smallest, Unsigned, Signed }; enumerator 278 PreferredRangeType Type = Smallest) const; 286 PreferredRangeType Type = Smallest) const; 347 PreferredRangeType RangeType = Smallest) const; 359 PreferredRangeType RangeType = Smallest) const;
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | vector_ptr_load_store.ll | 20 ; CHECK: The Smallest and Widest types: 64 / 64 bits. 54 ; CHECK: The Smallest and Widest types: 16 / 16 bits. 96 ; CHECK: The Smallest and Widest types: 8 / 64 bits. 120 ; CHECK: LV: The Smallest and Widest types: 16 / 16 bits.
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | vector_ptr_load_store.ll | 20 ; CHECK: The Smallest and Widest types: 64 / 64 bits. 54 ; CHECK: The Smallest and Widest types: 16 / 16 bits. 96 ; CHECK: The Smallest and Widest types: 8 / 64 bits. 120 ; CHECK: LV: The Smallest and Widest types: 16 / 16 bits.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 131 APFloat Smallest = APFloat::getSmallestNormalized(Sem); in convertFCmp() local 132 APFloat NegSmallest = Smallest; in convertFCmp() 142 } else if (Const->isExactlyValue(Smallest)) { in convertFCmp()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 131 APFloat Smallest = APFloat::getSmallestNormalized(Sem); in convertFCmp() local 132 APFloat NegSmallest = Smallest; in convertFCmp() 142 } else if (Const->isExactlyValue(Smallest)) { in convertFCmp()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZTDC.cpp | 139 APFloat Smallest = APFloat::getSmallestNormalized(Sem); in convertFCmp() local 140 APFloat NegSmallest = Smallest; in convertFCmp() 150 } else if (Const->isExactlyValue(Smallest)) { in convertFCmp()
|
/external/llvm-project/llvm/test/CodeGen/Thumb/ |
D | large-stack.ll | 43 ; Smallest stack for which we use a constant pool 54 ; Smallest stack for which we use a constant pool
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | smallest-and-widest-types.ll | 8 ; CHECK: The Smallest and Widest types: 64 / 64 bits
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 849 const SCEV *Smallest = nullptr, *Greatest = nullptr; in calculateSubRanges() local 852 Smallest = Start; in calculateSubRanges() 871 Smallest = SE.getAddExpr(End, SE.getSCEV(One)); in calculateSubRanges() 875 auto Clamp = [this, Smallest, Greatest](const SCEV *S) { in calculateSubRanges() 876 return SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)); in calculateSubRanges() 882 SE.isKnownPredicate(ICmpInst::ICMP_SLE, Range.getBegin(), Smallest); in calculateSubRanges()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1075 const SCEV *Smallest = nullptr, *Greatest = nullptr, *GreatestSeen = nullptr; in calculateSubRanges() local 1079 Smallest = Start; in calculateSubRanges() 1099 Smallest = SE.getAddExpr(End, One); in calculateSubRanges() 1104 auto Clamp = [this, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges() 1106 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges() 1107 : SE.getUMaxExpr(Smallest, SE.getUMinExpr(Greatest, S)); in calculateSubRanges() 1117 SE.isKnownPredicate(PredLE, Range.getBegin(), Smallest); in calculateSubRanges()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 1090 const SCEV *Smallest = nullptr, *Greatest = nullptr, *GreatestSeen = nullptr; in calculateSubRanges() local 1094 Smallest = Start; in calculateSubRanges() 1114 Smallest = SE.getAddExpr(End, One); in calculateSubRanges() 1119 auto Clamp = [this, Smallest, Greatest, IsSignedPredicate](const SCEV *S) { in calculateSubRanges() 1121 ? SE.getSMaxExpr(Smallest, SE.getSMinExpr(Greatest, S)) in calculateSubRanges() 1122 : SE.getUMaxExpr(Smallest, SE.getUMinExpr(Greatest, S)); in calculateSubRanges() 1132 SE.isKnownPredicate(PredLE, Range.getBegin(), Smallest); in calculateSubRanges()
|
/external/llvm/test/CodeGen/Thumb/ |
D | large-stack.ll | 32 ; Smallest stack for which we use a constant pool
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 391 MVT Smallest = *std::min_element(TypeVec.begin(), TypeVec.end(), in EnforceSmallerThan() local 399 [Smallest](MVT OtherVT) { in EnforceSmallerThan() 401 if (OtherVT.isVector() != Smallest.isVector()) in EnforceSmallerThan() 405 return OtherVT.getScalarSizeInBits() <= Smallest.getScalarSizeInBits()|| in EnforceSmallerThan() 406 OtherVT.getSizeInBits() < Smallest.getSizeInBits(); in EnforceSmallerThan()
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | model_optimization.md | 95 …ization/training) | Labelled training data | Up to 75% | Smallest accuracy loss …
|
/external/llvm-project/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-ISA31.txt | 14 # Smallest non-zero displacement.
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 894 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 897 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr() 946 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 949 Builder.CreateFCmpUGE(VAbs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr()
|
/external/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 3049 APFloat Smallest = APFloat::getSmallest(APFloat::IEEEdouble, false); in TEST() local 3106 Frac = frexp(Smallest, Exp, RM); in TEST()
|
/external/deqp/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/float32/comparison/ |
D | input.txt | 9 # Smallest number greater than one
|
/external/llvm-project/llvm/unittests/IR/ |
D | ConstantRangeTest.cpp | 529 ConstantRange SmallestCR = OpFn(CR1, CR2, ConstantRange::Smallest); in testBinarySetOperationExhaustive()
|
/external/llvm-project/llvm/unittests/ADT/ |
D | APFloatTest.cpp | 3433 APFloat Smallest = APFloat::getSmallest(APFloat::IEEEdouble(), false); in TEST() local 3490 Frac = frexp(Smallest, Exp, RM); in TEST()
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 2081 -- for Finding the $i$th Smallest of $n$ 3605 Smallest of $n$ Elements [M1]'' . . . . 301--304
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 2972 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 2975 Builder.CreateFCmpUGE(Abs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr() 3037 APFloat Smallest = APFloat::getSmallestNormalized( in EmitBuiltinExpr() local 3040 Builder.CreateFCmpUGE(VAbs, ConstantFP::get(V->getContext(), Smallest), in EmitBuiltinExpr()
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | lower-mem-intrinsics.ll | 43 ; Smallest static size which will be expanded
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5889 return SR.intersectWith(UR, ConstantRange::Smallest); in getRangeForAffineAR()
|