Searched defs:NewVRegs (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterBankInfo.h286 SmallVector<Register, 8> NewVRegs; member in class:llvm::RegisterBankInfo::OperandsMapper
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp394 tryAssign(const LiveInterval &VirtReg, AllocationOrder &Order, SmallVectorImpl<Register> &NewVRegs, const SmallVirtRegSet &FixedRegisters) argument
477 evictInterference(const LiveInterval &VirtReg, MCRegister PhysReg, SmallVectorImpl<Register> &NewVRegs) argument
573 tryEvict(const LiveInterval &VirtReg, AllocationOrder &Order, SmallVectorImpl<Register> &NewVRegs, uint8_t CostPerUseLimit, const SmallVirtRegSet &FixedRegisters) argument
[all...]
H A DRegAllocPBQP.cpp653 SmallVector<Register, 8> NewVRegs; local
746 SmallVector<Register, 8> NewVRegs; local
H A DInlineSpiller.cpp1559 SmallVector<Register, 4> NewVRegs; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp133 repairReg( MachineOperand &MO, const RegisterBankInfo::ValueMapping &ValMapping, RegBankSelect::RepairingPlacement &RepairPt, const iterator_range<SmallVectorImpl<Register>::const_iterator> &NewVRegs) argument

Completed in 200 milliseconds