Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGTargetInfo.h32 class SelectionDAGTargetInfo {
34 explicit SelectionDAGTargetInfo() = default;
35 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete;
36 SelectionDAGTargetInfo &operator=(const SelectionDAGTargetInfo &) = delete;
37 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGTargetInfo.cpp18 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
/external/llvm/lib/Target/BPF/
DBPFSubtarget.h36 SelectionDAGTargetInfo TSInfo;
55 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCSubtarget.h37 SelectionDAGTargetInfo TSInfo;
59 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-7.0/llvm/lib/Target/MSP430/
DMSP430Subtarget.h45 SelectionDAGTargetInfo TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXSubtarget.h45 SelectionDAGTargetInfo TSInfo;
68 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Nios2/
DNios2Subtarget.h61 SelectionDAGTargetInfo TSInfo;
91 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVSubtarget.h46 SelectionDAGTargetInfo TSInfo;
72 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-7.0/llvm/lib/Target/Sparc/
DSparcSubtarget.h56 SelectionDAGTargetInfo TSInfo;
73 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/llvm/include/llvm/Target/
DTargetSubtargetInfo.h39 class SelectionDAGTargetInfo; variable
87 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUSubtarget.h374 SelectionDAGTargetInfo TSInfo;
422 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
970 SelectionDAGTargetInfo TSInfo;
996 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/lib/Target/AVR/
DAVRSelectionDAGInfo.h22 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRSelectionDAGInfo.h22 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.h23 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
/external/llvm/lib/Target/WebAssembly/
DWebAssemblySelectionDAGInfo.h23 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h147 SelectionDAGTargetInfo TSInfo;
182 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/lib/Target/Mips/
DMipsSubtarget.h158 const SelectionDAGTargetInfo TSInfo;
297 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/external/llvm/lib/Target/Hexagon/
DHexagonSelectionDAGInfo.h21 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h151 SelectionDAGTargetInfo TSInfo;
186 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()

123