Searched refs:getCopyToRegs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp651 /// getCopyToRegs - Emit a series of CopyToReg nodes that copies the
655 void getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl,
760 /// getCopyToRegs - Emit a series of CopyToReg nodes that copies the
764 void RegsForValue::getCopyToRegs(SDValue Val, SelectionDAG &DAG, DebugLoc dl, function in class:RegsForValue
6183 MatchedRegs.getCopyToRegs(InOperandVal, DAG, getCurDebugLoc(),
6265 OpInfo.AssignedRegs.getCopyToRegs(InOperandVal, DAG, getCurDebugLoc(),
6593 RFV.getCopyToRegs(Op, DAG, getCurDebugLoc(), Chain, 0, V);

Completed in 129 milliseconds