Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.h56 bool isStpcpy) const override;
DSystemZSelectionDAGInfo.cpp237 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy()
241 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h134 bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h784 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
DSelectionDAGBuilder.cpp5781 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument
5797 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()