Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h32 class SelectionDAGTargetInfo {
34 explicit SelectionDAGTargetInfo() = default;
35 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete;
36 SelectionDAGTargetInfo &operator=(const SelectionDAGTargetInfo &) = delete;
37 virtual ~SelectionDAGTargetInfo();
192 class SelectionDAGGenTargetInfo : public SelectionDAGTargetInfo {
H A DTargetSubtargetInfo.h48 class SelectionDAGTargetInfo; variable
103 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGTargetInfo.cpp17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
21 bool SelectionDAGTargetInfo::mayRaiseFPException(unsigned Opcode) const { in mayRaiseFPException()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCSubtarget.h35 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
63 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
H A DARCSubtarget.cpp37 const SelectionDAGTargetInfo *ARCSubtarget::getSelectionDAGInfo() const { in getSelectionDAGInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.h44 SelectionDAGTargetInfo TSInfo;
59 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h42 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
76 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h48 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
68 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h35 class SelectionDAGTargetInfo; variable
110 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
155 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
H A DPPCSelectionDAGInfo.h16 class PPCSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaSubtarget.h41 SelectionDAGTargetInfo TSInfo;
63 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchSubtarget.h50 SelectionDAGTargetInfo TSInfo;
86 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Subtarget.h43 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
69 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
H A DAMDGPUSelectionDAGInfo.h16 class AMDGPUSelectionDAGInfo : public SelectionDAGTargetInfo {
H A DR600Subtarget.cpp39 const SelectionDAGTargetInfo *R600Subtarget::getSelectionDAGInfo() const { in getSelectionDAGInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h48 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
H A DNVPTXSelectionDAGInfo.h16 class NVPTXSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kSubtarget.h171 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
180 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSelectionDAGInfo.h16 class MipsSelectionDAGInfo : public SelectionDAGTargetInfo {
H A DMipsSubtarget.h221 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
388 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h36 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo;
125 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.h20 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h20 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h20 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h22 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {

12