| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | SelectionDAGTargetInfo.h | 32 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 D | TargetSubtargetInfo.h | 48 class SelectionDAGTargetInfo; variable 103 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGTargetInfo.cpp | 17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default; 21 bool SelectionDAGTargetInfo::mayRaiseFPException(unsigned Opcode) const { in mayRaiseFPException()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCSubtarget.h | 35 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 63 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| H A D | ARCSubtarget.cpp | 37 const SelectionDAGTargetInfo *ARCSubtarget::getSelectionDAGInfo() const { in getSelectionDAGInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VESubtarget.h | 44 SelectionDAGTargetInfo TSInfo; 59 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430Subtarget.h | 42 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 76 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcSubtarget.h | 48 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 68 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 35 class SelectionDAGTargetInfo; variable 110 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 155 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| H A D | PPCSelectionDAGInfo.h | 16 class PPCSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaSubtarget.h | 41 SelectionDAGTargetInfo TSInfo; 63 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchSubtarget.h | 50 SelectionDAGTargetInfo TSInfo; 86 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | R600Subtarget.h | 43 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 69 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| H A D | AMDGPUSelectionDAGInfo.h | 16 class AMDGPUSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| H A D | R600Subtarget.cpp | 39 const SelectionDAGTargetInfo *R600Subtarget::getSelectionDAGInfo() const { in getSelectionDAGInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXSubtarget.h | 48 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| H A D | NVPTXSelectionDAGInfo.h | 16 class NVPTXSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kSubtarget.h | 171 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 180 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsSelectionDAGInfo.h | 16 class MipsSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| H A D | MipsSubtarget.h | 221 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 388 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYSubtarget.h | 36 std::unique_ptr<const SelectionDAGTargetInfo> TSInfo; 125 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFSelectionDAGInfo.h | 20 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.h | 20 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SelectionDAGInfo.h | 20 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySelectionDAGInfo.h | 22 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
|