Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h55 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
H A DSystemZSelectionDAGInfo.cpp227 bool isStpcpy) const { in EmitTargetCodeForStrcpy()
231 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h147 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h608 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
H A DSelectionDAGBuilder.cpp9216 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument
9224 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()