HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 3051 - 3075 of 19572) sorted by null

<<121122123124125126127128129130>>

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 162 bool Changed = false;
168 Changed |= N != O;
171 // If any operand actually changed, return a transformed result.
172 if (Changed)
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
MLxExpansionPass.cpp 261 bool Changed = false;
300 E = MBB.rend(); // May have changed if MI was the 1st instruction.
301 Changed = true;
309 return Changed;
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 56 bool Changed = false;
69 Changed |= PropagateConstantReturn(*I);
71 Changed |= LocalChange;
73 return Changed;
LoopExtractor.cpp 91 bool Changed = false;
133 if (NumLoops == 0) return Changed;
136 Changed = true;
144 return Changed;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp 313 bool Changed = false;
324 Changed = true;
335 Changed = true;
347 Changed = true;
374 Changed = true;
400 Changed = true;
425 Changed = true;
448 Changed |= processNode(*I);
452 return Changed;
  /external/swiftshader/third_party/LLVM/test/CodeGen/X86/
shl_undef.ll 5 ; DAGCombiner optimization pass. These are changed to undef and in turn
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Program.h 76 // was changed. Otherwise a platform dependent error is returned.
164 /// should be changed as soon as binutils fix this to support UTF16 on mingw.
173 /// \li The process id of the child process if the child process has changed
175 /// \li 0 if the child process has not changed state.
  /external/syslinux/com32/lib/
getopt.c 29 "optstring" or "argv" argument have changed since last time
  /external/syslinux/dosutil/
eltorito.txt 41 Changed the error message to include a "usage" string.
  /external/syslinux/efi32/include/efi/
efi_nii.h 14 Structure order changed for machine word alignment.
  /external/syslinux/efi64/include/efi/
efi_nii.h 14 Structure order changed for machine word alignment.
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efi_nii.h 14 Structure order changed for machine word alignment.
  /external/tensorflow/tensorflow/compiler/xla/service/
algebraic_simplifier.h 53 // computation was changed.
hlo_dce.h 41 // Run the pass on the given module. Returns whether the module was changed
  /external/tensorflow/tensorflow/contrib/data/
README.md 17 The arguments accepted by the `Dataset.map()` transformation have changed:
  /external/tensorflow/tensorflow/core/kernels/
scatter_functor.h 146 // was a security risk since it could have changed in between.
170 // was a security risk since it could have changed in between.
195 // was a security risk since it could have changed in between.
206 // was a security risk since it could have changed in between.
where_op.h 54 // then the input may have changed between the initial counting of
  /external/tensorflow/tensorflow/core/platform/
fingerprint_test.cc 67 // Go back to the first test data ('orig') and make sure it hasn't changed.
  /external/tensorflow/tensorflow/tools/graph_transforms/
fake_quantize_training_test.cc 35 // we just test that the graph has been changed by the transform.
  /external/tpm2/
PolicyPCR.c 15 // TPM_RC_PCR_CHANGED a previous TPM2_PolicyPCR() set pcrCounter and it has changed
RSAKeySieve.h 42 // changed
  /external/v8/src/compiler/
js-frame-specialization.cc 54 return Changed(node);
  /external/valgrind/memcheck/tests/
test-plo.c 34 /* Find lowest byte whose high bit changed */
  /external/valgrind/none/tests/s390x/
ex.c 53 "svc 0\n\t" // changed to NR_write
exrl.c 50 "svc 0\n\t" // changed to NR_write

Completed in 1366 milliseconds

<<121122123124125126127128129130>>