Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h53 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
H A DSystemZSelectionDAGInfo.cpp224 bool isStpcpy) const { in EmitTargetCodeForStrcpy()
228 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h121 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h750 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
H A DSelectionDAGBuilder.cpp7729 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument
7737 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()