Home
last modified time | relevance | path

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

12

/freebsd-13.1/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.h43 class SelectionDAGTargetInfo; variable
97 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGTargetInfo.cpp17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.h38 SelectionDAGTargetInfo TSInfo;
60 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.h44 SelectionDAGTargetInfo TSInfo;
59 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h44 SelectionDAGTargetInfo TSInfo;
73 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h44 SelectionDAGTargetInfo TSInfo;
67 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h57 SelectionDAGTargetInfo TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h51 SelectionDAGTargetInfo TSInfo;
76 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
H A DGCNSubtarget.h203 SelectionDAGTargetInfo TSInfo;
261 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h64 SelectionDAGTargetInfo TSInfo;
145 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h72 SelectionDAGTargetInfo TSInfo;
101 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRSelectionDAGInfo.h21 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.h20 class XCoreSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSelectionDAGInfo.h21 class LanaiSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.h20 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h20 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h20 class AArch64SelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h20 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h218 const SelectionDAGTargetInfo TSInfo;
379 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h22 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h38 class ARMSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h169 SelectionDAGTargetInfo TSInfo;
210 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h22 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo {
H A DSystemZSubtarget.h111 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()

12