HomeSort by relevance Sort by last modified time
    Searched defs:IS (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 5 // This file is distributed under the University of Illinois Open Source
83 // feature string. This is important for setting features that are implied
144 // Extra load is needed for all externally visible.
150 // If this is a strong reference to a definition, it is definitely not
160 // If symbol visibility is hidden, we have a stub for common symbol
168 // If this is a strong reference to a definition, it is definitely not
199 const InstrStage *IS = InstrItins.Stages + itin->FirstStage;
200 allStage1Units |= IS->getUnits()
    [all...]
  /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();
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...]
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...]
  /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/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 5 // This file is distributed under the University of Illinois Open Source
137 // It is possible that the CFG cannot be constructed.
138 // Be safe, and check if the CalleeCFG is valid.
170 // If we have no prototype, assume the function is okay.
243 // argument is const.
249 // parameter is 'const void *', the region escapes through the call.
335 // Are we dealing with an ElementRegion? If the element type is
337 // is a variable region then strip off the ElementRegion.
340 // about (char*), etc., is just a form of passing raw bytes.
343 // Checking for 'integral type' is probably too promiscuous, bu
    [all...]
RegionStore.cpp 5 // This file is distributed under the University of Illinois Open Source
218 /// the value is not specified.
225 /// the array). This is called by ExprEngine when evaluating
234 /// - Successful cast (ex: derived is subclass of base).
235 /// - Failed cast (ex: derived is definitely not a subclass of base).
236 /// - We don't know (base is a symbolic region and we don't have
239 /// valid only if Failed flag is set to false.
259 InvalidatedSymbols &IS,
289 // BindDefault is only used to initialize a region with a default value.
323 /// associated with the object is recycled
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 59 static final int IS = 25;
  /external/bluetooth/glib/glib/
guniprop.c 6 * This library is free software; you can redistribute it and/or
11 * This library is distributed in the hope that it will be useful,
61 #define IS(Type, Class) (((guint)1 << (Type)) & (Class))
66 #define ISALPHA(Type) IS ((Type), \
73 #define ISALDIGIT(Type) IS ((Type), \
83 #define ISMARK(Type) IS ((Type), \
88 #define ISZEROWIDTHTYPE(Type) IS ((Type), \
97 * Determines whether a character is alphanumeric.
101 * Return value: %TRUE if @c is an alphanumeric character
113 * Determines whether a character is alphabetic (i.e. a letter)
    [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 
  /prebuilt/common/jython/
jython.jar 

Completed in 586 milliseconds