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

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
TimeEfi.c 91 @post It is the responsibility of the caller to free the
99 struct tm *IT;
102 IT = gmtime(&CalTime);
103 if(IT != NULL) {
106 Tm2Efi(IT, ET);
  /device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
assembly.h 28 // tell linker it can break up file at label boundaries
96 #define IT(cond) it cond
99 #define IT(cond)
  /external/compiler-rt/lib/builtins/
assembly.h 28 // tell linker it can break up file at label boundaries
96 #define IT(cond) it cond
99 #define IT(cond)
  /external/llvm/lib/CodeGen/
SafeStackColoring.cpp 28 const auto IT = AllocaNumbering.find(AI);
29 assert(IT != AllocaNumbering.end());
30 return LiveRanges[IT->second];
47 // Remove the operand bitcast, too, if it has no more uses left.
135 auto It = BlockMarkerSet.find(&I);
136 if (It == BlockMarkerSet.end())
138 ProcessMarker(&I, It->getSecond());
175 // Update block LiveIn set, noting whether it has changed.
181 // Update block LiveOut set, noting whether it has changed.
191 for (auto IT : BlockLiveness)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
SafeStackColoring.cpp 43 const auto IT = AllocaNumbering.find(AI);
44 assert(IT != AllocaNumbering.end());
45 return LiveRanges[IT->second];
62 // Remove the operand bitcast, too, if it has no more uses left.
150 auto It = BlockMarkerSet.find(&I);
151 if (It == BlockMarkerSet.end())
153 ProcessMarker(&I, It->getSecond());
190 // Update block LiveIn set, noting whether it has changed.
196 // Update block LiveOut set, noting whether it has changed.
206 for (auto IT : BlockLiveness)
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 46 static final String IT = "IT";
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Float2Int.cpp 142 auto IT = SeenInsts.find(I);
143 if (IT != SeenInsts.end())
144 IT->second = std::move(R);
231 for (auto &It : reverse(SeenInsts)) {
232 if (It.second != unknownRange())
235 Instruction *I = It.first;
314 // OK, it's representable. Now get it.
332 // If there is a valid transform to be done, do it.
337 for (auto It = ECs.begin(), E = ECs.end(); It != E; ++It)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
FunctionImport.cpp 167 auto It = llvm::find_if(
178 // that corresponds to a static variable. Filter it out here.
218 if (It == CalleeSummaryList.end())
221 return cast<GlobalValueSummary>(It->get());
239 // it, rather than needing to perform this mapping on each walk.
318 auto IT = ImportThresholds.insert(
320 bool PreviouslyVisited = !IT.second;
321 auto &ProcessedThreshold = IT.first->second.first;
322 auto &CalleeSummary = IT.first->second.second;
328 // a second time with a higher threshold. In this case, it is added bac
    [all...]
  /device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
core_cm0.h 273 uint32_t IT:2; /*!< bit: 25..26 saved IT state (read 0) */
    [all...]
core_cm0plus.h 284 uint32_t IT:2; /*!< bit: 25..26 saved IT state (read 0) */
    [all...]
core_sc000.h 279 uint32_t IT:2; /*!< bit: 25..26 saved IT state (read 0) */
    [all...]
core_cm3.h 280 uint32_t IT:2; /*!< bit: 25..26 saved IT state (read 0) */
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 20 // needing an r-value, it is treated as if it were a message-send
23 // If it is used as the LHS of a simple assignment, it is treated
26 // If it is used as the LHS of a compound assignment, or the operand
382 // If the expression hasn't already been captured, just capture it
390 // Otherwise, it must already be one of our semantic expressions;
431 // expression may require it to be rewritten. In these cases, we
572 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
573 return S.LookupMethodInObjectType(sel, IT, false)
    [all...]
  /external/skia/tests/
ClipStackTest.cpp     [all...]
  /external/skqp/tests/
ClipStackTest.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 22 /// getPromotedType - Return the specified type promoted as it would be to pass
107 // infer, use it.
118 // Set the size of the copy to 0, it will be deleted on the next iteration.
160 // Set the size of the copy to 0, it will be deleted on the next iteration.
169 /// of intrinsic instructions. For normal calls, it allows visitCallSite to do
249 // We need target data for just about everything so depend on it.
309 // make it possible to evaluate objectsize to a constant.
356 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType());
358 if (!IT) break;
359 uint32_t BitWidth = IT->getBitWidth()
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 87 // If the coefficient is represented by an integer, promote it to a
654 // Don't push constant addend at this time. It will be the last element
802 // is immediately available; otherwise, it needs exactly one instruction
845 // operand has a known-zero bit in a more significant place than it (not
    [all...]
InstCombineCalls.cpp 33 /// Return the specified type promoted as it would be to pass though a va_arg
155 // infer, use it.
170 // Set the size of the copy to 0, it will be deleted on the next iteration.
210 // Set the size of the copy to 0, it will be deleted on the next iteration.
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeARM_T2_32.c 128 #define IT 0xbf00
268 /* +1 comes from the prefix IT instruction. */
331 *jump_inst++ = IT | ((jump->flags >> 4) & 0xf0) | 0x8;
527 /* MOVS cannot be used since it destroy flags. */
551 /* SET_FLAGS must be 0x100000 as it is also the value of S bit (can be used for optimization). */
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WasmObjectWriter.cpp 342 // for any 32-bit value; we'll patch it later.
366 // Now that the section is complete and we know how big it is, patch up the
419 // The .init_array isn't translated as data, so don't do relocations in it.
429 // If it is pcrel, we want to compute (A - B + C - R).
431 // In general, Wasm has no relocations for -B. It can only represent (A + C)
433 // replace B to implement it: (A - R - K + C)
567 // by RelEntry. This value isn't used by the static linker; it just serves
    [all...]
  /external/llvm/lib/Analysis/
ValueTracking.cpp 67 // figuring out if we can use it.
110 // it has been inserted).
140 IntegerType *IT = cast<IntegerType>(LHS->getType()->getScalarType());
141 APInt LHSKnownZero(IT->getBitWidth(), 0), LHSKnownOne(IT->getBitWidth(), 0);
142 APInt RHSKnownZero(IT->getBitWidth(), 0), RHSKnownOne(IT->getBitWidth(), 0);
407 // considered ephemeral to that assumption (even if it has other
465 // reach the assume whenever it reaches the context).
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 252 // it needs default CC operands add those.
262 // we're not predicable but add it anyways.
560 // Use movw+movt when possible, it avoids constant pool entries.
709 // go ahead and accept it now.
723 // another block, otherwise it may not have a virtual register assigned.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp 282 // it needs default CC operands add those.
292 // we're not predicable but add it anyways.
559 // Use movw+movt when possible, it avoids constant pool entries.
708 // go ahead and accept it now.
722 // another block, otherwise it may not have a virtual register assigned.
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 44 /// avoids constructing the type more than once if it's used more than once.
52 /// Constructor leaves this class uninitialized, because it is intended to
107 /// SEL is included in a header somewhere, in which case it will be whatever
110 /// LLVM i8 type. Cached here to avoid repeatedly getting it in all of the
111 /// places where it's used
119 /// calling conventions, it must always be cast to the correct type before
124 /// but if the runtime header declaring it is included then it may be a
140 /// it should be using intptr_t, but we can't fix this without breaking
154 /// 32-bit integer type, to save us needing to look it up every time it's used
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 82 /// Return the specified type promoted as it would be to pass though a va_arg
169 // Alignment from the mem intrinsic will be better, so use it.
179 // Alignment from the mem intrinsic will be better, so use it.
197 // Set the size of the copy to 0, it will be deleted on the next iteration.
238 // Set the size of the copy to 0, it will be deleted on the next iteration.
    [all...]

Completed in 1108 milliseconds

1 2