Searched refs:swapInL (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() 33396 SDValue Ops[] = {swapInH.getValue(0), N->getOperand(1), swapInL, in ReplaceNodeResults() 33401 swapInL = DAG.getCopyToReg(swapInH.getValue(0), dl, X86::EBX, swapInL, in ReplaceNodeResults() 33403 SDValue Ops[] = {swapInL.getValue(0), N->getOperand(1), in ReplaceNodeResults() 33404 swapInL.getValue(1)}; in ReplaceNodeResults()
|