Searched refs:getCallLowering (Results 1 – 14 of 14) sorted by relevance
65 const CallLowering *RISCVSubtarget::getCallLowering() const { in getCallLowering() function in RISCVSubtarget
110 const CallLowering *getCallLowering() const override;
103 virtual const CallLowering *getCallLowering() const { return nullptr; } in getCallLowering() function
193 const CallLowering *AArch64Subtarget::getCallLowering() const { in getCallLowering() function in AArch64Subtarget
262 const CallLowering *getCallLowering() const override;
281 const CallLowering *MipsSubtarget::getCallLowering() const { in getCallLowering() function in MipsSubtarget
400 const CallLowering *getCallLowering() const override;
358 const CallLowering *X86Subtarget::getCallLowering() const { in getCallLowering() function in X86Subtarget
538 const CallLowering *getCallLowering() const override;
127 const CallLowering *ARMSubtarget::getCallLowering() const { in getCallLowering() function in ARMSubtarget
542 const CallLowering *getCallLowering() const override;
425 const CallLowering *getCallLowering() const override { in getCallLowering() function
363 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createLibcall()412 auto &CLI = *MIRBuilder.getMF().getSubtarget().getCallLowering(); in createMemLibcall()
2263 CLI = MF->getSubtarget().getCallLowering(); in runOnMachineFunction()