HomeSort by relevance Sort by last modified time
    Searched defs:IS (Results 1 - 11 of 11) 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/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...]
  /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
91 // Check if there is a dependence between some instruction already in this
111 // with any other instruction, which means that MI itself is a packet.
114 // isLegalToPacketizeTogether - Is it legal to packetize SUI and SUJ
118 // 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
124 // Now we know what is live, we check the live precessors of the exit block
151 // Destructors can appear after the 'return' in the CFG. This is
186 // TODO: Verify this is correct.
439 // Don't issue a fixit if there is already an initializer.
460 /// condition is CondVal.
465 // If condition is always true, remove all but the 'then'.
476 // If condition is always false, remove all but the 'else'.
506 // 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
185 /// the value is not specified.
192 /// the array). This is called by ExprEngine when evaluating
201 /// - Successful cast (ex: derived is subclass of base).
202 /// - Failed cast (ex: derived is definitely not a subclass of base).
203 /// - We don't know (base is a symbolic region and we don't have
206 /// valid only if Failed flag is set to false.
226 InvalidatedSymbols &IS,
260 // BindDefault is only used to initialize a region with a default value.
296 /// \param ST the original store, that is the basis for the new store
    [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/misc/common/jython/
jython.jar 
  /tools/motodev/src/plugins/certmanager/lib/
bcprov-jdk15on-147.jar 

Completed in 777 milliseconds