Searched refs:swapInH (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 10561 SDValue swapInL, swapInH; in ReplaceNodeResults() local 10564 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(3), in ReplaceNodeResults() 10569 swapInH = DAG.getCopyToReg(swapInL.getValue(0), dl, in ReplaceNodeResults() 10571 swapInH, swapInL.getValue(1)); in ReplaceNodeResults() 10572 SDValue Ops[] = { swapInH.getValue(0), in ReplaceNodeResults() 10574 swapInH.getValue(1) }; in ReplaceNodeResults()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 25669 SDValue swapInL, swapInH; in ReplaceNodeResults() local 25672 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(3), in ReplaceNodeResults() 25674 swapInH = in ReplaceNodeResults() 25676 swapInH, cpInH.getValue(1)); in ReplaceNodeResults() 25700 SDValue RBXSave = DAG.getCopyFromReg(swapInH.getValue(0), dl, in ReplaceNodeResults() 25702 HalfT, swapInH.getValue(1)); in ReplaceNodeResults() 25710 swapInL = DAG.getCopyToReg(swapInH.getValue(0), dl, in ReplaceNodeResults() 25712 swapInH.getValue(1)); in ReplaceNodeResults()
|