Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRegMatrix.cpp240 Register LiveRegMatrix::getOneVReg(unsigned PhysReg) const { in getOneVReg() function in LiveRegMatrix
243 if ((VRegInterval = Matrix[Unit].getOneVReg())) in getOneVReg()
H A DLiveIntervalUnion.cpp103 const LiveInterval *LiveIntervalUnion::getOneVReg() const {
104 const LiveInterval *LiveIntervalUnion::getOneVReg() const { getOneVReg() function in LiveIntervalUnion
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h159 Register getOneVReg(unsigned PhysReg) const;
H A DLiveIntervalUnion.h108 const LiveInterval *getOneVReg() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp1090 Register VReg = Matrix->getOneVReg(PhysReg); in getRegAllocationHints()