Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31028 SDValue cpInL, cpInH; in ReplaceNodeResults() local
31031 cpInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2), in ReplaceNodeResults()
31036 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, in ReplaceNodeResults()
31038 cpInH, cpInL.getValue(1)); in ReplaceNodeResults()
31045 DAG.getCopyToReg(cpInH.getValue(0), dl, Regs64bit ? X86::RCX : X86::ECX, in ReplaceNodeResults()
31046 swapInH, cpInH.getValue(1)); in ReplaceNodeResults()