Searched refs:LII (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveDebugVariables.cpp | 972 for (auto &LII : LiveIntervalInfo) { in extendDef() local 973 LiveRange *LR = LII.second.first; in extendDef() 974 assert(LR && LII.second.second && "Missing range info for Idx."); in extendDef() 976 assert(Segment && Segment->valno == LII.second.second && in extendDef() 980 Kills = {Stop, {LII.first}}; in extendDef() 984 Kills->second.push_back(LII.first); in extendDef() 1354 LiveInterval::iterator LII = LI->advanceTo(LI->begin(), LocMapI.start()); in splitLocation() local 1356 while (LocMapI.valid() && LII != LIE) { in splitLocation() 1358 LII = LI->advanceTo(LII, LocMapI.start()); in splitLocation() 1359 if (LII == LIE) in splitLocation() [all …]
|
H A D | LiveIntervals.cpp | 1582 LiveInterval::iterator LII = LR.find(EndIdx); in repairOldRegInRange() local 1584 if (LII != LR.end() && LII->start < EndIdx) { in repairOldRegInRange() 1585 lastUseIdx = LII->end; in repairOldRegInRange() 1586 } else if (LII == LR.begin()) { in repairOldRegInRange() 1590 --LII; in repairOldRegInRange() 1600 bool isStartValid = getInstructionFromIndex(LII->start); in repairOldRegInRange() 1601 bool isEndValid = getInstructionFromIndex(LII->end); in repairOldRegInRange() 1616 if (LII->end.isDead()) { in repairOldRegInRange() 1617 LII = LR.removeSegment(LII, true); in repairOldRegInRange() 1618 if (LII != LR.begin()) in repairOldRegInRange() [all …]
|
H A D | RegisterCoalescer.cpp | 3715 auto LII = RHS.find(SI); in joinVirtRegs() local 3716 if (LII == RHS.end() || LII->start > SI) in joinVirtRegs()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 399 auto *LII = dyn_cast<IntrinsicInst>(LHSI); in isEqualImpl() local 401 if (LII && RII && LII->getIntrinsicID() == RII->getIntrinsicID() && in isEqualImpl() 402 LII->isCommutative() && LII->arg_size() >= 2) { in isEqualImpl() 403 return LII->getArgOperand(0) == RII->getArgOperand(1) && in isEqualImpl() 404 LII->getArgOperand(1) == RII->getArgOperand(0) && in isEqualImpl() 405 std::equal(LII->arg_begin() + 2, LII->arg_end(), in isEqualImpl()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.cpp | 3315 const LoadImmediateInfo &LII) const { in replaceInstrWithLI() 3317 int OperandToKeep = LII.SetCR ? 1 : 0; in replaceInstrWithLI() 3322 if (LII.SetCR) { in replaceInstrWithLI() 3323 MI.setDesc(get(LII.Is64Bit ? PPC::ANDI8_rec : PPC::ANDI_rec)); in replaceInstrWithLI() 3326 .addImm(LII.Imm).addReg(PPC::CR0, RegState::ImplicitDefine); in replaceInstrWithLI() 3330 MI.setDesc(get(LII.Is64Bit ? PPC::LI8 : PPC::LI)); in replaceInstrWithLI() 3334 .addImm(LII.Imm); in replaceInstrWithLI() 4772 LoadImmediateInfo LII; in simplifyToLI() local 4773 LII.Imm = NewImm; in simplifyToLI() 4774 LII.Is64Bit = Is64BitLI; in simplifyToLI() [all …]
|
H A D | PPCInstrInfo.h | 643 void replaceInstrWithLI(MachineInstr &MI, const LoadImmediateInfo &LII) const;
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | UnicodeData.txt | 3966 14D6;CANADIAN SYLLABICS LII;Lo;0;L;;;;;N;;;;;
|