Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.cpp34 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const { in overlaps()
47 bool HexagonBlockRanges::IndexRange::contains(const IndexRange &A) const { in contains()
58 void HexagonBlockRanges::IndexRange::merge(const IndexRange &A) { in merge()
75 void HexagonBlockRanges::RangeList::include(const RangeList &RL) { in include()
83 void HexagonBlockRanges::RangeList::unionize(bool MergeAdjacent) { in unionize()
105 void HexagonBlockRanges::RangeList::addsub(const IndexRange &A, in addsub()
141 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) { in subtract()
157 HexagonBlockRanges::InstrIndexMap::InstrIndexMap(MachineBasicBlock &B) in InstrIndexMap()
171 MachineInstr *HexagonBlockRanges::InstrIndexMap::getInstr(IndexType Idx) const { in getInstr()
176 HexagonBlockRanges::IndexType HexagonBlockRanges::InstrIndexMap::getIndex( in getIndex()
[all …]
H A DHexagonBlockRanges.h31 struct HexagonBlockRanges { struct
32 HexagonBlockRanges(MachineFunction &MF);
177 inline HexagonBlockRanges::IndexType::operator unsigned() const { argument
182 inline bool HexagonBlockRanges::IndexType::operator== (unsigned x) const {
186 inline bool HexagonBlockRanges::IndexType::operator== (IndexType Idx) const {
190 inline bool HexagonBlockRanges::IndexType::operator!= (unsigned x) const {
194 inline bool HexagonBlockRanges::IndexType::operator!= (IndexType Idx) const {
199 HexagonBlockRanges::IndexType HexagonBlockRanges::IndexType::operator++ () {
209 inline bool HexagonBlockRanges::IndexType::operator< (unsigned Idx) const {
213 inline bool HexagonBlockRanges::IndexType::operator< (IndexType Idx) const {
[all …]
H A DHexagonFrameLowering.h164 unsigned findPhysReg(MachineFunction &MF, HexagonBlockRanges::IndexRange &FIR,
165 HexagonBlockRanges::InstrIndexMap &IndexMap,
166 HexagonBlockRanges::RegToRangeMap &DeadMap,
H A DHexagonFrameLowering.cpp2181 HexagonBlockRanges::IndexRange &FIR, in findPhysReg()
2182 HexagonBlockRanges::InstrIndexMap &IndexMap, in findPhysReg()
2183 HexagonBlockRanges::RegToRangeMap &DeadMap, in findPhysReg()
2200 for (auto R : HexagonBlockRanges::expandToSubRegs({Reg,0}, MRI, HRI)) { in findPhysReg()
2218 HexagonBlockRanges HBR(MF); in optimizeSpillSlots()
2221 std::map<MachineBasicBlock *, HexagonBlockRanges::InstrIndexMap>; in optimizeSpillSlots()
2223 std::map<MachineBasicBlock *, HexagonBlockRanges::RangeList>; in optimizeSpillSlots()
2224 using IndexType = HexagonBlockRanges::IndexType; in optimizeSpillSlots()
2262 std::make_pair(&B, HexagonBlockRanges::InstrIndexMap(B))); in optimizeSpillSlots()
2338 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots()
[all …]
H A DCMakeLists.txt23 HexagonBlockRanges.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/Hexagon/
H A DBUILD.gn46 "HexagonBlockRanges.cpp",