Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc293 optional<int64> trips = in PatternMatchLoopTripCount() local
295 if (trips) { in PatternMatchLoopTripCount()
296 return std::max(int64{0}, *trips); in PatternMatchLoopTripCount()
310 optional<int64> trips = in PatternMatchLoopTripCount() local
312 if (!trips) { in PatternMatchLoopTripCount()
316 trips = CheckedAdd(*trips, 1); in PatternMatchLoopTripCount()
317 if (!trips) { in PatternMatchLoopTripCount()
321 return std::max<int64>(0, *trips); in PatternMatchLoopTripCount()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2007-05-09-UnknownTripCount.ll3 define void @foo(i32 %trips) {
13 %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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
D2007-05-09-UnknownTripCount.ll3 define void @foo(i32 %trips) {
13 %exitcond3 = icmp eq i32 %indvar.next2, %trips
/external/u-boot/arch/arm/dts/
Drk3288-thermal.dtsi27 trips {
67 trips {
Ddra7-dspeve-thermal.dtsi20 trips {
Ddra7-iva-thermal.dtsi20 trips {
Domap5-core-thermal.dtsi21 trips {
Domap5-gpu-thermal.dtsi21 trips {
Domap4-cpu-thermal.dtsi21 cpu_trips: trips {
Drk3288-veyron-mickey.dts71 /delete-node/ trips;
74 trips {
/external/llvm/test/Assembler/
Dmusttail.ll3 ; Check that the ellipsis round trips.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Assembler/
Dmusttail.ll3 ; Check that the ellipsis round trips.
/external/swiftshader/third_party/llvm-7.0/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.ll31 ; 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/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/u-boot/doc/device-tree-bindings/thermal/
Drockchip-thermal.txt47 trips {
/external/protobuf/objectivec/Tests/
DGPBObjectiveCPlusPlusTest.mm53 // If this trips, it means the Xcode default might have change (or someone
/external/swiftshader/third_party/llvm-7.0/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.

123