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

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 46 static final String IT = "IT";
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 35 // each GEP, wasting tons of registers. It emits the following PTX for the
51 // It works by splitting each GEP into a variadic base and a constant offset.
120 /// Extracts a constant offset from the given GEP index. It outputs the
130 /// Looks for a constant offset without extracting it. The meaning of the
167 /// Then, we reassociate it to
226 /// base and a constant offset. It is a FunctionPass because searching for the
255 /// function only inspects the GEP without changing it. The output
275 /// For each array index that is in the form of zext(a), convert it to sext(a)
327 // Do not trace into "or" unless it is equivalent to "add". If LHS and RHS
401 // integers because it gives good enough results for our benchmarks
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 331 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const;
332 void PrintExceptionTable(const Elf_Shdr *IT, const Elf_Shdr *EHT,
392 void PrinterContext<ET>::PrintExceptionTable(const Elf_Shdr *IT,
461 const Elf_Shdr *IT) const {
462 ErrorOr<ArrayRef<uint8_t> > Contents = ELF->getSectionContents(IT);
478 const unsigned Entries = IT->sh_size / IndexTableEntrySize;
494 const uint64_t Offset = PREL31(Word0, IT->sh_addr);
496 if (ErrorOr<StringRef> Name = FunctionAtAddress(IT->sh_link, Offset))
518 uint64_t TableEntryOffset = PREL31(Word1, IT->sh_addr);
521 PrintExceptionTable(IT, EHT, TableEntryOffset)
    [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
365 // If the expression hasn't already been captured, just capture it
373 // Otherwise, it must already be one of our semantic expressions;
536 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
537 return S.LookupMethodInObjectType(sel, IT, false);
639 // that declared the @property. But it's not clear that that'
    [all...]
SemaExpr.cpp 60 // If the function has a deduced return type, and we can't deduce it,
61 // then we can't use it either.
165 // FIXME: An explanation of why exactly it can't be inherited
191 /// in many cases it will not behave correctly. This is not enabled in C++ mode
199 // contexts where the warning is a false positive, or where it is technically
222 // This last can give us false negatives, but it's better than warning on
255 /// it might warn if a deprecated or unavailable declaration is being
303 // If the function has a deduced return type, and we can't deduce it,
304 // then we can't use it either.
331 /// if so, it checks that the requirements of the sentinel ar
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 87 // If the coefficient is represented by an integer, promote it to a
671 // Don't push constant addend at this time. It will be the last element
825 // is immediately available; otherwise, it needs exactly one instruction
869 // operand has a known-zero bit in a more significant place than it (not
919 if (IntegerType *IT = dyn_cast<IntegerType>(LHS->getType())) {
920 int BitWidth = IT->getBitWidth();
    [all...]
InstCombineCalls.cpp 29 /// getPromotedType - Return the specified type promoted as it would be to pass
136 // infer, use it.
151 // Set the size of the copy to 0, it will be deleted on the next iteration.
191 // Set the size of the copy to 0, it will be deleted on the next iteration.
200 /// of intrinsic instructions. For normal calls, it allows visitCallSite to do
319 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType());
321 if (!IT) break;
322 uint32_t BitWidth = IT->getBitWidth();
329 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
337 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType())
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 239 "languages", "de~fr~it",
562 IT(new String[]{
564 "lang", "it",
565 "languages", "it",
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 284 /// Is this intrinsic safe for big-endian? or does it need its arguments
318 // If this builtin takes an immediate argument, we need to #define it rather
330 // It is not permitted to pass or return an __fp16 by value, so intrinsics
1071 // Insert a 'q' before the first '_' character so that it ends up before
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp 260 // it needs default CC operands add those.
270 // we're not predicable but add it anyways.
591 // Use movw+movt when possible, it avoids constant pool entries.
745 // go ahead and accept it now.
759 // another block, otherwise it may not have a virtual register assigned.
    [all...]
  /external/clang/lib/CodeGen/
CGObjCGNU.cpp 46 /// avoids constructing the type more than once if it's used more than once.
53 /// Constructor leaves this class uninitialized, because it is intended to
73 // Push the return type on at the end so we can pop it off easily
81 // We put the return type on the end of the vector, so pop it back off
114 /// SEL is included in a header somewhere, in which case it will be whatever
117 /// LLVM i8 type. Cached here to avoid repeatedly getting it in all of the
118 /// places where it's used
126 /// calling conventions, it must always be cast to the correct type before
131 /// but if the runtime header declaring it is included then it may be
    [all...]
CGObjCMac.cpp 196 // FIXME: It would be nice to unify this with the opaque type, so that the
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 120 /// SafeToMergeTerminators - Return true if it is safe to merge these two
126 // It is not safe to merge these two switch instructions if they have a common
146 /// isProfitableToFoldUnconditional - Return true if it is safe and profitable
188 /// now be entries in it from the 'NewPred' block. The values that will be
278 // branch to BB, then it must be in the 'conditional' part of the "if
279 // statement". If not, it definitely dominates the region.
288 // If we have seen this instruction before, don't count it again.
291 // Okay, it looks like the instruction IS in the "condition". Check to
292 // see if it's a cheap instruction to unconditionally compute, and if it
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 13 * This is a C program that is intended to be linked against libpng. It
206 /* Generate random bytes. This uses a boring repeatable algorithm and it
207 * is implemented here so that it gives the same set of numbers on every
208 * architecture. It's a linear congruential generator (Knuth or Sedgewick
209 * "Algorithms") but it comes from the 'feedback taps' table in Horowitz and
278 * simply records whether pngvalid did the interlace itself or whether it
569 * to the sequential reader. It can also store the result of a PNG
624 * the context is a self pointer but it may point to a different
625 * png_store (in fact it never does in this program.)
831 /* And save it. *
    [all...]

Completed in 1321 milliseconds