Searched refs:swapInL (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 29322 swapInL = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, HalfT, N->getOperand(3), in ReplaceNodeResults() 29355 SDValue Ops[] = {/*Chain*/ RBXSave.getValue(1), N->getOperand(1), swapInL, in ReplaceNodeResults() 29362 swapInL = DAG.getCopyToReg(swapInH.getValue(0), dl, in ReplaceNodeResults() 29363 Regs64bit ? X86::RBX : X86::EBX, swapInL, in ReplaceNodeResults() 29365 SDValue Ops[] = {swapInL.getValue(0), N->getOperand(1), in ReplaceNodeResults() 29366 swapInL.getValue(1)}; in ReplaceNodeResults()
|