HomeSort by relevance Sort by last modified time
    Searched refs:preserved (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/unittests/IR/
PassManagerTest.cpp 201 EXPECT_FALSE(PA1.preserved<TestFunctionAnalysis>());
202 EXPECT_FALSE(PA1.preserved<TestModuleAnalysis>());
204 EXPECT_FALSE(PA2.preserved<TestFunctionAnalysis>());
205 EXPECT_FALSE(PA2.preserved<TestModuleAnalysis>());
207 EXPECT_TRUE(PA3.preserved<TestFunctionAnalysis>());
208 EXPECT_TRUE(PA3.preserved<TestModuleAnalysis>());
210 EXPECT_FALSE(PA4.preserved<TestFunctionAnalysis>());
211 EXPECT_FALSE(PA4.preserved<TestModuleAnalysis>());
213 EXPECT_TRUE(PA4.preserved<TestFunctionAnalysis>());
214 EXPECT_TRUE(PA4.preserved<TestModuleAnalysis>())
    [all...]
  /external/llvm/lib/Analysis/
CGSCCPassManager.cpp 32 // If this proxy isn't marked as preserved, then we can't even invalidate
36 if (!PA.preserved(ID()))
61 // If this proxy isn't marked as preserved, then we can't even invalidate
65 if (!PA.preserved(ID()))
  /external/llvm/lib/IR/
PassManager.cpp 32 // If this proxy isn't marked as preserved, then we can't even invalidate
36 if (!PA.preserved(ID()))
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 317 bool preserved = false;
319 preserved = eglSurfaceAttrib(mEglDisplay, surface, EGL_SWAP_BEHAVIOR,
321 if (CC_UNLIKELY(!preserved)) {
326 if (CC_UNLIKELY(!preserved)) {
330 preserved = (swapBehavior == EGL_BUFFER_PRESERVED);
337 return preserved;
  /external/v8/test/mjsunit/regress/
regress-3218530.js 28 // This tests that a global key values are preserved when used in
  /external/libunwind/doc/
unw_resume.tex 26 machine state normally involves restoring the ``preserved''
51 ``preserved'' registers are restored.
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/v8/test/webkit/fast/js/
date-preserve-milliseconds.js 25 'The following test checks if an existing milliseconds value gets preserved if a call to setHours(), setMinutes() or setSeconds() does not specify the milliseconds. See <a href="https://bugs.webkit.org/show_bug.cgi?id=3759">https://bugs.webkit.org/show_bug.cgi?id=3759</a>'
function-toString-parentheses.js 25 "This test checks that parentheses are preserved when significant, and not added where inappropriate. " +
  /external/llvm/include/llvm/IR/
PassManager.h 60 /// \brief An abstract set of preserved analyses following a transformation pass
64 /// results were preserved by that transformation. The default set is "none",
87 /// \brief Convenience factory function for the empty preserved set.
90 /// \brief Construct a special preserved set that preserves all passes.
97 /// \brief Mark a particular pass as preserved, adding it to the set.
100 /// \brief Mark an abstract PassID as preserved, adding it to the set.
108 /// This is a mutating operation on this preserved set, removing all
109 /// preserved passes which are not also preserved in the argument.
124 /// This is a mutating operation on this preserved set, removing al
139 template <typename PassT> bool preserved() const { function in class:llvm::PreservedAnalyses
145 bool preserved(void *PassID) const { function in class:llvm::PreservedAnalyses
    [all...]
PassManagerInternal.h 144 /// This method also receives a set of preserved analyses which can be used
203 /// \brief The model bases invalidation solely on being in the preserved set.
209 return !PA.preserved(PassT::ID());
  /external/v8/test/mjsunit/
debug-clearbreakpointgroup.js 115 // rest are preserved.
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 167 ; This macro uses one temporary register, which is not preserved, and thus
330 %error Only xmm registers 6-15 must be preserved
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86_abi_support.asm 167 ; This macro uses one temporary register, which is not preserved, and thus
330 %error Only xmm registers 6-15 must be preserved
  /external/bison/doc/
refcard.tex 91 are preserved on all copies.
116 are preserved on all copies.
  /frameworks/base/core/java/android/text/format/
DateFormat.java 234 * where stand-alone months are necessary. Lengths are preserved where meaningful,
  /build/core/
pdk_config.mk 133 # Copy with the last-modified time preserved, never follow symbolic links.
  /external/antlr/antlr-3.4/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/libcxxabi/src/Unwind/
UnwindRegistersSave.S 322 @ not expected to be preserved.
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_block_sse2_x86_64.asm 15 ; %1 value not preserved
16 ; %2 value preserved

Completed in 483 milliseconds

1 2 3