Home
last modified time | relevance | path

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

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