Searched refs:cpInL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.cpp | 29313 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()
|