Home
last modified time | relevance | path

Searched refs:trips (Results 1 – 25 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc435 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/
D2007-05-09-UnknownTripCount.ll3 define void @foo(i32 %trips) {
13 %exitcond3 = icmp eq i32 %indvar.next2, %trips
Druntime-loop.ll110 define void @foo(i32 %trips) {
120 %exitcond3 = icmp eq i32 %indvar.next2, %trips
/external/llvm/test/Transforms/LoopUnroll/
D2007-05-09-UnknownTripCount.ll3 define void @foo(i32 %trips) {
13 %exitcond3 = icmp eq i32 %indvar.next2, %trips
Druntime-loop.ll85 define void @foo(i32 %trips) {
95 %exitcond3 = icmp eq i32 %indvar.next2, %trips
/external/llvm-project/llvm/test/Assembler/
Dmusttail.ll3 ; Check that the ellipsis round trips.
/external/llvm/test/Assembler/
Dmusttail.ll3 ; Check that the ellipsis round trips.
/external/llvm-project/llvm/test/MC/AsmParser/
Dround-trip.s5 # Test that various assembly round-trips when run through MC; the first
/external/llvm-project/llvm/test/Bitcode/
Dvst-forward-declaration.ll9 ; Check that this round-trips correctly.
Ddebug-loc-again.ll11 ; Check that this round-trips correctly.
Dthinlto-function-summary.ll35 ; Check that this round-trips correctly.
/external/llvm/test/Bitcode/
Dvst-forward-declaration.ll9 ; Check that this round-trips correctly.
Ddebug-loc-again.ll11 ; Check that this round-trips correctly.
Dthinlto-function-summary.ll21 ; Check that this round-trips correctly.
/external/llvm-project/llvm/test/Transforms/Inline/ML/
Dbounds-checks-rewards.ll13 ; 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/
Dgsm-03.38-2009.ucm17 # 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/
DGPBObjectiveCPlusPlusTest.mm53 // If this trips, it means the Xcode default might have change (or someone
/external/llvm-project/llvm/test/CodeGen/X86/
Dliveness-local-regalloc.ll66 ; This trips up the machine code verifier.
/external/llvm/test/CodeGen/X86/
Dliveness-local-regalloc.ll66 ; This trips up the machine code verifier.
/external/python/cpython2/Doc/library/
Dtokenize.rst95 lossless and round-trips are assured. The guarantee applies only to the token
/external/ipsec-tools/src/racoon/doc/
DREADME.gssapi95 for the extra round-trips needed by gss_init_sec_context and
/external/eigen/doc/
DTemplateKeyword.dox7 to a template function or a type. This regularly trips up programmers that use the %Eigen library, …
/external/python/cpython3/Doc/library/
Dtokenize.rst87 lossless and round-trips are assured. The guarantee applies only to the
/external/llvm/test/Transforms/SROA/
Dbig-endian.ll203 ; -instcombine to see that the i64 round-trips.
/external/llvm-project/llvm/test/Transforms/SROA/
Dbig-endian.ll219 ; -instcombine to see that the i64 round-trips.

12