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

123

/external/llvm/lib/Support/
H A DOptions.cpp21 for (auto IT = Options.begin(); IT != Options.end(); ++IT)
22 delete IT->second;
/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 Dthumb-load-store-multiple.s25 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block
39 @ CHECK: error: instruction must be outside of IT block or the last instruction in an IT block
85 @ CHECK: error: instruction must be outside of IT block or the last instruction in an 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
/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/libphonenumber/test/com/google/i18n/phonenumbers/
H A DRegionCode.java46 static final String IT = "IT"; field in class:RegionCode
/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp561 template <typename IT, int ST>
564 int dotest_lt(IT begin, IT end) {
569 for (IT I = begin; I < end; I = I + ST) {
576 for (IT I = begin; I <= end; I += ST) {
581 for (IT I = begin; I < end; ++I) {
586 static IT step() {
587 return IT(ST);
590 template <typename IT, int ST = 0>
591 int dotest_gt(IT begi
[all...]
H A Dfor_simd_loop_messages.cpp560 template <typename IT, int ST>
563 int dotest_lt(IT begin, IT end) {
568 for (IT I = begin; I < end; I = I + ST) {
575 for (IT I = begin; I <= end; I += ST) {
580 for (IT I = begin; I < end; ++I) {
585 static IT step() {
586 return IT(ST);
589 template <typename IT, int ST = 0>
590 int dotest_gt(IT begi
[all...]
H A Dparallel_for_loop_messages.cpp483 template <typename IT, int ST>
486 int dotest_lt(IT begin, IT end) {
490 for (IT I = begin; I < end; I = I + ST) {
496 for (IT I = begin; I <= end; I += ST) {
500 for (IT I = begin; I < end; ++I) {
505 static IT step() {
506 return IT(ST);
509 template <typename IT, int ST = 0>
510 int dotest_gt(IT begi
[all...]
H A Dparallel_for_simd_loop_messages.cpp483 template <typename IT, int ST>
486 int dotest_lt(IT begin, IT end) {
490 for (IT I = begin; I < end; I = I + ST) {
496 for (IT I = begin; I <= end; I += ST) {
500 for (IT I = begin; I < end; ++I) {
505 static IT step() {
506 return IT(ST);
509 template <typename IT, int ST = 0>
510 int dotest_gt(IT begi
[all...]
H A Dsimd_loop_messages.cpp472 template <typename IT, int ST> class TC {
474 int dotest_lt(IT begin, IT end) {
478 for (IT I = begin; I < end; I = I + ST) {
484 for (IT I = begin; I <= end; I += ST) {
488 for (IT I = begin; I < end; ++I) {
493 static IT step() {
494 return IT(ST);
497 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.cpp63 for (TargetRegistry::iterator IT = TargetRegistry::begin(),
64 IE = TargetRegistry::end(); IT != IE; ++IT) {
65 if (IT->getName() == NameRef)
66 return wrap(&*IT);
/external/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp284 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType())) {
286 AliveBits[&I] = APInt(IT->getBitWidth(), 0);
296 if (IntegerType *IT = dyn_cast<IntegerType>(J->getType()))
297 AliveBits[J] = APInt::getAllOnesValue(IT->getBitWidth());
328 if (IntegerType *IT = dyn_cast<IntegerType>(I->getType())) {
329 unsigned BitWidth = IT->getBitWidth();
H A DSeparateConstOffsetFromGEP.cpp656 IntegerType *IT = cast<IntegerType>(V->getType()); local
657 KnownOne = APInt(IT->getBitWidth(), 0);
658 KnownZero = APInt(IT->getBitWidth(), 0);
/external/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S45 IT(cc)
114 IT(hs); \
H A Dudivsi3.S43 IT(eq)
/external/compiler-rt/lib/builtins/
H A Dassembly.h77 #define IT(cond) it cond macro
80 #define IT(cond) macro
/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/ARM/
H A DARMSubtarget.cpp81 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT),
84 "Generate IT block based on arch"),
86 "Disallow deprecated IT based on ARMv8"),
88 "Allow IT blocks based on ARMv7"),
255 switch (IT) {
/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/InstCombine/
H A DInstCombineCalls.cpp424 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); local
426 if (!IT) break;
427 uint32_t BitWidth = IT->getBitWidth();
434 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
442 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType()); local
444 if (!IT) break;
445 uint32_t BitWidth = IT->getBitWidth();
452 return ReplaceInstUsesWith(CI, ConstantInt::get(IT,
1351 if (IntrinsicInst *IT = FindInitTrampolineFromAlloca(TrampMem))
1352 return IT;
[all...]

Completed in 616 milliseconds

123