Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDSelectionDAGTargetInfo.h31 class SelectionDAGTargetInfo {
33 explicit SelectionDAGTargetInfo() = default;
34 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete;
35 SelectionDAGTargetInfo &operator=(const SelectionDAGTargetInfo &) = delete;
36 virtual ~SelectionDAGTargetInfo();
HDTargetSubtargetInfo.h43 class SelectionDAGTargetInfo; variable
100 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
HDSelectionDAG.h79 class SelectionDAGTargetInfo; variable
225 const SelectionDAGTargetInfo *TSI = nullptr;
428 const SelectionDAGTargetInfo &getSelectionDAGInfo() const { return *TSI; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGTargetInfo.cpp17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
HDSelectionDAGBuilder.cpp6969 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitIntrinsicCall()
7332 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitMemCmpCall()
7418 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitMemChrCall()
7481 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrCpyCall()
7504 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrCmpCall()
7527 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrLenCall()
7548 const SelectionDAGTargetInfo &TSI = DAG.getSelectionDAGInfo(); in visitStrNLenCall()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCSubtarget.h36 SelectionDAGTargetInfo TSInfo;
58 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVESubtarget.h37 SelectionDAGTargetInfo TSInfo;
52 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
HDMSP430Subtarget.h44 SelectionDAGTargetInfo TSInfo;
73 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXSubtarget.h44 SelectionDAGTargetInfo TSInfo;
67 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcSubtarget.h57 SelectionDAGTargetInfo TSInfo;
74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVSubtarget.h54 SelectionDAGTargetInfo TSInfo;
81 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRSelectionDAGInfo.h21 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
HDLanaiSelectionDAGInfo.h21 class LanaiSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/
HDBPFSelectionDAGInfo.h20 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreSelectionDAGInfo.h22 class XCoreSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonSelectionDAGInfo.h20 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsSubtarget.h215 const SelectionDAGTargetInfo TSInfo;
375 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUSubtarget.h392 SelectionDAGTargetInfo TSInfo;
442 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
1234 SelectionDAGTargetInfo TSInfo;
1259 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SelectionDAGInfo.h20 class AArch64SelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCSubtarget.h155 SelectionDAGTargetInfo TSInfo;
193 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86SelectionDAGInfo.h25 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblySelectionDAGInfo.h22 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMSelectionDAGInfo.h38 class ARMSelectionDAGInfo : public SelectionDAGTargetInfo {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZSelectionDAGInfo.h22 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo {
HDSystemZSubtarget.h95 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()

12