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

12 3 4 5

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
PhiValues.cpp 19 // PhiValues is invalidated if it isn't preserved.
21 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>());
RegionInfo.cpp 84 // CFG has been preserved.
86 return !(PAC.preserved() || PAC.preservedSet<AllAnalysesOn<Function>>() ||
  /external/libjpeg-turbo/simd/i386/
jfdctflt-3dn.asm 69 ; push ecx ; need not be preserved
70 ; push edx ; need not be preserved
310 ; pop edx ; need not be preserved
311 ; pop ecx ; need not be preserved
jidctred-sse2.asm 129 ; push edx ; need not be preserved
403 ; pop edx ; need not be preserved
433 ; push ecx ; need not be preserved
434 ; push edx ; need not be preserved
586 ; pop edx ; need not be preserved
587 ; pop ecx ; need not be preserved
jfdctflt-sse.asm 80 ; push ecx ; need not be preserved
81 ; push edx ; need not be preserved
361 ; pop edx ; need not be preserved
362 ; pop ecx ; need not be preserved
jfdctfst-mmx.asm 94 ; push ecx ; need not be preserved
95 ; push edx ; need not be preserved
387 ; pop edx ; need not be preserved
388 ; pop ecx ; need not be preserved
jidctflt-3dn.asm 78 ; push ecx ; need not be preserved
79 ; push edx ; need not be preserved
443 ; pop edx ; need not be preserved
444 ; pop ecx ; need not be preserved
jidctfst-mmx.asm 109 ; push ecx ; need not be preserved
110 ; push edx ; need not be preserved
491 ; pop edx ; need not be preserved
492 ; pop ecx ; need not be preserved
jfdctint-avx2.asm 269 ; push edx ; need not be preserved
325 ; pop edx ; need not be preserved
jfdctint-mmx.asm 115 ; push ecx ; need not be preserved
116 ; push edx ; need not be preserved
612 ; pop edx ; need not be preserved
613 ; pop ecx ; need not be preserved
jidctflt-sse.asm 88 ; push ecx ; need not be preserved
89 ; push edx ; need not be preserved
563 ; pop edx ; need not be preserved
564 ; pop ecx ; need not be preserved
jidctflt-sse2.asm 88 ; push ecx ; need not be preserved
89 ; push edx ; need not be preserved
489 ; pop edx ; need not be preserved
490 ; pop ecx ; need not be preserved
  /external/libunwind/doc/
unw_getcontext.tex 22 platform-specific, but, in general, at least all preserved
unw_get_fpreg.tex 27 frames, it is normally possible to access only the preserved
unw_get_reg.tex 27 frames, it is normally possible to access only the preserved
unw_set_fpreg.tex 27 frames, it is normally possible to access only the preserved
unw_set_reg.tex 27 frames, it is normally possible to access only the preserved
libunwind.tex 98 registers that were preserved for the current stack frame (as
104 by definition, only the \emph{preserved} machine state can be accessed
106 \emph{callee-saved} (``preserved'') registers. However, in some
108 \emph{caller-saved} (``scratch'') registers are preserved in the stack
  /external/ltp/android/tools/
android_build_generator.py 61 '''Get a copy of list where items are unique and order is preserved.
68 and order is preserved.
  /external/llvm/include/llvm/IR/
PassManagerInternal.h 90 /// This method also receives a set of preserved analyses which can be used
149 /// \brief The model bases invalidation solely on being in the preserved set.
155 return !PA.preserved(PassT::ID());
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
PassManagerInternal.h 101 /// \p PA is a set of preserved analyses which can be used to avoid
187 /// The model bases invalidation solely on being in the preserved set.
195 return !PAC.preserved() &&
  /external/u-boot/arch/arm/mach-uniphier/arm32/
lowlevel_init.S 128 mov r12, r1 @ r12 is preserved during D-cache flush
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcLowLevel.asm 81 ; ebp is preserved by the callee. In this function it
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcLowLevel.asm 49 ; Copy FuncAddr to a preserved register.
  /external/grpc-grpc/src/csharp/Grpc.Core/
CallInvocationDetails.cs 149 /// <c>Options</c> set to the value provided. Values of all other fields are preserved.

Completed in 535 milliseconds

12 3 4 5