Searched refs:trips (Results 1 – 25 of 45) sorted by relevance
12
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | while_loop_analysis.cc | 435 optional<int64> trips = in PatternMatchLoopTripCount() local 437 if (trips) { in PatternMatchLoopTripCount() 438 return std::max(int64{0}, *trips); in PatternMatchLoopTripCount() 452 optional<int64> trips = in PatternMatchLoopTripCount() local 454 if (!trips) { in PatternMatchLoopTripCount() 458 trips = CheckedAdd(*trips, 1); in PatternMatchLoopTripCount() 459 if (!trips) { in PatternMatchLoopTripCount() 463 return std::max<int64>(0, *trips); in PatternMatchLoopTripCount()
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/ |
D | 2007-05-09-UnknownTripCount.ll | 3 define void @foo(i32 %trips) { 13 %exitcond3 = icmp eq i32 %indvar.next2, %trips
|
D | runtime-loop.ll | 110 define void @foo(i32 %trips) { 120 %exitcond3 = icmp eq i32 %indvar.next2, %trips
|
/external/llvm/test/Transforms/LoopUnroll/ |
D | 2007-05-09-UnknownTripCount.ll | 3 define void @foo(i32 %trips) { 13 %exitcond3 = icmp eq i32 %indvar.next2, %trips
|
D | runtime-loop.ll | 85 define void @foo(i32 %trips) { 95 %exitcond3 = icmp eq i32 %indvar.next2, %trips
|
/external/llvm-project/llvm/test/Assembler/ |
D | musttail.ll | 3 ; Check that the ellipsis round trips.
|
/external/llvm/test/Assembler/ |
D | musttail.ll | 3 ; Check that the ellipsis round trips.
|
/external/llvm-project/llvm/test/MC/AsmParser/ |
D | round-trip.s | 5 # Test that various assembly round-trips when run through MC; the first
|
/external/llvm-project/llvm/test/Bitcode/ |
D | vst-forward-declaration.ll | 9 ; Check that this round-trips correctly.
|
D | debug-loc-again.ll | 11 ; Check that this round-trips correctly.
|
D | thinlto-function-summary.ll | 35 ; Check that this round-trips correctly.
|
/external/llvm/test/Bitcode/ |
D | vst-forward-declaration.ll | 9 ; Check that this round-trips correctly.
|
D | debug-loc-again.ll | 11 ; Check that this round-trips correctly.
|
D | thinlto-function-summary.ll | 21 ; Check that this round-trips correctly.
|
/external/llvm-project/llvm/test/Transforms/Inline/ML/ |
D | bounds-checks-rewards.ll | 13 ; considered as "bad" (since it trips over the bounds) and its reward is a 19 ; mandatory inlining happens next, and it trips over the bounds, which then
|
/external/icu/icu4c/source/data/mappings/ |
D | gsm-03.38-2009.ucm | 17 # into round-trips (|0). 29 # The Unicode file round-trips a single \x1B to U+00A0 (NBSP) and has no mapping
|
/external/protobuf/objectivec/Tests/ |
D | GPBObjectiveCPlusPlusTest.mm | 53 // If this trips, it means the Xcode default might have change (or someone
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | liveness-local-regalloc.ll | 66 ; This trips up the machine code verifier.
|
/external/llvm/test/CodeGen/X86/ |
D | liveness-local-regalloc.ll | 66 ; This trips up the machine code verifier.
|
/external/python/cpython2/Doc/library/ |
D | tokenize.rst | 95 lossless and round-trips are assured. The guarantee applies only to the token
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.gssapi | 95 for the extra round-trips needed by gss_init_sec_context and
|
/external/eigen/doc/ |
D | TemplateKeyword.dox | 7 to a template function or a type. This regularly trips up programmers that use the %Eigen library, …
|
/external/python/cpython3/Doc/library/ |
D | tokenize.rst | 87 lossless and round-trips are assured. The guarantee applies only to the
|
/external/llvm/test/Transforms/SROA/ |
D | big-endian.ll | 203 ; -instcombine to see that the i64 round-trips.
|
/external/llvm-project/llvm/test/Transforms/SROA/ |
D | big-endian.ll | 219 ; -instcombine to see that the i64 round-trips.
|
12