| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 64 const LanaiInstrInfo &LII = in replaceAdjDynAllocPseudo() local 78 BuildMI(*MBB, MI, DL, LII.get(Lanai::ADD_I_LO), Dst) in replaceAdjDynAllocPseudo() 96 const LanaiInstrInfo &LII = in emitPrologue() local 113 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SW_RI)) in emitPrologue() 122 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::FP) in emitPrologue() 130 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SUB_I_LO), Lanai::SP) in emitPrologue() 181 const LanaiInstrInfo &LII = in emitEpilogue() local 186 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::SP) in emitEpilogue() 191 BuildMI(MBB, MBBI, DL, LII.get(Lanai::LDW_RI), Lanai::FP) in emitEpilogue()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 928 for (auto &LII : LiveIntervalInfo) { in extendDef() local 929 LiveRange *LR = LII.second.first; in extendDef() 930 assert(LR && LII.second.second && "Missing range info for Idx."); in extendDef() 932 assert(Segment && Segment->valno == LII.second.second && in extendDef() 936 Kills = {Stop, {LII.first}}; in extendDef() 940 Kills->second.push_back(LII.first); in extendDef() 1291 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start()); in splitLocation() local 1293 while (LocMapI.valid() && LII != LIE) { in splitLocation() 1295 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation() 1296 if (LII == LIE) in splitLocation() [all …]
|
| H A D | LiveIntervals.cpp | 1567 LiveInterval::iterator LII = LR.find(EndIdx); in repairOldRegInRange() local 1569 if (LII == LR.begin()) { in repairOldRegInRange() 1574 if (LII != LR.end() && LII->start < EndIdx) in repairOldRegInRange() 1575 lastUseIdx = LII->end; in repairOldRegInRange() 1577 --LII; in repairOldRegInRange() 1586 bool isStartValid = getInstructionFromIndex(LII->start); in repairOldRegInRange() 1587 bool isEndValid = getInstructionFromIndex(LII->end); in repairOldRegInRange() 1605 if (LII->end.isDead()) { in repairOldRegInRange() 1607 if (LII != LR.begin()) in repairOldRegInRange() 1608 prevStart = std::prev(LII)->start; in repairOldRegInRange() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/ |
| H A D | OptReport.cpp | 305 auto LII = FileInfo.find(L); in writeReport() local 314 if (LII != FileInfo.end() && !FuncNameSet.empty()) { in writeReport() 315 const auto &LineInfo = LII->second; in writeReport() 432 if (LII != FileInfo.end()) { in writeReport() 433 const auto &FuncLineInfo = LII->second; in writeReport()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | DeclarationName.cpp | 52 IdentifierInfo *LII = LHS.castAsIdentifierInfo(); in compare() local 54 if (!LII) in compare() 59 return LII->getName().compare(RII->getName()); in compare()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 363 auto *LII = dyn_cast<IntrinsicInst>(LHSI); in isEqualImpl() local 365 if (LII && RII && LII->getIntrinsicID() == RII->getIntrinsicID() && in isEqualImpl() 366 LII->isCommutative() && LII->getNumArgOperands() == 2) { in isEqualImpl() 367 return LII->getArgOperand(0) == RII->getArgOperand(1) && in isEqualImpl() 368 LII->getArgOperand(1) == RII->getArgOperand(0); in isEqualImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 3169 const LoadImmediateInfo &LII) const { in replaceInstrWithLI() 3171 int OperandToKeep = LII.SetCR ? 1 : 0; in replaceInstrWithLI() 3176 if (LII.SetCR) { in replaceInstrWithLI() 3177 MI.setDesc(get(LII.Is64Bit ? PPC::ANDI8_rec : PPC::ANDI_rec)); in replaceInstrWithLI() 3180 .addImm(LII.Imm).addReg(PPC::CR0, RegState::ImplicitDefine); in replaceInstrWithLI() 3184 MI.setDesc(get(LII.Is64Bit ? PPC::LI8 : PPC::LI)); in replaceInstrWithLI() 3188 .addImm(LII.Imm); in replaceInstrWithLI() 4660 LoadImmediateInfo LII; in simplifyToLI() local 4661 LII.Imm = NewImm; in simplifyToLI() 4662 LII.Is64Bit = Is64BitLI; in simplifyToLI() [all …]
|
| H A D | PPCInstrInfo.h | 636 void replaceInstrWithLI(MachineInstr &MI, const LoadImmediateInfo &LII) const;
|
| /netbsd-src/share/misc/ |
| H A D | airport | 4240 LII:Mulia, Indonesia
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ |
| H A D | UnicodeData.txt | 3881 14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/ |
| H A D | UnicodeData.txt | 3966 14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| H A D | UnicodeDataNames.txt | 4011 14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 4704 14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | UnicodeData.txt | 4691 14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;;
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 53531 LII:
|