Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARC/
DARCISelLowering.h117 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DARCISelLowering.cpp742 bool ARCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in ARCTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVISelLowering.h541 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DRISCVISelLowering.cpp13299 bool RISCVTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in RISCVTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h556 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DSystemZISelLowering.cpp1345 bool SystemZTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in SystemZTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIISelLowering.h371 bool mayBeEmittedAsTailCall(const CallInst *) const override;
DSIISelLowering.cpp3076 bool SITargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in SITargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h258 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DHexagonISelLowering.cpp263 bool HexagonTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in HexagonTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.h949 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DARMISelLowering.cpp3407 bool ARMTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in ARMTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h1163 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DAArch64ISelLowering.cpp21741 bool AArch64TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in AArch64TargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1470 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DPPCISelLowering.cpp17611 bool PPCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in PPCTargetLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.h1700 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DX86ISelLowering.cpp3703 bool X86TargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in X86TargetLowering
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetLowering.h4436 virtual bool mayBeEmittedAsTailCall(const CallInst *) const { in mayBeEmittedAsTailCall() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2501 TLI->mayBeEmittedAsTailCall(CI) && in dupRetToEnableTailCallOpts()
2512 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI) && in dupRetToEnableTailCallOpts()