Searched refs:isStpcpy (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 53 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
|
D | SystemZSelectionDAGInfo.cpp | 227 bool isStpcpy) const { in EmitTargetCodeForStrcpy() 231 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.h | 53 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const override;
|
D | SystemZSelectionDAGInfo.cpp | 223 bool isStpcpy) const { in EmitTargetCodeForStrcpy() 227 return std::make_pair(isStpcpy ? EndDest : Dest, EndDest.getValue(1)); in EmitTargetCodeForStrcpy()
|
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 119 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | SelectionDAGTargetInfo.h | 122 MachinePointerInfo SrcPtrInfo, bool isStpcpy) const { in EmitTargetCodeForStrcpy() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 889 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
|
D | SelectionDAGBuilder.cpp | 6044 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument 6060 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.h | 920 bool visitStrCpyCall(const CallInst &I, bool isStpcpy);
|
D | SelectionDAGBuilder.cpp | 6730 bool SelectionDAGBuilder::visitStrCpyCall(const CallInst &I, bool isStpcpy) { in visitStrCpyCall() argument 6738 MachinePointerInfo(Arg1), isStpcpy); in visitStrCpyCall()
|