Home
last modified time | relevance | path

Searched refs:mayBeEmittedAsTailCall (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h117 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DARCISelLowering.cpp744 bool ARCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in ARCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h227 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DLoongArchISelLowering.cpp5178 bool LoongArchTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in LoongArchTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h589 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DSystemZISelLowering.cpp1469 bool SystemZTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in SystemZTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h960 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DARMISelLowering.cpp3441 bool ARMTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in ARMTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h261 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DHexagonISelLowering.cpp263 bool HexagonTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h412 bool mayBeEmittedAsTailCall(const CallInst *) const override;
H A DSIISelLowering.cpp3602 bool SITargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in SITargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h752 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DRISCVISelLowering.cpp20368 bool RISCVTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const {
20365 bool RISCVTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { mayBeEmittedAsTailCall() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1479 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DPPCISelLowering.cpp18155 bool PPCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in PPCTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1731 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DX86ISelLoweringCall.cpp1281 bool X86TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in X86TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1301 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DAArch64ISelLowering.cpp25644 bool AArch64TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2688 TLI->mayBeEmittedAsTailCall(CI) && in dupRetToEnableTailCallOpts()
2709 TLI->mayBeEmittedAsTailCall(CI) && in dupRetToEnableTailCallOpts()
2721 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI) && in dupRetToEnableTailCallOpts()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4792 virtual bool mayBeEmittedAsTailCall(const CallInst *) const { in mayBeEmittedAsTailCall() function