| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | SelectionDAGTargetInfo.h | 31 class SelectionDAGTargetInfo { 33 explicit SelectionDAGTargetInfo() = default; 34 SelectionDAGTargetInfo(const SelectionDAGTargetInfo &) = delete; 35 SelectionDAGTargetInfo &operator=(const SelectionDAGTargetInfo &) = delete; 36 virtual ~SelectionDAGTargetInfo();
|
| HD | TargetSubtargetInfo.h | 43 class SelectionDAGTargetInfo; variable 100 virtual const SelectionDAGTargetInfo *getSelectionDAGInfo() const { in getSelectionDAGInfo()
|
| HD | SelectionDAG.h | 79 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/ |
| HD | SelectionDAGTargetInfo.cpp | 17 SelectionDAGTargetInfo::~SelectionDAGTargetInfo() = default;
|
| HD | SelectionDAGBuilder.cpp | 6969 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/ |
| HD | ARCSubtarget.h | 36 SelectionDAGTargetInfo TSInfo; 58 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| HD | VESubtarget.h | 37 SelectionDAGTargetInfo TSInfo; 52 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| HD | MSP430Subtarget.h | 44 SelectionDAGTargetInfo TSInfo; 73 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| HD | NVPTXSubtarget.h | 44 SelectionDAGTargetInfo TSInfo; 67 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| HD | SparcSubtarget.h | 57 SelectionDAGTargetInfo TSInfo; 74 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCVSubtarget.h | 54 SelectionDAGTargetInfo TSInfo; 81 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/ |
| HD | AVRSelectionDAGInfo.h | 21 class AVRSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| HD | LanaiSelectionDAGInfo.h | 21 class LanaiSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/ |
| HD | BPFSelectionDAGInfo.h | 20 class BPFSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/ |
| HD | XCoreSelectionDAGInfo.h | 22 class XCoreSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonSelectionDAGInfo.h | 20 class HexagonSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsSubtarget.h | 215 const SelectionDAGTargetInfo TSInfo; 375 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUSubtarget.h | 392 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/ |
| HD | AArch64SelectionDAGInfo.h | 20 class AArch64SelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCSubtarget.h | 155 SelectionDAGTargetInfo TSInfo; 193 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86SelectionDAGInfo.h | 25 class X86SelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| HD | WebAssemblySelectionDAGInfo.h | 22 class WebAssemblySelectionDAGInfo final : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMSelectionDAGInfo.h | 38 class ARMSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZSelectionDAGInfo.h | 22 class SystemZSelectionDAGInfo : public SelectionDAGTargetInfo {
|
| HD | SystemZSubtarget.h | 95 const SelectionDAGTargetInfo *getSelectionDAGInfo() const override { in getSelectionDAGInfo()
|