Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp10550 SDValue cpInL, cpInH; in ReplaceNodeResults() local
10551 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2), in ReplaceNodeResults()
10555 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, in ReplaceNodeResults()
10557 cpInL, SDValue()); in ReplaceNodeResults()
10558 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, in ReplaceNodeResults()
10560 cpInH, cpInL.getValue(1)); in ReplaceNodeResults()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp21947 SDValue cpInL, cpInH; in ReplaceNodeResults() local
21948 cpInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(2), in ReplaceNodeResults()
21952 cpInL = DAG.getCopyToReg(N->getOperand(0), dl, in ReplaceNodeResults()
21954 cpInL, SDValue()); in ReplaceNodeResults()
21955 cpInH = DAG.getCopyToReg(cpInL.getValue(0), dl, in ReplaceNodeResults()
21957 cpInH, cpInL.getValue(1)); in ReplaceNodeResults()