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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/target-c-includes/jni/
check.c 1 /* The purpose of this test is to check that the target sysroot directory
13 #error THERE IS SOMETHING WRONG HERE !!
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 5 // This file is distributed under the University of Illinois Open Source
53 const InstrStage *IS = ItinData->beginStage(idx);
57 for (; IS != E; ++IS) {
58 unsigned StageDepth = CurCycle + IS->getCycles();
60 CurCycle += IS->getNextCycles();
124 for (const InstrStage *IS = ItinData->beginStage(idx),
125 *E = ItinData->endStage(idx); IS != E; ++IS) {
127 // stage is occupied. FIXME it would be more accurate to find th
    [all...]
DFAPacketizer.cpp 5 // This file is distributed under the University of Illinois Open Source
12 // functional unit assignments in a packet. The DFA is auto-generated from
16 // the packetizing mechanism, the input is the set of instruction classes for
68 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass);
69 unsigned FuncUnits = IS->getUnits();
80 const llvm::InstrStage *IS = InstrItins->beginStage(InsnClass);
81 unsigned FuncUnits = IS->getUnits();
211 // Ask DFA if machine resource is available for MI.
221 // Is it legal to packetize SUI and SUJ together.
232 // End the packet if resource is not available
    [all...]
  /external/llvm/include/llvm/CodeGen/
SchedulerRegistry.h 5 // This file is distributed under the University of Illinois Open Source
68 ScheduleDAGSDNodes *createBURRListDAGScheduler(SelectionDAGISel *IS,
73 ScheduleDAGSDNodes *createSourceListDAGScheduler(SelectionDAGISel *IS,
80 ScheduleDAGSDNodes *createHybridListDAGScheduler(SelectionDAGISel *IS,
87 ScheduleDAGSDNodes *createILPListDAGScheduler(SelectionDAGISel *IS,
92 ScheduleDAGSDNodes *createFastDAGScheduler(SelectionDAGISel *IS,
98 ScheduleDAGSDNodes *createVLIWDAGScheduler(SelectionDAGISel *IS,
102 ScheduleDAGSDNodes *createDefaultScheduler(SelectionDAGISel *IS,
  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 17 distributed under the License is distributed on an "AS IS" BASIS,
JetHelp.py 17 distributed under the License is distributed on an "AS IS" BASIS,
JetStatusEvent.py 17 distributed under the License is distributed on an "AS IS" BASIS,
  /frameworks/compile/slang/
slang_rs_ast_replace.cpp 11 * distributed under the License is distributed on an "AS IS" BASIS,
34 // valid type is an Expr.
66 // a given Stmt. Note that this function is skipped by all of the other
130 void RSASTReplace::VisitIfStmt(clang::IfStmt *IS) {
131 if (matchesExpr(IS->getCond())) {
132 IS->setCond(mNewExpr);
133 } else if (matchesStmt(IS->getThen())) {
134 IS->setThen(mNewStmt);
135 } else if (matchesStmt(IS->getElse()))
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 5 // This file is distributed under the University of Illinois Open Source
11 // itineraries, stages, and operand reads/writes. This is used by
41 /// after this stage starts. That is, the stage requirements
52 /// - FUs which instruction just reserves. Reserved unit is not available for
55 /// Such two types of units reservation is used to model instruction domain
69 /// getCycles - returns the number of cycles the stage is occupied
132 /// isEndMarker - Returns true if the index is for the end marker
155 /// class. The latency is the maximum completion time for any stage
161 // dummy (Generic) itinerary which should be handled as if it's itinerary is
163 // stage). This is different from beginStage == endState != 0, which coul
    [all...]
MCSubtargetInfo.h 5 // This file is distributed under the University of Illinois Open Source
45 const SubtargetInfoKV *PI, const InstrStage *IS,
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/clients/
imap.py 6 Permission is hereby granted, free of charge, to any person obtaining a copy
10 copies of the Software, and to permit persons to whom the Software is
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 if consumer is not None and not isinstance(consumer, oauth2.Consumer):
36 if token is not None and not isinstance(token, oauth2.Token):
smtp.py 6 Permission is hereby granted, free of charge, to any person obtaining a copy
10 copies of the Software, and to permit persons to whom the Software is
16 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34 if consumer is not None and not isinstance(consumer, oauth2.Consumer):
37 if token is not None and not isinstance(token, oauth2.Token):
  /cts/tools/dasm/src/dasm/
sym.java 59 static final int IS = 25;
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 5 // This file is distributed under the University of Illinois Open Source
58 /// the operation). Once the operands become available, the instruction is
130 // If all the node's predecessors are scheduled, this node is ready
149 /// count of its successors. If a successor pending count is zero, add it to
174 // It is available if it has no predecessors.
181 // While AvailableQueue is not empty, grab the node with the highest
182 // priority. If it is not ready put it back. Schedule the node.
223 // Remember if this is a noop hazard.
240 // If this is a pseudo-op node, we don't want to increment the current
253 // that will fault if we don't do this right. This is the case fo
    [all...]
  /external/llvm/utils/TableGen/
CodeGenIntrinsics.h 5 // This file is distributed under the University of Illinois Open Source
34 /// parameter values of an intrinsic. If the number of return values is > 1,
37 /// continues from there through the parameter list. This is useful for
41 /// list is only populated when in the context of a target .td file. When
50 /// this list is only populated when in the context of a target .td file.
59 IntrinsicSignature IS;
66 /// This is set to true if the intrinsic is overloaded by its argument
70 /// isCommutative - True if the intrinsic is commutative.
  /external/valgrind/main/none/tests/ppc32/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S
  /external/valgrind/main/none/tests/ppc64/
lsw.stdout.exp 2 here is
17 here is a
32 HERE IS A S
47 here is
50 here is a stringH
53 HERE IS A S
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 5 // This file is distributed under the University of Illinois Open Source
25 const InstrStage *IS,
33 Stages = IS;
78 "Itineraries table is not sorted");
89 << "' is not a recognized processor for this target"
  /bootable/recovery/minelf/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /build/tools/bin2asm/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /build/tools/check_prereq/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /build/tools/droiddoc/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
17 # Droiddoc is now Doclava -- See external/doclava.
  /build/tools/fs_config/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /cts/build/
config.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,

Completed in 952 milliseconds

1 2 3 4 5 6 7 8 91011>>