Home
last modified time | relevance | path

Searched refs:DstPtrInfo (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp53 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument
70 MachinePointerInfo DstPtrInfo) { in memsetStore() argument
77 Dst, DstPtrInfo, false, false, Align); in memsetStore()
84 MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset()
106 Align, DstPtrInfo); in EmitTargetCodeForMemset()
111 DstPtrInfo = DstPtrInfo.getWithOffset(Size1); in EmitTargetCodeForMemset()
113 std::min(Align, Size1), DstPtrInfo); in EmitTargetCodeForMemset()
119 SDValue Chain1 = DAG.getStore(Chain, DL, Byte, Dst, DstPtrInfo, in EmitTargetCodeForMemset()
126 DstPtrInfo.getWithOffset(1), in EmitTargetCodeForMemset()
141 Chain = DAG.getStore(Chain, DL, Byte, Dst, DstPtrInfo, in EmitTargetCodeForMemset()
DSystemZSelectionDAGInfo.h31 MachinePointerInfo DstPtrInfo,
37 MachinePointerInfo DstPtrInfo) const override;
/external/llvm/lib/Target/ARM/
DARMSelectionDAGInfo.h46 MachinePointerInfo DstPtrInfo,
53 MachinePointerInfo DstPtrInfo,
62 MachinePointerInfo DstPtrInfo) const override;
DARMSelectionDAGInfo.cpp137 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument
192 DstPtrInfo = DstPtrInfo.getWithOffset(NumRegs * VTSize); in EmitTargetCodeForMemcpy()
240 DstPtrInfo.getWithOffset(DstOff), false, false, 0); in EmitTargetCodeForMemcpy()
256 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemmove() argument
268 MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.h39 MachinePointerInfo DstPtrInfo) const override;
46 MachinePointerInfo DstPtrInfo,
DX86SelectionDAGInfo.cpp50 MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset()
63 if (DstPtrInfo.getAddrSpace() >= 256) in EmitTargetCodeForMemset()
190 DstPtrInfo.getWithOffset(Offset)); in EmitTargetCodeForMemset()
200 MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const { in EmitTargetCodeForMemcpy() argument
220 if (DstPtrInfo.getAddrSpace() >= 256 || in EmitTargetCodeForMemcpy()
279 DstPtrInfo.getWithOffset(Offset), in EmitTargetCodeForMemcpy()
/external/llvm/include/llvm/Target/
DTargetSelectionDAGInfo.h54 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument
70 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemmove() argument
86 MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset() argument
/external/llvm/lib/Target/AArch64/
DAArch64SelectionDAGInfo.h27 MachinePointerInfo DstPtrInfo) const override;
DAArch64SelectionDAGInfo.cpp22 MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h29 MachinePointerInfo DstPtrInfo,
DHexagonSelectionDAGInfo.cpp25 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument
/external/llvm/lib/Target/XCore/
DXCoreSelectionDAGInfo.h32 MachinePointerInfo DstPtrInfo,
DXCoreSelectionDAGInfo.cpp23 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4272 MachinePointerInfo DstPtrInfo, in getMemcpyLoadsAndStores() argument
4352 DstPtrInfo.getWithOffset(DstOff), isVol, in getMemcpyLoadsAndStores()
4370 DstPtrInfo.getWithOffset(DstOff), VT, isVol, in getMemcpyLoadsAndStores()
4387 MachinePointerInfo DstPtrInfo, in getMemmoveLoadsAndStores() argument
4452 DstPtrInfo.getWithOffset(DstOff), isVol, false, Align); in getMemmoveLoadsAndStores()
4482 MachinePointerInfo DstPtrInfo) { in getMemsetStores() argument
4550 DstPtrInfo.getWithOffset(DstOff), in getMemsetStores()
4573 bool isTailCall, MachinePointerInfo DstPtrInfo, in getMemcpy() argument
4587 isVol, false, DstPtrInfo, SrcPtrInfo); in getMemcpy()
4597 DstPtrInfo, SrcPtrInfo); in getMemcpy()
[all …]
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h712 bool isTailCall, MachinePointerInfo DstPtrInfo,
717 MachinePointerInfo DstPtrInfo,
722 MachinePointerInfo DstPtrInfo);