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

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h233 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
H A DSystemZISelLowering.cpp616 bool SystemZTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { function in class:SystemZTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h445 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
H A DAArch64ISelLowering.cpp7817 bool AArch64TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { function in class:AArch64TargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h563 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
H A DARMISelLowering.cpp2251 bool ARMTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h937 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
H A DX86ISelLowering.cpp2167 bool X86TargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { function in class:X86TargetLowering
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp975 TLI->mayBeEmittedAsTailCall(CI))
992 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI))
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2304 virtual bool mayBeEmittedAsTailCall(CallInst *) const {

Completed in 1075 milliseconds