Searched refs:RBXSave (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 21989 SDValue RBXSave = DAG.getCopyFromReg(swapInH.getValue(0), dl, in ReplaceNodeResults() local 21992 SDValue Ops[] = {/*Chain*/ RBXSave.getValue(1), N->getOperand(1), swapInL, in ReplaceNodeResults() 21993 RBXSave, in ReplaceNodeResults() 21994 /*Glue*/ RBXSave.getValue(2)}; in ReplaceNodeResults()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 25700 SDValue RBXSave = DAG.getCopyFromReg(swapInH.getValue(0), dl, in ReplaceNodeResults() local 25703 SDValue Ops[] = {/*Chain*/ RBXSave.getValue(1), N->getOperand(1), swapInL, in ReplaceNodeResults() 25704 RBXSave, in ReplaceNodeResults() 25705 /*Glue*/ RBXSave.getValue(2)}; in ReplaceNodeResults()
|