Home
last modified time | relevance | path

Searched refs:SelectionDAGTargetInfo (Results 1 – 25 of 81) sorted by relevance

1234

/external/llvm-project/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h31 class SelectionDAGTargetInfo {
33 explicit SelectionDAGTargetInfo() = default;
34 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete;
35 SelectionDAGTargetInfo &operator=(const SelectionDAGTargetInfo &) = delete;
36 virtual ~SelectionDAGTargetInfo();
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h31 class SelectionDAGTargetInfo {
33 explicit SelectionDAGTargetInfo() = default;
34 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete;
35 SelectionDAGTargetInfo &operator=(const SelectionDAGTargetInfo &) = delete;
36 virtual ~SelectionDAGTargetInfo();
DTargetSubtargetInfo.h43 class SelectionDAGTargetInfo; variable
100 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
/external/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h28 class SelectionDAGTargetInfo {
29 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete;
30 void operator=(const SelectionDAGTargetInfo &) = delete;
33 explicit SelectionDAGTargetInfo() = default;
34 virtual ~SelectionDAGTargetInfo();
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGTargetInfo.cpp17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() {} in ~SelectionDAGTargetInfo()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGTargetInfo.cpp17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGTargetInfo.cpp17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
/external/llvm/lib/Target/BPF/
DBPFSubtarget.h36 SelectionDAGTargetInfo TSInfo;
55 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm-project/llvm/lib/Target/ARC/
DARCSubtarget.h36 SelectionDAGTargetInfo TSInfo;
58 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCSubtarget.h36 SelectionDAGTargetInfo TSInfo;
58 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/lib/Target/MSP430/
DMSP430Subtarget.h38 SelectionDAGTargetInfo TSInfo;
63 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVESubtarget.h37 SelectionDAGTargetInfo TSInfo;
52 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm-project/llvm/lib/Target/VE/
DVESubtarget.h44 SelectionDAGTargetInfo TSInfo;
59 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430Subtarget.h44 SelectionDAGTargetInfo TSInfo;
73 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430Subtarget.h44 SelectionDAGTargetInfo TSInfo;
73 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h44 SelectionDAGTargetInfo TSInfo;
67 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h44 SelectionDAGTargetInfo TSInfo;
67 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h45 SelectionDAGTargetInfo TSInfo;
68 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcSubtarget.h57 SelectionDAGTargetInfo TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcSubtarget.h57 SelectionDAGTargetInfo TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/lib/Target/Sparc/
DSparcSubtarget.h62 SelectionDAGTargetInfo TSInfo;
79 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSubtarget.h54 SelectionDAGTargetInfo TSInfo;
81 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/include/llvm/Target/
DTargetSubtargetInfo.h39 class SelectionDAGTargetInfo; variable
87 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVSubtarget.h70 SelectionDAGTargetInfo TSInfo;
99 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/lib/Target/AVR/
DAVRSelectionDAGInfo.h22 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {

1234