Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp460 const MachineOperand &LiveOp = MI.getOperand(1 - FoldIdx); in canFoldCopy() local
462 if (FoldOp.getSubReg() || LiveOp.getSubReg()) in canFoldCopy()
466 Register LiveReg = LiveOp.getReg(); in canFoldCopy()
473 if (LiveOp.getReg().isPhysical()) in canFoldCopy()
474 return RC->contains(LiveOp.getReg()) ? RC : nullptr; in canFoldCopy()