Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp388 BitVector AllocSet = TRI.getAllocatableSet(MF); in setUnallocatableRegs() local
390 for (unsigned R : AllocSet.set_bits()) in setUnallocatableRegs()
392 AllocSet.set(*AI); in setUnallocatableRegs()
394 AllocSet.set(Mips::ZERO); in setUnallocatableRegs()
395 AllocSet.set(Mips::ZERO_64); in setUnallocatableRegs()
397 Defs |= AllocSet.flip(); in setUnallocatableRegs()