HomeSort by relevance Sort by last modified time
    Searched refs:Changed (Results 101 - 122 of 122) sorted by null

1 2 3 45

  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 771 * Changed a regular expression in `_TokenizeHTML` that could lead to
792 * Changed the internals of `_TokenizeHTML` to lower the PHP version
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 203 bool Changed = false;
211 Changed = !I.swapOperands();
240 Changed = true;
260 Changed = true;
282 Changed = true;
302 Changed = true;
330 Changed = true;
336 return Changed;
    [all...]
InstCombineMulDivRem.cpp 99 bool Changed = SimplifyAssociativeOrCommutative(I);
251 return Changed ? &I : 0;
371 bool Changed = SimplifyAssociativeOrCommutative(I);
533 return Changed ? &I : 0;
    [all...]
InstCombineAddSub.cpp 878 bool Changed = SimplifyAssociativeOrCommutative(I);
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp     [all...]
StrongPHIElimination.cpp 299 bool Changed = false;
329 Changed = true;
403 return Changed;
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 100 bool Changed = false, LocalChange;
111 Changed |= LocalChange; // Remember that we changed something.
114 return Changed;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 163 bool Changed = false;
193 // Something changed!
194 Changed = true;
208 return Changed;
  /external/llvm/lib/Transforms/Utils/
Local.cpp 399 /// This returns true if it changed the code, note that it can delete
693 bool Changed = false;
737 Changed = true;
754 return Changed;
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 516 bool Changed = false;
544 Changed |= B != CurBitVar;
554 if (Changed)
658 bool Changed = false;
667 Changed |= E != CurElt;
672 if (Changed)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 601 bool Changed;
604 Changed = CurDAG->LegalizeTypes();
610 if (Changed) {
627 Changed = CurDAG->LegalizeVectors();
630 if (Changed) {
781 // FIXME: This is pretty gross. 'Select' should be changed to not return
    [all...]
DAGCombiner.cpp 313 /// \return True if some memory operations were changed.
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 408 // of the Constraints X and Y. Returns true if X has changed.
    [all...]
  /external/ceres-solver/docs/
changes.tex 234 \item Changed the semantics of how \texttt{SuiteSparse} dependencies are checked and used. Now \texttt{SuiteSparse} is built by default, only if all of its dependencies are present.
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 516 STDMETHOD(Changed)(THIS_ BOOL pixels, BOOL palette) PURE;
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 516 STDMETHOD(Changed)(THIS_ BOOL pixels, BOOL palette) PURE;
  /external/v8/src/
liveedit-debugger.js 115 } else if (old_node.status == FunctionStatus.CHANGED) {
153 // We haven't changed anything before this line yet.
208 // unchanged and whether positions changed at all.
499 Assert(false, "Cannot translate position in changed area");
515 SOURCE_CHANGED: "source changed",
516 // The code of a function is changed or some nested function cannot be
518 CHANGED: "changed",
519 // Function is changed but cannot be patched.
542 // Sometimes only function body is changed (functions in old and new scrip
    [all...]
  /external/icu4c/data/
makedata.mak 488 # Changed in makedata.mak revision 1.117. See Jitterbug 4497.
    [all...]

Completed in 490 milliseconds

1 2 3 45