Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp33179 SDValue cpInL, cpInH; in ReplaceNodeResults() local
33180 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2), in ReplaceNodeResults()
33184 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, in ReplaceNodeResults()
33186 cpInL, SDValue()); in ReplaceNodeResults()
33187 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, in ReplaceNodeResults()
33189 cpInH, cpInL.getValue(1)); in ReplaceNodeResults()