Home
last modified time | relevance | path

Searched refs:cpOutL (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp10581 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, in ReplaceNodeResults() local
10584 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, in ReplaceNodeResults()
10586 HalfT, cpOutL.getValue(2)); in ReplaceNodeResults()
10587 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)}; in ReplaceNodeResults()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22006 SDValue cpOutL = DAG.getCopyFromReg(Result.getValue(0), dl, in ReplaceNodeResults() local
22009 SDValue cpOutH = DAG.getCopyFromReg(cpOutL.getValue(1), dl, in ReplaceNodeResults()
22011 HalfT, cpOutL.getValue(2)); in ReplaceNodeResults()
22012 SDValue OpsF[] = { cpOutL.getValue(0), cpOutH.getValue(0)}; in ReplaceNodeResults()