Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h31 class SelectionDAGTargetInfo {
33 explicit SelectionDAGTargetInfo() = default;
34 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete;
35 SelectionDAGTargetInfo &operator=(const SelectionDAGTargetInfo &) = delete;
36 virtual ~SelectionDAGTargetInfo();
H A DTargetSubtargetInfo.h47 class SelectionDAGTargetInfo; variable
101 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGTargetInfo.cpp17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
/src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.h36 SelectionDAGTargetInfo TSInfo;
61 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaSubtarget.h36 SelectionDAGTargetInfo TSInfo;
61 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.h44 SelectionDAGTargetInfo TSInfo;
59 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h43 SelectionDAGTargetInfo TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h49 SelectionDAGTargetInfo TSInfo;
66 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h49 SelectionDAGTargetInfo TSInfo;
72 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h50 SelectionDAGTargetInfo TSInfo;
86 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h44 SelectionDAGTargetInfo TSInfo;
69 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h66 SelectionDAGTargetInfo TSInfo;
151 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSelectionDAGInfo.h21 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h37 SelectionDAGTargetInfo TSInfo;
123 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h108 SelectionDAGTargetInfo TSInfo;
150 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.h20 class XCoreSelectionDAGInfo : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.h20 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSelectionDAGInfo.h21 class LanaiSelectionDAGInfo : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h20 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h89 SelectionDAGTargetInfo TSInfo;
119 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h20 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h223 const SelectionDAGTargetInfo TSInfo;
386 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h22 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h38 class ARMSelectionDAGInfo : public SelectionDAGTargetInfo {
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h20 class AArch64SelectionDAGInfo : public SelectionDAGTargetInfo {

12