OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS
(Results
1 - 18
of
18
) sorted by null
/external/llvm/lib/CodeGen/
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();
161
assert(VLIWScheduler && "VLIW Scheduler
is
not initialized!");
192
// Ask DFA if machine resource
is
available for MI.
202
//
Is
it legal to packetize SUI and SUJ together
[
all
...]
ScoreboardHazardRecognizer.cpp
5
// This file
is
distributed under the University of Illinois Open Source
51
const InstrStage *
IS
= ItinData->beginStage(idx);
55
for (;
IS
!= E; ++
IS
) {
56
unsigned StageDepth = CurCycle +
IS
->getCycles();
58
CurCycle +=
IS
->getNextCycles();
75
// If MaxLookAhead
is
not set above, then we are not enabled.
134
for (const InstrStage *
IS
= ItinData->beginStage(idx),
135
*E = ItinData->endStage(idx);
IS
!= E; ++
IS
) {
[
all
...]
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp
5
// This file
is
distributed under the University of Illinois Open Source
26
IS
= II->beginStage(QII->get(this->getOpcode()).getSchedClass());
28
return (
IS
->getUnits());
38
// Return whether the insn
is
an actual insn.
45
// Return whether the insn
is
a prefix.
50
// Return whether the insn
is
solo, i.e., cannot be in a packet.
56
// Return whether the insn
is
a new-value consumer.
62
// Return whether the instruction
is
a legal new-value producer.
83
// 2) For immediate extended operands, return true only if the value
is
100
// a global address into it. If it
is
a global address it will be constan
[
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.
76
/// isNoReturn - True if the intrinsic
is
no-return
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py
95
class
IS
(Structure):
100
self.assertEqual(sizeof(
IS
), calcsize("3si 3s 0i"))
118
#
Is
this really the correct alignment, or should it be 0?
160
# offset
is
always relative to the class...
326
# In Python 2.5, Exception
is
a new-style class, and the repr changed
472
self.assertTrue("_fields_
is
final" in
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_structures.py
95
class
IS
(Structure):
100
self.assertEqual(sizeof(
IS
), calcsize("3si 3s 0i"))
118
#
Is
this really the correct alignment, or should it be 0?
160
# offset
is
always relative to the class...
326
# In Python 2.5, Exception
is
a new-style class, and the repr changed
472
self.assertTrue("_fields_
is
final" in
/cts/tools/dasm/src/dasm/
sym.java
59
static final int
IS
= 25;
/external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp
5
// This file
is
distributed under the University of Illinois Open Source
14
// If no dependency
is
found, I
is
added to current packet and machine resource
15
//
is
marked as taken. If any dependency
is
found, a target API call
is
made to
104
// Check if there
is
a dependence between some instruction already in this
131
// with any other instruction, which means that MI itself
is
a packet.
134
// isLegalToPacketizeTogether -
Is
it legal to packetize SUI and SUJ
138
// isLegalToPruneDependencies -
Is
it legal to prune dependece between SU
[
all
...]
/external/clang/lib/Sema/
AnalysisBasedWarnings.cpp
5
// This file
is
distributed under the University of Illinois Open Source
128
// Now we know what
is
live, we check the live precessors of the exit block
155
// Destructors can appear after the 'return' in the CFG. This
is
190
// TODO: Verify this
is
correct.
442
// Don't issue a fixit if there
is
already an initializer.
463
/// condition
is
CondVal.
468
// If condition
is
always true, remove all but the 'then'.
479
// If condition
is
always false, remove all but the 'else'.
509
// For all binary terminators, branch 0
is
taken if the condition
is
true
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp
5
// This file
is
distributed under the University of Illinois Open Source
341
/// This
is
currently used to decide whether or not it
is
worth "forcing" a
344
/// This
is
controlled by 'region-store-small-struct-limit' option.
370
/// the value
is
not specified.
378
/// the array). This
is
called by ExprEngine when evaluating
402
InvalidatedSymbols &
IS
,
422
// BindDefault
is
only used to initialize a region with a default value.
435
/// This path
is
used when it seems advantageous to "force" loading the values
437
/// than using a Default binding at the base of the entire region. This
is
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
92
This document
is
part of the LibTomCrypt package and
is
hereby released into the public domain.
118
\mysection{What
is
the LibTomCrypt?}
119
LibTomCrypt
is
a portable ISO C cryptographic library meant to be a tool set for cryptographers who are
128
\subsection{What the library
IS
for?}
140
\item It was (still
is
) good coding practice.
143
The idea
is
that I am not striving to replace OpenSSL or Crypto++ or Cryptlib or etc. I'm trying to write my
160
arguments to buffer overflows/overruns. It
is
mostly thread safe and has been clocked on various platforms
173
is
write a descriptor and the few support routines required for the device. After that the rest of the
179
unlike libraries like OpenSSL
is
not tied to direct routines. For instance, in OpenSSL there are CBC bloc
[
all
...]
/dalvik/dx/etc/
jasmin.jar
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
bcprov-jdk15on-1.48.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
/prebuilts/misc/common/jython/
jython.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
Completed in 393 milliseconds