/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCISelLowering.h | 117 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | ARCISelLowering.cpp | 744 bool ARCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in ARCTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchISelLowering.h | 227 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | LoongArchISelLowering.cpp | 5178 bool LoongArchTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in LoongArchTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 589 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | SystemZISelLowering.cpp | 1469 bool SystemZTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in SystemZTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 960 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | ARMISelLowering.cpp | 3441 bool ARMTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in ARMTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.h | 261 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | HexagonISelLowering.cpp | 263 bool HexagonTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in HexagonTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.h | 412 bool mayBeEmittedAsTailCall(const CallInst *) const override;
|
H A D | SIISelLowering.cpp | 3602 bool SITargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in SITargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 752 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | RISCVISelLowering.cpp | 20368 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 D | PPCISelLowering.h | 1479 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | PPCISelLowering.cpp | 18155 bool PPCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in PPCTargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 1731 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | X86ISelLoweringCall.cpp | 1281 bool X86TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in X86TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 1301 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
|
H A D | AArch64ISelLowering.cpp | 25644 bool AArch64TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in AArch64TargetLowering
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 2688 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 D | TargetLowering.h | 4792 virtual bool mayBeEmittedAsTailCall(const CallInst *) const { in mayBeEmittedAsTailCall() function
|