Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/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();
H A DTargetSubtargetInfo.h44 class SelectionDAGTargetInfo; variable
101 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
H A DSelectionDAG.h78 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 DSelectionDAGTargetInfo.cpp18 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
H A DSelectionDAGBuilder.cpp6730 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 DARCSubtarget.h37 SelectionDAGTargetInfo TSInfo;
59 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430Subtarget.h45 SelectionDAGTargetInfo TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSubtarget.h45 SelectionDAGTargetInfo TSInfo;
68 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h46 SelectionDAGTargetInfo TSInfo;
72 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h58 SelectionDAGTargetInfo TSInfo;
75 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRSelectionDAGInfo.h22 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblySelectionDAGInfo.h23 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h375 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 DLanaiSelectionDAGInfo.h22 class LanaiSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFSelectionDAGInfo.h21 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.h151 SelectionDAGTargetInfo TSInfo;
186 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSelectionDAGInfo.h21 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.h21 class AArch64SelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCoreSelectionDAGInfo.h23 class XCoreSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsSubtarget.h207 const SelectionDAGTargetInfo TSInfo;
363 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.h26 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.h39 class ARMSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.h23 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo {
H A DSystemZSubtarget.h90 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile343 SRCS_MIN+= CodeGen/SelectionDAG/SelectionDAGTargetInfo.cpp

12