/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 53 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()
|
D | SystemZSelectionDAGInfo.h | 31 MachinePointerInfo DstPtrInfo, 37 MachinePointerInfo DstPtrInfo) const override;
|
/external/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.h | 46 MachinePointerInfo DstPtrInfo, 53 MachinePointerInfo DstPtrInfo, 62 MachinePointerInfo DstPtrInfo) const override;
|
D | ARMSelectionDAGInfo.cpp | 137 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/ |
D | X86SelectionDAGInfo.h | 39 MachinePointerInfo DstPtrInfo) const override; 46 MachinePointerInfo DstPtrInfo,
|
D | X86SelectionDAGInfo.cpp | 50 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/ |
D | TargetSelectionDAGInfo.h | 54 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument 70 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemmove() argument 86 MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset() argument
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64SelectionDAGInfo.h | 27 MachinePointerInfo DstPtrInfo) const override;
|
D | AArch64SelectionDAGInfo.cpp | 22 MachinePointerInfo DstPtrInfo) const { in EmitTargetCodeForMemset()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonSelectionDAGInfo.h | 29 MachinePointerInfo DstPtrInfo,
|
D | HexagonSelectionDAGInfo.cpp | 25 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/lib/Target/XCore/ |
D | XCoreSelectionDAGInfo.h | 32 MachinePointerInfo DstPtrInfo,
|
D | XCoreSelectionDAGInfo.cpp | 23 MachinePointerInfo DstPtrInfo, in EmitTargetCodeForMemcpy() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4272 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/ |
D | SelectionDAG.h | 712 bool isTailCall, MachinePointerInfo DstPtrInfo, 717 MachinePointerInfo DstPtrInfo, 722 MachinePointerInfo DstPtrInfo);
|