Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2189 std::map<int,SlotInfo> FIRangeMap; in optimizeSpillSlots() local
2239 SlotInfo &SI = FIRangeMap[TFI]; in optimizeSpillSlots()
2291 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots()
2308 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots()
2320 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots()
2326 for (auto &P : FIRangeMap) { in optimizeSpillSlots()
2348 for (auto &P : FIRangeMap) { in optimizeSpillSlots()
2398 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots()