Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
DARCISelLowering.h115 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DARCISelLowering.cpp706 bool ARCTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in ARCTargetLowering
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h176 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
DHexagonISelLowering.cpp595 bool HexagonTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { in mayBeEmittedAsTailCall() function in HexagonTargetLowering
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCodeGenPrepare.cpp641 TLI->mayBeEmittedAsTailCall(CI)) in DupRetToEnableTailCallOpts()
658 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI)) in DupRetToEnableTailCallOpts()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h460 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
DSystemZISelLowering.cpp784 bool SystemZTargetLowering::mayBeEmittedAsTailCall(CallInst *CI) const { in mayBeEmittedAsTailCall() function in SystemZTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h486 virtual bool mayBeEmittedAsTailCall(CallInst *CI) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h488 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h264 bool mayBeEmittedAsTailCall(const CallInst *) const override;
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h560 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
/external/llvm/lib/Target/ARM/
DARMISelLowering.h654 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h221 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
DHexagonISelLowering.cpp243 bool HexagonTargetLowering::mayBeEmittedAsTailCall(const CallInst *CI) const { in mayBeEmittedAsTailCall() function in HexagonTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h884 virtual bool mayBeEmittedAsTailCall(CallInst *CI) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h685 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.h765 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
/external/llvm/lib/Target/X86/
DX86ISelLowering.h1140 bool mayBeEmittedAsTailCall(CallInst *CI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1124 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1268 bool mayBeEmittedAsTailCall(const CallInst *CI) const override;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLowering.h1291 virtual bool mayBeEmittedAsTailCall(CallInst *) const { in mayBeEmittedAsTailCall() function
/external/llvm/include/llvm/Target/
DTargetLowering.h2677 virtual bool mayBeEmittedAsTailCall(CallInst *) const { in mayBeEmittedAsTailCall() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h3241 virtual bool mayBeEmittedAsTailCall(const CallInst *) const { in mayBeEmittedAsTailCall() function
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2019 TLI->mayBeEmittedAsTailCall(CI)) in dupRetToEnableTailCallOpts()
2036 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI)) in dupRetToEnableTailCallOpts()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp1837 TLI->mayBeEmittedAsTailCall(CI) && in dupRetToEnableTailCallOpts()
1855 if (CI && CI->use_empty() && TLI->mayBeEmittedAsTailCall(CI) && in dupRetToEnableTailCallOpts()

12