Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp389 BitVector AllocSet = TRI.getAllocatableSet(MF); in setUnallocatableRegs() local
391 for (unsigned R : AllocSet.set_bits()) in setUnallocatableRegs()
393 AllocSet.set(*AI); in setUnallocatableRegs()
395 AllocSet.set(Mips::ZERO); in setUnallocatableRegs()
396 AllocSet.set(Mips::ZERO_64); in setUnallocatableRegs()
398 Defs |= AllocSet.flip(); in setUnallocatableRegs()