mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 11:08:27 +00:00
Need this file too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0f502f6f44
commit
eacf2dc4bb
@ -612,12 +612,12 @@ namespace llvm {
|
|||||||
void ReplaceATOMIC_BINARY_64(SDNode *N, SmallVectorImpl<SDValue> &Results,
|
void ReplaceATOMIC_BINARY_64(SDNode *N, SmallVectorImpl<SDValue> &Results,
|
||||||
SelectionDAG &DAG, unsigned NewOp);
|
SelectionDAG &DAG, unsigned NewOp);
|
||||||
|
|
||||||
SDValue EmitTargetCodeForMemset(SelectionDAG &DAG,
|
SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
|
||||||
SDValue Chain,
|
SDValue Chain,
|
||||||
SDValue Dst, SDValue Src,
|
SDValue Dst, SDValue Src,
|
||||||
SDValue Size, unsigned Align,
|
SDValue Size, unsigned Align,
|
||||||
const Value *DstSV, uint64_t DstSVOff);
|
const Value *DstSV, uint64_t DstSVOff);
|
||||||
SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG,
|
SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
|
||||||
SDValue Chain,
|
SDValue Chain,
|
||||||
SDValue Dst, SDValue Src,
|
SDValue Dst, SDValue Src,
|
||||||
SDValue Size, unsigned Align,
|
SDValue Size, unsigned Align,
|
||||||
|
Loading…
Reference in New Issue
Block a user