Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetInstrInfo.cpp452 const MachineOperand &LiveOp = MI.getOperand(1 - FoldIdx); in canFoldCopy() local
454 if (FoldOp.getSubReg() || LiveOp.getSubReg()) in canFoldCopy()
458 Register LiveReg = LiveOp.getReg(); in canFoldCopy()
465 if (Register::isPhysicalRegister(LiveOp.getReg())) in canFoldCopy()
466 return RC->contains(LiveOp.getReg()) ? RC : nullptr; in canFoldCopy()