Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1245 std::set<const Record *> AllocatableRegs; in runTargetDesc() local
1252 AllocatableRegs.insert(Order.begin(), Order.end()); in runTargetDesc()
1495 if (AllocatableRegs.count(Reg.TheDef)) in runTargetDesc()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1743 BitVector AllocatableRegs(Registers.size() + 1); in computeUberSets() local
1755 AllocatableRegs.set((*Regs.begin())->EnumValue); in computeUberSets()
1757 AllocatableRegs.set(CGR->EnumValue); in computeUberSets()
1764 if (AllocatableRegs.test(RegNum)) in computeUberSets()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp4493 BitVector const &AllocatableRegs, in ScopedScavengeOrSpill()
4499 FreeReg = tryScavengeRegister(UsedRegs, AllocatableRegs, PreferredReg); in ScopedScavengeOrSpill()