Home
last modified time | relevance | path

Searched refs:LIs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp664 std::set<LoadInst *> LIs; member
768 Result.LIs.insert(Old.LIs.begin(), Old.LIs.end()); in computeFromBCI()
827 Result.LIs.insert(LHS.LIs.begin(), LHS.LIs.end()); in computeFromSVI()
831 Result.LIs.insert(RHS.LIs.begin(), RHS.LIs.end()); in computeFromSVI()
888 Result.LIs.insert(LI); in computeFromLI()
1112 *BB, [&LIs](Instruction &I) -> bool { return is_contained(LIs, &I); }); in findFirstLoad()
1131 std::set<LoadInst *> LIs; in combine() local
1145 LIs.insert(VI.LIs.begin(), VI.LIs.end()); in combine()
1157 if (LIs.size() < 2) in combine()
1185 LoadInst *First = findFirstLoad(LIs); in combine()
[all …]
H A DLiveDebugVariables.cpp1117 SmallDenseMap<unsigned, std::pair<LiveRange *, const VNInfo *>> LIs; in computeIntervals() local
1134 LIs[LocNo] = {LI, VNI}; in computeIntervals()
1138 extendDef(Idx, DbgValue, LIs, Kills, LIS); in computeIntervals()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64PBQPRegAlloc.cpp163 LiveIntervals &LIs = G.getMetadata().LIS; in addIntraChainConstraint() local
186 const LiveInterval &ld = LIs.getInterval(Rd); in addIntraChainConstraint()
187 const LiveInterval &la = LIs.getInterval(Ra); in addIntraChainConstraint()
244 LiveIntervals &LIs = G.getMetadata().LIS; in addInterChainConstraint() local
262 const LiveInterval &ld = LIs.getInterval(Rd); in addInterChainConstraint()
268 const LiveInterval &lr = LIs.getInterval(r); in addInterChainConstraint()
319 static bool regJustKilledBefore(const LiveIntervals &LIs, unsigned reg, in regJustKilledBefore() argument
321 const LiveInterval &LI = LIs.getInterval(reg); in regJustKilledBefore()
322 SlotIndex SI = LIs.getInstructionIndex(MI); in regJustKilledBefore()
328 LiveIntervals &LIs = G.getMetadata().LIS; in apply() local
[all …]