Searched refs:swapInH (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 29321 SDValue swapInL, swapInH; in ReplaceNodeResults() local 29324 swapInH = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(3), in ReplaceNodeResults() 29326 swapInH = in ReplaceNodeResults() 29328 swapInH, cpInH.getValue(1)); in ReplaceNodeResults() 29352 SDValue RBXSave = DAG.getCopyFromReg(swapInH.getValue(0), dl, in ReplaceNodeResults() 29354 HalfT, swapInH.getValue(1)); in ReplaceNodeResults() 29362 swapInL = DAG.getCopyToReg(swapInH.getValue(0), dl, in ReplaceNodeResults() 29364 swapInH.getValue(1)); in ReplaceNodeResults()
|