Home
last modified time | relevance | path

Searched refs:IndexList (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h318 using IndexList = ilist<IndexListEntry>;
319 IndexList indexList;
344 void renumberIndexes(IndexList::iterator curItr);
409 IndexList::iterator I = Index.listEntry()->getIterator();
410 IndexList::iterator E = indexList.end();
545 IndexList::iterator prevItr, nextItr;
562 IndexList::iterator newItr =
621 IndexList::iterator newItr =
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSlotIndexes.cpp160 void SlotIndexes::renumberIndexes(IndexList::iterator curItr) { in renumberIndexes()
165 IndexList::iterator startItr = std::prev(curItr); in renumberIndexes()
199 IndexList::iterator ListB = startIdx.listEntry()->getIterator(); in repairIndexesInRange()
200 IndexList::iterator ListI = endIdx.listEntry()->getIterator(); in repairIndexesInRange()
/llvm-project-15.0.7/llvm/utils/
H A Dllvm.grm248 | getelementptr OptInBounds "(" ^ ConstVal IndexList ^ ")"
385 IndexList ::= _ | IndexList ^ "," ResolvedVal ;
422 | getelementptr OptInBounds Types ValueRef IndexList
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp377 using IndexList = SetVector<unsigned>; typedef
379 using AssignmentMap = std::map<ExtenderInit, IndexList>;
380 using LocDefList = std::vector<std::pair<Loc, IndexList>>;
403 void calculatePlacement(const ExtenderInit &ExtI, const IndexList &Refs,
559 for (const std::pair<const HCE::ExtenderInit, HCE::IndexList> &Q : P.IMap) { in operator <<()
1307 std::map<OffsetRange, IndexList> RangeMap; in assignInits()
1414 for (std::pair<const ExtenderInit,IndexList> &P : IMap) { in assignInits()
1478 void HCE::calculatePlacement(const ExtenderInit &ExtI, const IndexList &Refs, in calculatePlacement()
1917 for (const std::pair<const ExtenderInit, IndexList> &P : IMap) { in replaceExtenders()
1918 const IndexList &Idxs = P.second; in replaceExtenders()
[all …]
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp27 using IndexList = std::vector<std::pair<parser::CharBlock, parser::CharBlock>>; typedef
867 const TargetStmtMap &labels, const IndexList &loopBodies, in CheckBranchesIntoDoBody()
887 void CheckDoNesting(const IndexList &loopBodies, SemanticsContext &context) { in CheckDoNesting()
922 IndexList loopBodies; in CheckLabelDoConstraints()