Home
last modified time | relevance | path

Searched refs:isStpcpy (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h53 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
DSystemZSelectionDAGInfo.cpp236 bool isStpcpy) const { in EmitTargetCodeForStrcpy()
240 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h121 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h750 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
DSelectionDAGBuilder.cpp7788 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument
7796 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()