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

Overridden By

lib/Target/AArch64/AArch64Subtarget.cpp
  195 const CallLowering *AArch64Subtarget::getCallLowering() const {
lib/Target/AMDGPU/AMDGPUSubtarget.h
  420   const CallLowering *getCallLowering() const override {
lib/Target/ARM/ARMSubtarget.cpp
  124 const CallLowering *ARMSubtarget::getCallLowering() const {
lib/Target/Mips/MipsSubtarget.cpp
  276 const CallLowering *MipsSubtarget::getCallLowering() const {
lib/Target/RISCV/RISCVSubtarget.cpp
   65 const CallLowering *RISCVSubtarget::getCallLowering() const {
lib/Target/X86/X86Subtarget.cpp
  358 const CallLowering *X86Subtarget::getCallLowering() const {

References

lib/CodeGen/GlobalISel/IRTranslator.cpp
 2237   CLI = MF->getSubtarget().getCallLowering();
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  363   auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering();
  412   auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering();
tools/llvm-exegesis/lib/Assembler.cpp
  131     MF.getSubtarget().getCallLowering()->lowerReturn(MIB, nullptr, {});