Searched refs:VirtReg (Results 26 - 28 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseRegisterInfo.cpp301 ARMBaseRegisterInfo::getRegAllocationHints(unsigned VirtReg, argument
308 std::pair<unsigned, unsigned> Hint = MRI.getRegAllocationHint(VirtReg);
319 TargetRegisterInfo::getRegAllocationHints(VirtReg, Order, Hints, MF, VRM);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp636 DataDep(const MachineRegisterInfo *MRI, unsigned VirtReg, unsigned UseOp)
638 assert(Register::isVirtualRegister(VirtReg));
639 MachineRegisterInfo::def_iterator DefI = MRI->def_begin(VirtReg);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h768 /// VirtReg. These registers are effectively moved to the front of the
772 /// The Order argument is the allocation order for VirtReg's register class
780 virtual bool getRegAllocationHints(unsigned VirtReg,

Completed in 69 milliseconds

12