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