Home
last modified time | relevance | path

Searched refs:smallest (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project-15.0.7/mlir/lib/Reducer/
H A DReductionNode.cpp136 ReductionNode *smallest = nullptr; in getNeighbors() local
140 if (smallest == nullptr || node->getSize() < smallest->getSize()) in getNeighbors()
141 smallest = node; in getNeighbors()
144 if (smallest != nullptr && in getNeighbors()
145 smallest->getSize() < node->getParent()->getSize()) { in getNeighbors()
147 node = smallest; in getNeighbors()
/llvm-project-15.0.7/lldb/scripts/
H A Danalyze-project-deps.py157 smallest = result[0][1]
160 smallest = min(smallest, value)
161 yield (total, smallest, result)
174 for (total, smallest, cycle) in counted:
189 for (total, smallest, cycle) in counted:
/llvm-project-15.0.7/llvm/test/Assembler/
H A Dinvalid-inttype.ll3 ; i8388609 is the smallest integer type that can't be represented in LLVM IR
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dincorrect-roundings.rst14 2. It is incorrect. The number 0.499999975 (smallest representable float
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dsetcc-takes-i32.ll8 ; It was expecting the smallest legal promotion of i1 to be the preferred SetCC
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dframe-08.ll109 ; Like f1 but with a frame that is 8 bytes bigger. This is the smallest
176 ; Like f2 but with a frame that is 8 bytes bigger. This is the smallest
245 ; This is the smallest frame size for which the preparatory increment for
H A Dframe-01.ll98 ; The smallest frame size that needs two instructions to both allocate
H A Dmemcmp-nobuiltin.ll162 ; Test the smallest size that needs 3 CLCs.
H A Dmemcmp-01.ll174 ; Test the smallest size that needs 3 CLCs.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/X86/
H A Dvector_max_bandwidth.ll15 ; Tests that the vectorization factor is determined by the smallest instead of
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt80 numbers are the smallest.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/
H A Dextend-vectorization-factor-for-unprofitable-memops.ll7 ; maximum VF for NEON is calculated by 128/size of smallest type in loop.
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVAtomicOps.td580 2) get a New Value by finding the smallest signed integer of Original
664 2) get a New Value by finding the smallest unsigned integer of Original
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt6 the smallest.
/llvm-project-15.0.7/llvm/docs/
H A DCycleTerminology.rst212 DFS, consider the smallest cycle C which contains P. For the sake
H A DHowToSubmitABug.rst78 reduce the preprocessed file down to the smallest amount of code that still
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dfloat-minmax-instruction-flag.ll4 ; The function finds the smallest value from a float vector.
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/cconv/
H A Dreturn-struct.ll176 ; This will generate inlined memcpy's anyway so pick the smallest large
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/
H A Dconstant-fold-fp-denormal.ll253 ; Output modes are tested by multiplying the smallest normal number by 0.5,
377 ; Output modes are tested by dividing the smallest normal number by 2,
/llvm-project-15.0.7/clang/docs/
H A DClangFormat.rst313 -p NUM strip the smallest prefix containing P slashes
/llvm-project-15.0.7/llvm/test/MC/WebAssembly/
H A Dtag-section-decoding.ll338 ; decoded with LEB128, 64 will not be correctly decoded. 64 is the smallest
/llvm-project-15.0.7/mlir/docs/Dialects/
H A DAffine.md107 first argument by its second argument to the smallest integer greater than or
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DInitializerLists.rst72 causes the smallest amount of layering violations), so that the core knew what
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Dimplementation.tex120 and it is defined as the (inclusion-wise) smallest basic set
146 with $\vec K_i$ the (component-wise) smallest non-negative integer vectors
224 smallest increment in the variables $\vec x$,
227 In order to be able to determine the smallest increment, the tableau
/llvm-project-15.0.7/mlir/test/Conversion/ArithmeticToSPIRV/
H A Darithmetic-to-spirv.mlir626 %2 = arith.constant 0x3FF0000000000001 : f64 // smallest number > 1
1540 %2 = arith.constant 0x3FF0000000000001 : f64 // smallest number > 1

12