Searched refs:IT (Results 1 - 25 of 54) sorted by relevance

123

/external/llvm/test/MC/ARM/
H A Dv8_IT_manual.s11 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
30 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
42 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
46 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
50 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
59 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
71 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT bloc
[all...]
H A Ddeprecated-v8.s31 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
36 @ CHECK-ARMV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
37 @ CHECK-THUMBV8: warning: applying IT instruction to more than one subsequent instruction is deprecated
41 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
45 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
49 @ CHECK-THUMBV8: warning: deprecated instruction in IT block
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
H A Dthumb2-branches.s46 @ unconditional branches with width narrow suffix in IT block
60 @ unconditional branches with wide suffix in IT block
125 @ on whether it is in an IT block or not
189 @ unconditional branches with width narrow suffix in IT block
203 @ unconditional branches with wide suffix in IT block
268 @ on whether it is in an IT block or not
H A Dbasic-thumb2-instructions-v8.s14 @ In IT block
/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/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java46 static final String IT = "IT"; field in class:RegionCode
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dlru_cache_using_std.h105 template <typename IT> void get_keys(IT dst) const {
/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp522 template <typename IT, int ST>
525 int dotest_lt(IT begin, IT end) {
530 for (IT I = begin; I < end; I = I + ST) {
537 for (IT I = begin; I <= end; I += ST) {
542 for (IT I = begin; I < end; ++I) {
547 static IT step() {
548 return IT(ST);
551 template <typename IT, int ST = 0>
552 int dotest_gt(IT begi
[all...]
H A Dparallel_for_loop_messages.cpp447 template <typename IT, int ST>
450 int dotest_lt(IT begin, IT end) {
454 for (IT I = begin; I < end; I = I + ST) {
460 for (IT I = begin; I <= end; I += ST) {
464 for (IT I = begin; I < end; ++I) {
469 static IT step() {
470 return IT(ST);
473 template <typename IT, int ST = 0>
474 int dotest_gt(IT begi
[all...]
H A Dsimd_loop_messages.cpp440 template <typename IT, int ST> class TC {
442 int dotest_lt(IT begin, IT end) {
446 for (IT I = begin; I < end; I = I + ST) {
452 for (IT I = begin; I <= end; I += ST) {
456 for (IT I = begin; I < end; ++I) {
461 static IT step() {
462 return IT(ST);
465 template <typename IT, int ST=0> int dotest_gt(IT begi
[all...]
/external/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h331 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, argument
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, EH
534 const Elf_Shdr *IT = &(*SI); local
[all...]
/external/llvm/lib/Target/
H A DTargetMachineC.cpp61 for (TargetRegistry::iterator IT = TargetRegistry::begin(),
62 IE = TargetRegistry::end(); IT != IE; ++IT) {
63 if (IT->getName() == NameRef)
64 return wrap(&*IT);
/external/llvm/include/llvm/ADT/
H A Dilist.h435 NodeTy *remove(iterator &IT) { argument
436 assert(IT != end() && "Cannot remove end of list!");
437 NodeTy *Node = &*IT;
446 IT = NextNode;
459 NodeTy *remove(const iterator &IT) { argument
460 iterator MutIt = IT;
/external/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp430 for (auto &IT : Out)
431 delete[] IT.second;
432 for (auto &IT : In)
433 delete[] IT.second;
434 for (auto &IT : ReachableUses)
435 delete[] IT.second;
436 for (auto &IT : Gen)
437 delete[] IT.second;
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp76 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT),
79 "Generate IT block based on arch"),
81 "Disallow deprecated IT based on ARMv8"),
83 "Allow IT blocks based on ARMv7"),
345 switch (IT) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp319 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); local
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()); local
339 if (!IT) break;
340 uint32_t BitWidth = IT->getBitWidth();
347 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
354 IntegerType *IT = cast<IntegerType>(II->getArgOperand(0)->getType()); local
355 uint32_t BitWidth = IT
[all...]
H A DInstCombineAddSub.cpp919 if (IntegerType *IT = dyn_cast<IntegerType>(LHS->getType())) {
920 int BitWidth = IT->getBitWidth();
1080 IntegerType *IT = cast<IntegerType>(I.getType()); local
1081 APInt LHSKnownOne(IT->getBitWidth(), 0);
1082 APInt LHSKnownZero(IT->getBitWidth(), 0);
1133 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) {
1134 APInt LHSKnownOne(IT->getBitWidth(), 0);
1135 APInt LHSKnownZero(IT->getBitWidth(), 0);
1138 APInt RHSKnownOne(IT->getBitWidth(), 0);
1139 APInt RHSKnownZero(IT
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h487 template<typename IT>
488 void insert(iterator I, IT S, IT E) {
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp583 IntegerType *IT = cast<IntegerType>(V->getType()); local
584 KnownOne = APInt(IT->getBitWidth(), 0);
585 KnownZero = APInt(IT->getBitWidth(), 0);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodings.properties61 Cp280 EBCDIC-CP-IT,IBM280,csIBM280 0x0019
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java560 IT(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/chromium_org/third_party/mesa/src/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/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;

Completed in 3644 milliseconds

123