Searched refs:cpInL (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 31028 SDValue cpInL, cpInH; in ReplaceNodeResults() local 31029 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2), in ReplaceNodeResults() 31033 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, in ReplaceNodeResults() 31035 cpInL, SDValue()); in ReplaceNodeResults() 31036 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, in ReplaceNodeResults() 31038 cpInH, cpInL.getValue(1)); in ReplaceNodeResults()
|