HomeSort by relevance Sort by last modified time
    Searched refs:preserved (Results 51 - 75 of 118) sorted by null

1 23 4 5

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CGSCCPassManager.cpp 88 // Finally, we intersect the final preserved analyses to compute the
89 // aggregate preserved set for this pass manager.
101 // preserved. We mark this with a set so that we don't need to inspect each
114 // If literally everything is preserved, we're done.
122 // that proxy isn't preserved we can't preserve this proxy either. We rely on
127 if (!(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Module>>()) ||
138 // Directly check if the relevant set is preserved so we can short circuit
149 // Check to see whether the preserved set needs to be adjusted based on
223 // If literally everything is preserved, we're done.
227 // If this proxy isn't marked as preserved, then even if the result remain
    [all...]
BlockFrequencyInfo.cpp 178 // CFG have been preserved.
180 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() ||
  /external/libaom/libaom/aom_ports/
x86_abi_support.asm 170 ; This macro uses one temporary register, which is not preserved, and thus
331 %error Only xmm registers 6-15 must be preserved
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 167 ; This macro uses one temporary register, which is not preserved, and thus
328 %error Only xmm registers 6-15 must be preserved
  /external/u-boot/arch/arm/cpu/armv7/
nonsec_virt.S 77 @ FIQ preserved for secure mode
  /external/scapy/test/
ipsec.uts 229 * after decryption original packet should be preserved
280 * after decryption original packet should be preserved
331 * after decryption original packet should be preserved
525 * after decryption original packet should be preserved
559 * after decryption original packet should be preserved
593 * after decryption original packet should be preserved
694 * after decryption the original packet should be preserved
762 * after decryption the original packet should be preserved
830 * after decryption the original packet should be preserved
898 * after decryption the original packet should be preserved
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
CGSCCPassManagerTest.cpp 364 // The second CGSCC run checks that the module analysis got preserved the
444 // The second run checks that the module analysis got preserved the previous
535 // Check that marking the SCC analysis preserved is sufficient to avoid
574 // Check that even when the analysis is preserved, if the SCC information isn't
654 // Check that marking the SCC analysis preserved is sufficient. This should
749 // Check that by marking the function pass and proxies as preserved, this
792 // Check that if the lazy call graph itself isn't preserved we still manage to
847 return !(PAC.preserved() ||
    [all...]
  /external/libffi/src/metag/
sysv.S 184 ! preserved in D1.5
  /external/libjpeg-turbo/simd/i386/
jfdctfst-sse2.asm 96 ; push edx ; need not be preserved
395 ; pop edx ; need not be preserved
jidctfst-sse2.asm 108 ; push edx ; need not be preserved
493 ; pop edx ; need not be preserved
jidctint-avx2.asm 310 ; push edx ; need not be preserved
445 ; pop edx ; need not be preserved
jidctint-mmx.asm 122 ; push ecx ; need not be preserved
123 ; push edx ; need not be preserved
    [all...]
jfdctint-sse2.asm 117 ; push edx ; need not be preserved
625 ; pop edx ; need not be preserved
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
sysv.S 184 ! preserved in D1.5
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
CGSCCPassManager.h 183 /// If the proxy analysis itself is preserved, then we assume that the set of
188 /// Regardless of whether this analysis is marked as preserved, all of the
190 /// on the set of preserved analyses.
455 // Then intersect the preserved set so that invalidation of module
625 // Then intersect the preserved set so that invalidation of module
629 // If the call graph hasn't been preserved, update it based on this
633 if (!PAC.preserved() && !PAC.preservedSet<AllAnalysesOn<Module>>()) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Dominators.cpp 102 // CFG have been preserved.
104 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() ||
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
PassBuilderCallbacksTest.cpp 97 return !PAC.preserved() &&
  /build/make/core/
pdk_config.mk 120 # Copy with the last-modified time preserved, never follow symbolic links.
  /external/golang-protobuf/ptypes/any/
any.pb.go 120 // lookup. Therefore, binary compatibility needs to be preserved
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Any.cs 148 /// lookup. Therefore, binary compatibility needs to be preserved
  /external/syzkaller/syz-ci/
syz-ci.go 17 // preserved across restarts/reboots, i.e. we can start fuzzing even when
  /external/syzkaller/vendor/github.com/golang/protobuf/ptypes/any/
any.pb.go 117 // lookup. Therefore, binary compatibility needs to be preserved
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 40 # cpuid corrupts ebx which must be preserved per the C calling convention
  /external/antlr/runtime/Ruby/lib/antlr3/streams/
rewrite.rb 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method.
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 15 ; %1 value not preserved
16 ; %2 value preserved

Completed in 897 milliseconds

1 23 4 5