Home
last modified time | relevance | path

Searched defs:getCallLowering (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVSubtarget.cpp92 const CallLowering *RISCVSubtarget::getCallLowering() const { in getCallLowering() function in RISCVSubtarget
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCSubtarget.cpp251 const CallLowering *PPCSubtarget::getCallLowering() const { in getCallLowering() function in PPCSubtarget
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/
DM68kSubtarget.cpp66 const CallLowering *M68kSubtarget::getCallLowering() const { in getCallLowering() function in M68kSubtarget
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsSubtarget.cpp281 const CallLowering *MipsSubtarget::getCallLowering() const { in getCallLowering() function in MipsSubtarget
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp230 const CallLowering *AArch64Subtarget::getCallLowering() const { in getCallLowering() function in AArch64Subtarget
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.cpp325 const CallLowering *X86Subtarget::getCallLowering() const { in getCallLowering() function in X86Subtarget
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMSubtarget.cpp127 const CallLowering *ARMSubtarget::getCallLowering() const { in getCallLowering() function in ARMSubtarget
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DTargetSubtargetInfo.h100 virtual const CallLowering *getCallLowering() const { return nullptr; } in getCallLowering() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DGCNSubtarget.h236 const CallLowering *getCallLowering() const override { in getCallLowering() function