Home
last modified time | relevance | path

Searched refs:carried (Results 1 – 25 of 161) sorted by relevance

1234567

/external/rust/crates/ring/crypto/limbs/
Dlimbs.c183 Limb carried = 0; in GFp_limbs_mul_add_limb() local
189 Carry c = limb_add(&tmp, lo, carried); in GFp_limbs_mul_add_limb()
190 c = limb_adc(&carried, hi, 0, c); in GFp_limbs_mul_add_limb()
193 c = limb_adc(&carried, carried, 0, c); in GFp_limbs_mul_add_limb()
197 return carried; in GFp_limbs_mul_add_limb()
/external/llvm-project/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/
Dtemporal_diverge.ll3 ; temporal-divergent use of value carried by divergent loop
27 ; temporal-divergent use of value carried by divergent loop inside a top-level loop
59 ; temporal-uniform use of a valud, definition and users are carried by a surrounding divergent loop
91 ; temporal-divergent use of value carried by divergent loop, user is inside sibling loop
121 ; temporal-divergent use of value carried by divergent loop, user is inside sibling loop, defs and …
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dswp-loop-carried-unknown.ll4 ; loop carried dependence. Previously, the loop carried dependence wasn't added
Dswp-loop-carried.ll4 ; A Phi that depends on another Phi is loop carried.
Dswp-carried-dep2.mir4 # Test that the loop carried dependence check correctly identifies a recurrence
Dswp-rename-dead-phi.ll4 ; Pipelining can eliminate the need for a Phi if the loop carried use
Dswp-epilog-phi12.ll3 ; Test epilogue generation when reading loop-carried dependency from a previous
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/
Dbottleneck-hints-4.s32 # CHECK-NEXT: | < loop carried >
38 # CHECK-NEXT: | < loop carried >
Dbottleneck-hints-2.s30 # CHECK-NEXT: | < loop carried >
34 # CHECK-NEXT: | < loop carried >
Dbottleneck-hints-1.s31 # CHECK-NEXT: | < loop carried >
38 # CHECK-NEXT: | < loop carried >
Dbottleneck-hints-3.s35 # CHECK-NEXT: | < loop carried >
46 # CHECK-NEXT: | < loop carried >
/external/llvm-project/llvm/test/tools/llvm-mca/X86/
Doption-all-views-1.s33 # FULLREPORT-NEXT: | < loop carried >
37 # FULLREPORT-NEXT: | < loop carried >
Doption-all-views-2.s32 # ALL-NEXT: | < loop carried >
36 # ALL-NEXT: | < loop carried >
/external/llvm-project/llvm/test/MC/Mips/mips64r6/
Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/llvm-project/llvm/test/MC/Mips/mips32r6/
Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dfunction-info-noredzone-present.ll3 ; Here we check thatt the noredzone attribute is carried through the machine
/external/llvm/test/MC/Mips/mips32r6/
Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/llvm/test/MC/Mips/mips64r6/
Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/llvm-project/llvm/test/Transforms/LoopLoadElim/
Ddef-store-before-load.ll3 ; No loop-carried forwarding: The intervening store to A[i] kills the stored
Dnon-consecutive.ll3 ; The accesses to A are independent here but LAA reports it as a loop-carried
/external/llvm/test/Transforms/LoopLoadElim/
Ddef-store-before-load.ll3 ; No loop-carried forwarding: The intervening store to A[i] kills the stored
Dnon-consecutive.ll3 ; The accesses to A are independent here but LAA reports it as a loop-carried
/external/fonttools/Doc/source/cu2qu/
Dindex.rst8 Conversion is carried out to a degree of tolerance provided by the user. While
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dsafe-no-checks.ll11 ; Check the loop-carried forward anti-dep between the load of A[i+1] and the
/external/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/
Dsafe-no-checks.ll11 ; Check the loop-carried forward anti-dep between the load of A[i+1] and the

1234567