HomeSort by relevance Sort by last modified time
    Searched defs:Change (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/src/compiler/
simplified-operator-reducer.cc 62 return Change(node, machine()->ChangeInt32ToFloat64(), m.InputAt(0));
65 return Change(node, machine()->ChangeUint32ToFloat64(), m.InputAt(0));
73 return Change(node, machine()->ChangeFloat64ToInt32(), m.InputAt(0));
82 return Change(node, machine()->ChangeFloat64ToUint32(), m.InputAt(0));
118 Reduction SimplifiedOperatorReducer::Change(Node* node, const Operator* op,
common-operator-reducer.cc 218 return Change(node, machine()->Float32Abs(), vtrue);
225 return Change(node, machine()->Float32Min().op(), vtrue, vfalse);
230 return Change(node, machine()->Float32Max().op(), vtrue, vfalse);
240 return Change(node, machine()->Float64Abs(), vtrue);
247 return Change(node, machine()->Float64Min().op(), vtrue, vfalse);
252 return Change(node, machine()->Float64Max().op(), vtrue, vfalse);
328 return Change(node, machine()->Float32Abs(), vtrue);
333 return Change(node, machine()->Float32Min().op(), vtrue, vfalse);
336 return Change(node, machine()->Float32Max().op(), vtrue, vfalse);
346 return Change(node, machine()->Float64Abs(), vtrue)
    [all...]
js-intrinsic-lowering.cc 122 return Change(node, javascript()->CreateIterResultObject(), value, done,
159 return Change(node, machine()->Float64ExtractHighWord32());
164 return Change(node, machine()->Float64ExtractLowWord32());
227 return Change(node, common()->Phi(MachineRepresentation::kTagged, 2), vtrue,
319 return Change(node, simplified()->ObjectIsSmi());
327 return Change(node, simplified()->LoadField(AccessBuilder::ForValue()), value,
333 return Change(node, machine()->Word32Clz());
339 return Change(node, machine()->Float64RoundDown().op());
344 return Change(node, machine()->Float64Sqrt());
408 return Change(node, phi_op, vtrue0, vfalse0, merge0)
    [all...]
  /external/clang/lib/Format/
WhitespaceManager.h 84 /// \brief Represents a change before a token, a break inside a token,
86 struct Change {
91 bool operator()(const Change &C1, const Change &C2) const;
97 Change() {}
99 /// \brief Creates a \c Change.
101 /// The generated \c Change will replace the characters at
108 Change(bool CreateReplacement, SourceRange OriginalWhitespaceRange,
122 // The kind of the token whose whitespace this change replaces, or in which
123 // this change inserts whitespace
    [all...]
WhitespaceManager.cpp 21 bool WhitespaceManager::Change::IsBeforeInFile::
22 operator()(const Change &C1, const Change &C2) const {
28 WhitespaceManager::Change::Change(
58 Change(true, Tok.WhitespaceRange, IndentLevel, Spaces, StartOfTokenColumn,
68 Change(false, Tok.WhitespaceRange, /*IndentLevel=*/0,
81 Changes.push_back(Change(
85 // If we don't add a newline this change doesn't start a comment. Thus,
86 // when we align line comments, we don't need to treat this change as one
    [all...]
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 124 /// ExecuteOneTest - Execute a single test predicate on the change set \p S.
204 change_ty Change = Worklist.back();
207 std::set<change_ty> &ChangeSuccs = SuccClosure[Change];
208 for (pred_iterator_ty it = pred_begin(Change),
209 ie = pred_end(Change); it != ie; ++it) {
210 SuccClosure[*it].insert(Change);
  /external/llvm/lib/Target/AArch64/
AArch64A57FPLoadBalancing.cpp 15 // adversely affect this load balancing and to change the registers used so as
180 /// killed with no intervening uses, we can safely change its register.
183 /// beyond our model and either must not change its register or must
196 /// we cannot change LastInst's outgoing register.
447 // chains that we cannot change before we look at those we can,
449 // change them to!
585 // Only change the def if this isn't the last instruction.
589 bool Change = TransformAll || getColor(MO.getReg()) != C;
591 Change = false;
593 if (Change) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 404 // Change any tail recursive calls to loops.
413 bool Change = ProcessReturningBlock(Ret, OldEntry, TailCallsAreMarkedTail,
415 if (!Change && BB->getFirstNonPHIOrDbg() == Ret)
416 Change = FoldReturnAndProcessPred(BB, Ret, OldEntry,
419 MadeChange |= Change;
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
JS_EventHandler.cpp 421 CFX_WideString& CJS_EventHandler::Change() {
  /libcore/ojluni/src/main/java/java/util/prefs/
FileSystemPreferences.java 108 getLogger().warning("Could not change permissions" +
260 * The file format is undocumented, and subject to change
270 * change from one valid set of preferences to another. The
348 * written out to disk (by the other VM), and then replaying this change
352 final List<Change> changeLog = new ArrayList<>();
355 * Represents a change to a preference.
357 private abstract class Change {
359 * Reapplies the change to prefsCache.
367 private class Put extends Change {
383 private class Remove extends Change {
    [all...]
  /external/llvm/lib/CodeGen/
IfConversion.cpp 319 bool Change = false;
404 Change |= RetVal;
412 if (!Change)
414 MadeChange |= Change;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clusapi.h     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
commons-compress-1.8.1.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 959 milliseconds

1 2