Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1618 BitVector TmpSup(Hexagon::NUM_TARGET_REGS); in assignCalleeSavedSpillSlots() local
1622 TmpSup[SR] = true; in assignCalleeSavedSpillSlots()
1624 for (int x = TmpSup.find_first(); x >= 0; x = TmpSup.find_next(x)) { in assignCalleeSavedSpillSlots()
1629 TmpSup[R] = false; in assignCalleeSavedSpillSlots()
1633 LLVM_DEBUG(dbgs() << "TmpSup: "; dump_registers(TmpSup, *TRI); in assignCalleeSavedSpillSlots()
1637 SRegs |= TmpSup; in assignCalleeSavedSpillSlots()