Searched refs:allowTruncateForTailCall (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 557 bool allowTruncateForTailCall(Type *, Type *) const override;
|
| H A D | SystemZISelLowering.cpp | 1337 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() function in SystemZTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 321 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) { in getNoopInput()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 138 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
|
| H A D | HexagonISelLowering.cpp | 2933 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in HexagonTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 464 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
|
| H A D | ARMISelLowering.cpp | 19137 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in ARMTargetLowering
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 1268 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
|
| H A D | X86ISelLowering.cpp | 33960 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in X86TargetLowering
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 2681 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall() function
|