Searched refs:EmitStreamingCompatibleMemLibCall (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 85 SDValue AArch64SelectionDAGInfo::EmitStreamingCompatibleMemLibCall( in EmitStreamingCompatibleMemLibCall() function in AArch64SelectionDAGInfo 156 return EmitStreamingCompatibleMemLibCall(DAG, DL, Chain, Dst, Src, Size, in EmitTargetCodeForMemcpy() 174 return EmitStreamingCompatibleMemLibCall(DAG, dl, Chain, Dst, Src, Size, in EmitTargetCodeForMemset() 192 return EmitStreamingCompatibleMemLibCall(DAG, dl, Chain, Dst, Src, Size, in EmitTargetCodeForMemmove()
|
H A D | AArch64SelectionDAGInfo.h | 51 SDValue EmitStreamingCompatibleMemLibCall(SelectionDAG &DAG, const SDLoc &DL,
|