Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h581 bool allowTruncateForTailCall(Type *, Type *) const override;
H A DSystemZISelLowering.cpp1441 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() function in SystemZTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp370 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) { in getNoopInput()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h157 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
H A DHexagonISelLowering.cpp3072 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in HexagonTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h472 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
H A DARMISelLowering.cpp19428 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in ARMTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1343 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
H A DX86ISelLowering.cpp33663 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in X86TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h2847 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall() function