Searched refs:allowTruncateForTailCall (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | Analysis.cpp | 333 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) { in getNoopInput()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.h | 588 bool allowTruncateForTailCall(Type *, Type *) const override;
|
| HD | SystemZISelLowering.cpp | 1464 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() function in SystemZTargetLowering
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.h | 471 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
|
| HD | ARMISelLowering.cpp | 19450 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in ARMTargetLowering
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLowering.h | 158 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
|
| HD | HexagonISelLowering.cpp | 3089 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in HexagonTargetLowering
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.h | 1354 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
|
| HD | X86ISelLowering.cpp | 34194 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in X86TargetLowering
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | TargetLowering.h | 2962 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall() function
|