LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HexagonSelectionDAGInfo.h
Go to the documentation of this file.
1 //===-- HexagonSelectionDAGInfo.h - Hexagon SelectionDAG Info ---*- C++ -*-===//
2 //
3 // The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file defines the Hexagon subclass for TargetSelectionDAGInfo.
11 //
12 //===----------------------------------------------------------------------===//
13 
14 #ifndef HexagonSELECTIONDAGINFO_H
15 #define HexagonSELECTIONDAGINFO_H
16 
18 
19 namespace llvm {
20 
21 class HexagonTargetMachine;
22 
24 public:
27 
28  virtual
30  SDValue Chain,
31  SDValue Dst, SDValue Src,
32  SDValue Size, unsigned Align,
33  bool isVolatile, bool AlwaysInline,
34  MachinePointerInfo DstPtrInfo,
35  MachinePointerInfo SrcPtrInfo) const;
36 };
37 
38 }
39 
40 #endif
virtual SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const
static cl::opt< AlignMode > Align(cl::desc("Load/store alignment support"), cl::Hidden, cl::init(DefaultAlign), cl::values(clEnumValN(DefaultAlign,"arm-default-align","Generate unaligned accesses only on hardware/OS ""combinations that are known to support them"), clEnumValN(StrictAlign,"arm-strict-align","Disallow all unaligned memory accesses"), clEnumValN(NoStrictAlign,"arm-no-strict-align","Allow unaligned memory accesses"), clEnumValEnd))
HexagonSelectionDAGInfo(const HexagonTargetMachine &TM)