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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCISelLowering.h114 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DARCISelLowering.cpp706 bool ARCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:ARCTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h433 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DRISCVISelLowering.cpp7874 bool RISCVTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:RISCVTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h519 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DSystemZISelLowering.cpp1293 bool SystemZTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:SystemZTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h920 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DARMISelLowering.cpp3202 bool ARMTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:ARMTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h238 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DHexagonISelLowering.cpp260 bool HexagonTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:HexagonTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1050 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DAArch64ISelLowering.cpp16450 bool AArch64TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:AArch64TargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h351 bool mayBeEmittedAsTailCall(const CallInst *) const override;
H A DSIISelLowering.cpp2922 bool SITargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:SITargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1375 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DPPCISelLowering.cpp16850 bool PPCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:PPCTargetLowering
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1573 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
H A DX86ISelLowering.cpp3219 bool X86TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { function in class:X86TargetLowering
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2372 TLI->mayBeEmittedAsTailCall(CI) &&
2383 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI) &&
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3961 virtual bool mayBeEmittedAsTailCall(const CallInst *) const { function in class:llvm::TargetLoweringBase::TargetLowering

Completed in 831 milliseconds