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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h134 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
H A DHexagonISelLowering.cpp2676 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { function in class:HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h504 bool allowTruncateForTailCall(Type *, Type *) const override;
H A DSystemZISelLowering.cpp1241 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, function in class:SystemZTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp311 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h364 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
H A DARMISelLowering.cpp15044 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1064 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
H A DX86ISelLowering.cpp[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2307 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const {

Completed in 668 milliseconds