Searched refs:IT (Results 1 - 25 of 35) sorted by last modified time

12

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dbuildall.sh8 ./buildpkb.sh it IT cm0
15 ./buildbin.sh it-IT cm0
H A Dbuildpkb.sh58 if [ $2 = "IT" ]; then
125 elif [ $LANG = "it-IT" ]; then
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]
/external/qemu/
H A Darm-dis.c1083 %x print warning if conditional an not at end of IT block"
1084 %X print "\t; unpredictable <IT:code>" if conditional
1085 %I print IT instruction suffix and operands
1243 %x print warning if conditional an not at end of IT block"
1244 %X print "\t; unpredictable <IT:code>" if conditional
1532 /* Current IT instruction state. This contains the same state as the IT
1535 /* IT state for the next instruction. */
1537 /* The address of the insn for which the IT state is valid. */
3087 func (stream, "\t; unpredictable branch in IT bloc
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp119 size_t getTypeSize(IntegerType * const IT, bool dereferencePtr = false);
1228 size_t AMDGPUPeepholeOpt::getTypeSize(IntegerType * const IT, argument
1230 return IT ? (IT->getBitWidth() >> 3) : 0;
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2642 } IT[2][2][3][2] = { local
2696 const InstructionTable *ITP = &IT[isSingleInstr][isThumb2][Bitness][isZExt];
2705 // 16-bit Thumb instructions always set CPSR (unless they're in an IT block).
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp970 IntegerType *IT = cast<IntegerType>(I.getType()); local
971 APInt LHSKnownOne(IT->getBitWidth(), 0);
972 APInt LHSKnownZero(IT->getBitWidth(), 0);
1036 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) {
1037 APInt LHSKnownOne(IT->getBitWidth(), 0);
1038 APInt LHSKnownZero(IT->getBitWidth(), 0);
1041 APInt RHSKnownOne(IT->getBitWidth(), 0);
1042 APInt RHSKnownZero(IT->getBitWidth(), 0);
H A DInstCombineCalls.cpp317 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); local
319 if (!IT) break;
320 uint32_t BitWidth = IT->getBitWidth();
327 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
335 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); local
337 if (!IT) break;
338 uint32_t BitWidth = IT->getBitWidth();
345 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
352 IntegerType *IT = cast<IntegerType>(II->getArgOperand(0)->getType()); local
353 uint32_t BitWidth = IT
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp590 if (IntegerType *IT = dyn_cast<IntegerType>(OrigTy))
591 return IT;
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3523 IntegerType *IT = cast<IntegerType>(DefaultValue->getType()); local
3524 APInt TableInt(TableSize * IT->getBitWidth(), 0);
3526 TableInt <<= IT->getBitWidth();
3534 BitMapElementTy = IT;
3592 const IntegerType *IT = dyn_cast<IntegerType>(ElementType); local
3593 if (!IT)
3599 if (TableSize >= UINT_MAX/IT->getBitWidth())
3601 return TD->fitsInLegalInteger(TableSize * IT->getBitWidth());
/external/llvm/test/MC/ARM/
H A Dbasic-thumb2-instructions.s588 @ IT
590 @ Test encodings of a few full IT blocks, not just the IT instruction
H A Dthumb2-diagnostics.s4 @ Ill-formed IT block instructions.
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
22 @ CHECK-ERRORS: error: too many conditions on IT instruction
25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
/external/llvm/include/llvm/ADT/
H A Dilist.h433 NodeTy *remove(iterator &IT) { argument
434 assert(IT != end() && "Cannot remove end of list!");
435 NodeTy *Node = &*IT;
444 IT = NextNode;
457 NodeTy *remove(const iterator &IT) { argument
458 iterator MutIt = IT;
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h461 template<typename IT>
462 void insert(iterator I, IT S, IT E) {
/external/llvm/lib/Analysis/
H A DConstantFolding.cpp57 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) {
82 APInt Result(IT->getBitWidth(), 0);
91 return ConstantInt::get(IT, Result);
/external/llvm/lib/IR/
H A DConstants.cpp2189 if (const IntegerType *IT = dyn_cast<IntegerType>(Ty)) {
2190 switch (IT->getBitWidth()) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DAsYouTypeFormatterTest.java1075 AsYouTypeFormatter formatter = phoneUtil.getAsYouTypeFormatter(RegionCode.IT);
H A DPhoneNumberMatcherTest.java85 doTestFindInContext("02-36618 300", RegionCode.IT);
86 doTestFindInContext("312 345 678", RegionCode.IT);
H A DPhoneNumberUtilTest.java521 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT));
906 phoneUtil.parseAndKeepRawInput("0212345678", RegionCode.IT);
908 phoneUtil.formatInOriginalFormat(italianFixedLineNumber, RegionCode.IT));
1303 // IT number 022 3456 7890, but entered with 3 extra digits at the end.
1788 assertEquals(IT_NUMBER, phoneUtil.parse("02-36618 300", RegionCode.IT));
1790 assertEquals(IT_MOBILE, phoneUtil.parse("345 678 901", RegionCode.IT));
H A DRegionCode.java40 static final String IT = "IT"; field in class:RegionCode
/external/clang/lib/Sema/
H A DSemaAccess.cpp299 } else if (const InjectedClassNameType *IT
301 RD = IT->getDecl();
666 } else if (const InjectedClassNameType *IT
668 RD = IT->getDecl();
H A DSemaExpr.cpp2761 PredefinedExpr::IdentType IT; local
2765 case tok::kw___func__: IT = PredefinedExpr::Func; break; // [C99 6.4.2.2]
2766 case tok::kw___FUNCTION__: IT = PredefinedExpr::Function; break;
2767 case tok::kw_L__FUNCTION__: IT = PredefinedExpr::LFunction; break;
2768 case tok::kw___PRETTY_FUNCTION__: IT = PredefinedExpr::PrettyFunction; break;
2792 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length();
2795 if (IT == PredefinedExpr::LFunction)
2801 return Owned(new (Context) PredefinedExpr(Loc, ResTy, IT));
H A DSemaPseudoObject.cpp530 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver()); local
531 return S.LookupMethodInObjectType(sel, IT, false);
H A DSemaTemplateInstantiate.cpp1155 PredefinedExpr::IdentType IT = E->getIdentType(); local
1157 unsigned Length = PredefinedExpr::ComputeName(IT, currentDecl).length();
1161 if (IT == PredefinedExpr::LFunction)
1168 new (getSema().Context) PredefinedExpr(E->getLocation(), ResTy, IT);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2565 static llvm::Intrinsic::ID GetIntrinsic(IntrinsicType IT, argument
2571 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequb_p :
2575 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequb_p :
2578 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequh_p :
2581 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequh_p :
2585 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequw_p :
2589 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpequw_p :
2592 return (IT == VCMPEQ) ? llvm::Intrinsic::ppc_altivec_vcmpeqfp_p :

Completed in 618 milliseconds

12