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

<<101102103104105106107108109110>>

  /external/libxkbcommon/xkbcommon/test/
test.h 90 test_print_state_changes(enum xkb_state_component changed);
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_default_test.c 6 * see the correct changed DSCR value immediately.
dscr_inherit_exec_test.c 5 * verifies that the child is using the changed DSCR using mfspr.
  /external/llvm/docs/CommandGuide/
llvm-as.rst 26 same name, except that the suffix is changed to ``.bc``.
  /external/llvm/include/llvm/ADT/
SetVector.h 230 /// \brief Compute This := This u S, return whether 'This' changed.
235 bool Changed = false;
240 Changed = true;
242 return Changed;
  /external/llvm/include/llvm/MC/
StringTableBuilder.h 37 /// table. The position will be changed if finalize is used.
  /external/llvm/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/llvm/lib/Analysis/
LoopInfo.cpp 65 bool Loop::makeLoopInvariant(Value *V, bool &Changed,
68 return makeLoopInvariant(I, Changed, InsertPt);
72 bool Loop::makeLoopInvariant(Instruction *I, bool &Changed,
94 if (!makeLoopInvariant(Operand, Changed, InsertPt))
106 Changed = true;
457 bool Changed = FoundIB;
458 for (unsigned NIters = 0; Changed; ++NIters) {
463 Changed = false;
473 Changed = true;
ScalarEvolutionNormalization.cpp 192 bool Changed = false;
198 Changed |= N != O;
201 // If any operand actually changed, return a transformed result.
202 if (Changed)
  /external/llvm/lib/CodeGen/
FuncletLayout.cpp 57 // Conservatively assume we changed something.
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 544 bool Changed = false;
563 Changed = true;
566 return Changed;
578 bool Changed = false;
589 Changed |= processStoreGroup(G);
592 return Changed;
607 bool Changed = false;
610 Changed |= processBasicBlock(B);
612 return Changed;
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 272 bool Changed = false;
277 Changed |= optimizeMemoryInstruction(&I, 0);
280 Changed |= optimizeMemoryInstruction(&I, 1);
284 return Changed;
  /external/llvm/lib/Target/PowerPC/
PPCBoolRetToInt.cpp 176 bool Changed = false;
181 Changed |=
187 Changed |= runOnUse(U, PromotablePHINodes, Bool2IntMap);
191 return Changed;
  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 262 bool Changed = false;
275 Changed |= PropagateConstantReturn(F);
277 Changed |= LocalChange;
279 return Changed;
LoopExtractor.cpp 97 bool Changed = false;
139 if (NumLoops == 0) return Changed;
143 Changed = true;
151 return Changed;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 58 bool Changed;
129 Changed = true;
177 Changed = true;
365 Changed = true;
453 Changed = true;
470 Changed = true;
514 Changed = false;
571 Changed = true;
623 return Changed;
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 596 bool Changed = runImpl(F, AC, DT, TLI, AA, &MemDep);
597 if (!Changed)
    [all...]
  /external/llvm/lib/Transforms/Utils/
AddDiscriminators.cpp 168 bool Changed = false;
213 Changed = true;
241 Changed = true;
245 return Changed;
  /external/llvm/test/CodeGen/X86/
shl_undef.ll 5 ; DAGCombiner optimization pass. These are changed to undef and in turn
  /external/llvm/test/Transforms/Util/
store-first-op.ll 11 ; is changed to emit such, a more specific check should be added to make sure that any llvm.dbg.value
  /external/ltp/include/old/
usctest.h 52 extern int STD_LOOP_COUNT; /* changed by -in to set loop count to n */
  /external/ltp/include/
safe_file_ops_fn.h 69 * permission or (if the file exists) the permission is not changed.
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
llseek.c 9 * Changed "ext2_" prefix to "llse".
  /external/ltp/testcases/kernel/security/smack/
smack_file_access.sh 88 tst_resm TINFO "Notice: Test access rule changed from \"$old_rule\"" \
  /external/ltp/testcases/kernel/syscalls/clone/
clone02.c 217 * changed by child in test_VM(), for testing CLONE_VM flag
431 /* cwd hasn't changed */
438 * modified_SIG() - This function checks whether child has changed
447 * this means child has changed parent's handler

Completed in 1318 milliseconds

<<101102103104105106107108109110>>