Searched refs:mayBeEmittedAsTailCall (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCISelLowering.h114 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DARCISelLowering.cpp705 bool ARCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:ARCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h322 bool mayBeEmittedAsTailCall(const CallInst *) const override;
H A DSIISelLowering.cpp2665 bool SITargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:SITargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h231 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DHexagonISelLowering.cpp234 bool HexagonTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h505 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DSystemZISelLowering.cpp1246 bool SystemZTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:SystemZTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h801 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DAArch64ISelLowering.cpp12722 bool AArch64TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h811 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DARMISelLowering.cpp2980 bool ARMTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1246 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DPPCISelLowering.cpp15768 bool PPCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:PPCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1421 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DX86ISelLowering.cpp3175 bool X86TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:X86TargetLowering
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3700 virtual bool mayBeEmittedAsTailCall(const CallInst *) const { function in class:llvm::TargetLoweringBase::TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2126 TLI->mayBeEmittedAsTailCall(CI) &&
2144 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI) &&

Completed in 727 milliseconds