reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

lib/Target/AArch64/AArch64InstructionSelector.cpp
   48 class AArch64InstructionSelector : public InstructionSelector {
lib/Target/AMDGPU/AMDGPUInstructionSelector.h
   45 class AMDGPUInstructionSelector : public InstructionSelector {
lib/Target/ARM/ARMInstructionSelector.cpp
   32 class ARMInstructionSelector : public InstructionSelector {
lib/Target/Mips/MipsInstructionSelector.cpp
   32 class MipsInstructionSelector : public InstructionSelector {
lib/Target/RISCV/RISCVInstructionSelector.cpp
   31 class RISCVInstructionSelector : public InstructionSelector {
lib/Target/X86/X86InstructionSelector.cpp
   58 class X86InstructionSelector : public InstructionSelector {

Declarations

include/llvm/CodeGen/TargetSubtargetInfo.h
   34 class InstructionSelector;
lib/Target/AArch64/AArch64.h
   28 class InstructionSelector;
lib/Target/ARM/ARM.h
   31 class InstructionSelector;
lib/Target/Mips/Mips.h
   27   class InstructionSelector;
lib/Target/RISCV/RISCV.h
   26 class InstructionSelector;
lib/Target/X86/X86.h
   23 class InstructionSelector;

References

include/llvm/CodeGen/TargetSubtargetInfo.h
  109   virtual InstructionSelector *getInstructionSelector() const {
lib/CodeGen/GlobalISel/InstructionSelect.cpp
   76   InstructionSelector *ISel = MF.getSubtarget().getInstructionSelector();
lib/Target/AArch64/AArch64.h
   55 InstructionSelector *
lib/Target/AArch64/AArch64InstructionSelector.cpp
   48 class AArch64InstructionSelector : public InstructionSelector {
 4035 InstructionSelector::ComplexRendererFns
 4044 InstructionSelector::ComplexRendererFns
 4053 InstructionSelector::ComplexRendererFns
 4062 InstructionSelector::ComplexRendererFns
 4076 InstructionSelector::ComplexRendererFns
 4098 InstructionSelector::ComplexRendererFns
 4113 InstructionSelector::ComplexRendererFns
 4176 InstructionSelector::ComplexRendererFns
 4280 InstructionSelector::ComplexRendererFns
 4313 InstructionSelector::ComplexRendererFns
 4338 InstructionSelector::ComplexRendererFns
 4382 InstructionSelector::ComplexRendererFns
 4456 InstructionSelector::ComplexRendererFns
 4569 InstructionSelector::ComplexRendererFns
 4690 InstructionSelector *
lib/Target/AArch64/AArch64Subtarget.cpp
  199 InstructionSelector *AArch64Subtarget::getInstructionSelector() const {
lib/Target/AArch64/AArch64Subtarget.h
  225   std::unique_ptr<InstructionSelector> InstSelector;
  260   InstructionSelector *getInstructionSelector() const override;
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
 1771 InstructionSelector::ComplexRendererFns
 1802 InstructionSelector::ComplexRendererFns
 1809 InstructionSelector::ComplexRendererFns
 1823 InstructionSelector::ComplexRendererFns
 1837 InstructionSelector::ComplexRendererFns
 1846 InstructionSelector::ComplexRendererFns
 1858 InstructionSelector::ComplexRendererFns
 1868 InstructionSelector::ComplexRendererFns
 1877 InstructionSelector::ComplexRendererFns
 1898 InstructionSelector::ComplexRendererFns
 1918 InstructionSelector::ComplexRendererFns
 1950 InstructionSelector::ComplexRendererFns
 1954   InstructionSelector::ComplexRendererFns Default = {{
 1985 InstructionSelector::ComplexRendererFns
 1990 InstructionSelector::ComplexRendererFns
 2000 InstructionSelector::ComplexRendererFns
 2107 InstructionSelector::ComplexRendererFns
 2135 InstructionSelector::ComplexRendererFns
lib/Target/AMDGPU/AMDGPUInstructionSelector.h
   45 class AMDGPUInstructionSelector : public InstructionSelector {
  119   InstructionSelector::ComplexRendererFns
  122   InstructionSelector::ComplexRendererFns
  125   InstructionSelector::ComplexRendererFns
  127   InstructionSelector::ComplexRendererFns
  129   InstructionSelector::ComplexRendererFns
  131   InstructionSelector::ComplexRendererFns
  134   InstructionSelector::ComplexRendererFns
  136   InstructionSelector::ComplexRendererFns
  139   InstructionSelector::ComplexRendererFns
  141   InstructionSelector::ComplexRendererFns
  143   InstructionSelector::ComplexRendererFns
  147   InstructionSelector::ComplexRendererFns
  149   InstructionSelector::ComplexRendererFns
  152   InstructionSelector::ComplexRendererFns
  155   InstructionSelector::ComplexRendererFns
  157   InstructionSelector::ComplexRendererFns
  164   InstructionSelector::ComplexRendererFns
lib/Target/AMDGPU/AMDGPUSubtarget.h
  276   std::unique_ptr<InstructionSelector> InstSelector;
  424   InstructionSelector *getInstructionSelector() const override {
lib/Target/ARM/ARM.h
   54 InstructionSelector *
lib/Target/ARM/ARMInstructionSelector.cpp
   32 class ARMInstructionSelector : public InstructionSelector {
  156 InstructionSelector *
lib/Target/ARM/ARMSubtarget.cpp
  128 InstructionSelector *ARMSubtarget::getInstructionSelector() const {
lib/Target/ARM/ARMSubtarget.h
  542   InstructionSelector *getInstructionSelector() const override;
  556   std::unique_ptr<InstructionSelector> InstSelector;
lib/Target/Mips/Mips.h
   42   InstructionSelector *createMipsInstructionSelector(const MipsTargetMachine &,
lib/Target/Mips/MipsInstructionSelector.cpp
   32 class MipsInstructionSelector : public InstructionSelector {
  820 InstructionSelector *createMipsInstructionSelector(const MipsTargetMachine &TM,
lib/Target/Mips/MipsSubtarget.cpp
  288 InstructionSelector *MipsSubtarget::getInstructionSelector() const {
lib/Target/Mips/MipsSubtarget.h
  393   std::unique_ptr<InstructionSelector> InstSelector;
  399   InstructionSelector *getInstructionSelector() const override;
lib/Target/RISCV/RISCV.h
   46 InstructionSelector *createRISCVInstructionSelector(const RISCVTargetMachine &,
lib/Target/RISCV/RISCVInstructionSelector.cpp
   31 class RISCVInstructionSelector : public InstructionSelector {
   97 InstructionSelector *
lib/Target/RISCV/RISCVSubtarget.cpp
   69 InstructionSelector *RISCVSubtarget::getInstructionSelector() const {
lib/Target/RISCV/RISCVSubtarget.h
  105   std::unique_ptr<InstructionSelector> InstSelector;
  111   InstructionSelector *getInstructionSelector() const override;
lib/Target/X86/X86.h
  132 InstructionSelector *createX86InstructionSelector(const X86TargetMachine &TM,
lib/Target/X86/X86InstructionSelector.cpp
   58 class X86InstructionSelector : public InstructionSelector {
 1732 InstructionSelector *
lib/Target/X86/X86Subtarget.cpp
  362 InstructionSelector *X86Subtarget::getInstructionSelector() const {
lib/Target/X86/X86Subtarget.h
  461   std::unique_ptr<InstructionSelector> InstSelector;
  539   InstructionSelector *getInstructionSelector() const override;
usr/include/c++/7.4.0/bits/unique_ptr.h
   68         default_delete(const default_delete<_Up>&) noexcept { }
   72       operator()(_Tp* __ptr) const
   74 	static_assert(!is_void<_Tp>::value,
   76 	static_assert(sizeof(_Tp)>0,
  122 	  using type = _Up*;
  137       using pointer = typename _Ptr<_Tp, _Dp>::type;
  161 	typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
  163       __uniq_ptr_impl<_Tp, _Dp> _M_t;
  166       using pointer	  = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
  167       using element_type  = _Tp;
usr/include/c++/7.4.0/type_traits
  215     : public __is_void_helper<typename remove_cv<_Tp>::type>::type
  581     : public __or_<is_lvalue_reference<_Tp>,
  582                    is_rvalue_reference<_Tp>>::type
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  601     : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
  602                           is_void<_Tp>>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
  638     : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
 1554     { typedef _Tp     type; };
 1563     { typedef _Tp     type; };
 1574       remove_const<typename remove_volatile<_Tp>::type>::type     type;
 1645     { typedef _Tp&   type; };
 1650     : public __add_lvalue_reference_helper<_Tp>