Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h51 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
H A DSystemZSelectionDAGInfo.cpp217 bool isStpcpy) const { in EmitTargetCodeForStrcpy()
221 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h123 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h553 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
H A DSelectionDAGBuilder.cpp8071 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument
8079 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()