Searched refs:swapInH (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 33379 SDValue swapInL, swapInH; in ReplaceNodeResults() local 33380 std::tie(swapInL, swapInH) = in ReplaceNodeResults() 33382 swapInH = in ReplaceNodeResults() 33384 swapInH, cpInH.getValue(1)); in ReplaceNodeResults() 33396 SDValue Ops[] = {swapInH.getValue(0), N->getOperand(1), swapInL, in ReplaceNodeResults() 33397 swapInH.getValue(1)}; in ReplaceNodeResults() 33401 swapInL = DAG.getCopyToReg(swapInH.getValue(0), dl, X86::EBX, swapInL, in ReplaceNodeResults() 33402 swapInH.getValue(1)); in ReplaceNodeResults()
|