| /freebsd-12.1/contrib/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();
|
| H A D | TargetSubtargetInfo.h | 44 class SelectionDAGTargetInfo; variable 101 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
|
| H A D | SelectionDAG.h | 78 class SelectionDAGTargetInfo; variable 224 const SelectionDAGTargetInfo *TSI = nullptr; 406 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGTargetInfo.cpp | 18 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
|
| H A D | SelectionDAGBuilder.cpp | 6730 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitMemCmpCall() 6816 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitMemChrCall() 6878 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrCpyCall() 6901 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrCmpCall() 6924 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrLenCall() 6945 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrNLenCall()
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARC/ |
| H A D | ARCSubtarget.h | 37 SelectionDAGTargetInfo TSInfo; 59 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/MSP430/ |
| H A D | MSP430Subtarget.h | 45 SelectionDAGTargetInfo TSInfo; 74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXSubtarget.h | 45 SelectionDAGTargetInfo TSInfo; 68 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCVSubtarget.h | 46 SelectionDAGTargetInfo TSInfo; 72 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Sparc/ |
| H A D | SparcSubtarget.h | 58 SelectionDAGTargetInfo TSInfo; 75 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AVR/ |
| H A D | AVRSelectionDAGInfo.h | 22 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySelectionDAGInfo.h | 23 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUSubtarget.h | 375 SelectionDAGTargetInfo TSInfo; 422 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo() 1005 SelectionDAGTargetInfo TSInfo; 1030 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiSelectionDAGInfo.h | 22 class LanaiSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/BPF/ |
| H A D | BPFSelectionDAGInfo.h | 21 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 151 SelectionDAGTargetInfo TSInfo; 186 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonSelectionDAGInfo.h | 21 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64SelectionDAGInfo.h | 21 class AArch64SelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/XCore/ |
| H A D | XCoreSelectionDAGInfo.h | 23 class XCoreSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSubtarget.h | 207 const SelectionDAGTargetInfo TSInfo; 363 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86SelectionDAGInfo.h | 26 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMSelectionDAGInfo.h | 39 class ARMSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZSelectionDAGInfo.h | 23 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| H A D | SystemZSubtarget.h | 90 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-12.1/lib/clang/libllvm/ |
| H A D | Makefile | 343 SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp
|