Searched refs:getCallLowering (Results 1 – 8 of 8) sorted by relevance
96 const CallLowering *AArch64Subtarget::getCallLowering() const { in getCallLowering() function in AArch64Subtarget98 return GISel->getCallLowering(); in getCallLowering()
149 const CallLowering *getCallLowering() const override;
199 const CallLowering *getCallLowering() const override { in getCallLowering() function
29 virtual const CallLowering *getCallLowering() const { return nullptr;} in getCallLowering() function
363 const CallLowering *getCallLowering() const override { in getCallLowering() function365 return GISel->getCallLowering(); in getCallLowering()
211 const AMDGPUCallLowering *getCallLowering() const override { in getCallLowering() function
90 virtual const CallLowering *getCallLowering() const { return nullptr; } in getCallLowering() function
131 CLI = MF.getSubtarget().getCallLowering(); in runOnMachineFunction()