Searched refs:copyHint (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | CalcSpillWeights.h | 73 static Register copyHint(const MachineInstr *MI, unsigned Reg,
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | CalcSpillWeights.cpp | 46 Register VirtRegAuxInfo::copyHint(const MachineInstr *MI, unsigned Reg, in copyHint() function in VirtRegAuxInfo 263 Register HintReg = copyHint(MI, LI.reg(), TRI, MRI); in weightCalcHelper()
|
| D | MLRegallocEvictAdvisor.cpp | 815 if (MI->isCopy() && VirtRegAuxInfo::copyHint(MI, LI.reg(), TRI, *MRI)) in getLIFeatureComponents()
|