| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiFrameLowering.cpp | 64 const LanaiInstrInfo &LII = in replaceAdjDynAllocPseudo() local 75 BuildMI(MBB, MI, DL, LII.get(Lanai::ADD_I_LO), Dst) in replaceAdjDynAllocPseudo() 93 const LanaiInstrInfo &LII = in emitPrologue() local 110 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SW_RI)) in emitPrologue() 119 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::FP) in emitPrologue() 127 BuildMI(MBB, MBBI, DL, LII.get(Lanai::SUB_I_LO), Lanai::SP) in emitPrologue() 178 const LanaiInstrInfo &LII = in emitEpilogue() local 183 BuildMI(MBB, MBBI, DL, LII.get(Lanai::ADD_I_LO), Lanai::SP) in emitEpilogue() 188 BuildMI(MBB, MBBI, DL, LII.get(Lanai::LDW_RI), Lanai::FP) in emitEpilogue()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | LiveDebugVariables.cpp | 971 for (auto &LII : LiveIntervalInfo) { in extendDef() local 972 LiveRange *LR = LII.second.first; in extendDef() 973 assert(LR && LII.second.second && "Missing range info for Idx."); in extendDef() 975 assert(Segment && Segment->valno == LII.second.second && in extendDef() 979 Kills = {Stop, {LII.first}}; in extendDef() 983 Kills->second.push_back(LII.first); in extendDef() 1353 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start()); in splitLocation() local 1355 while (LocMapI.valid() && LII != LIE) { in splitLocation() 1357 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation() 1358 if (LII == LIE) in splitLocation() [all …]
|
| H A D | LiveIntervals.cpp | 1565 LiveInterval::iterator LII = LR.find(EndIdx); in repairOldRegInRange() local 1567 if (LII != LR.end() && LII->start < EndIdx) { in repairOldRegInRange() 1568 lastUseIdx = LII->end; in repairOldRegInRange() 1569 } else if (LII == LR.begin()) { in repairOldRegInRange() 1573 --LII; in repairOldRegInRange() 1583 bool isStartValid = getInstructionFromIndex(LII->start); in repairOldRegInRange() 1584 bool isEndValid = getInstructionFromIndex(LII->end); in repairOldRegInRange() 1599 if (LII->end.isDead()) { in repairOldRegInRange() 1600 LII = LR.removeSegment(LII, true); in repairOldRegInRange() 1601 if (LII != LR.begin()) in repairOldRegInRange() [all …]
|
| H A D | RegisterCoalescer.cpp | 3626 auto LII = RHS.find(SI); in joinVirtRegs() local 3627 if (LII == RHS.end() || LII->start > SI) in joinVirtRegs()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-opt-report/ |
| H A D | OptReport.cpp | 307 auto LII = FileInfo.find(L); in writeReport() local 316 if (LII != FileInfo.end() && !FuncNameSet.empty()) { in writeReport() 317 const auto &LineInfo = LII->second; in writeReport() 434 if (LII != FileInfo.end()) { in writeReport() 435 const auto &FuncLineInfo = LII->second; in writeReport()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 374 auto *LII = dyn_cast<IntrinsicInst>(LHSI); in isEqualImpl() local 376 if (LII && RII && LII->getIntrinsicID() == RII->getIntrinsicID() && in isEqualImpl() 377 LII->isCommutative() && LII->arg_size() == 2) { in isEqualImpl() 378 return LII->getArgOperand(0) == RII->getArgOperand(1) && in isEqualImpl() 379 LII->getArgOperand(1) == RII->getArgOperand(0); in isEqualImpl()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrInfo.cpp | 3284 const LoadImmediateInfo &LII) const { in replaceInstrWithLI() 3286 int OperandToKeep = LII.SetCR ? 1 : 0; in replaceInstrWithLI() 3291 if (LII.SetCR) { in replaceInstrWithLI() 3292 MI.setDesc(get(LII.Is64Bit ? PPC::ANDI8_rec : PPC::ANDI_rec)); in replaceInstrWithLI() 3295 .addImm(LII.Imm).addReg(PPC::CR0, RegState::ImplicitDefine); in replaceInstrWithLI() 3299 MI.setDesc(get(LII.Is64Bit ? PPC::LI8 : PPC::LI)); in replaceInstrWithLI() 3303 .addImm(LII.Imm); in replaceInstrWithLI() 4822 LoadImmediateInfo LII; in simplifyToLI() local 4823 LII.Imm = NewImm; in simplifyToLI() 4824 LII.Is64Bit = Is64BitLI; in simplifyToLI() [all …]
|
| H A D | PPCInstrInfo.h | 769 void replaceInstrWithLI(MachineInstr &MI, const LoadImmediateInfo &LII) const;
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NamedSequences.txt | 385 TAMIL SYLLABLE LII; 0BB2 0BC0
|
| H A D | NamesList.txt | 8727 14D6 CANADIAN SYLLABICS LII
|
| H A D | UnicodeData.txt | 4763 14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/ |
| H A D | allkeys.txt | 21949 14D6 ; [.3A2D.0020.0002] # CANADIAN SYLLABICS LII
|
| /openbsd-src/games/fortune/datfiles/ |
| H A D | fortunes2 | 45572 LII:
|