Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLowering.cpp29313 SDValue cpInL, cpInH; in ReplaceNodeResults() local
29314 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2), in ReplaceNodeResults()
29318 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, in ReplaceNodeResults()
29320 cpInL, SDValue()); in ReplaceNodeResults()
29321 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, in ReplaceNodeResults()
29323 cpInH, cpInL.getValue(1)); in ReplaceNodeResults()