Searched defs:allowTruncateForTailCall (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/lib/Target/Hexagon/ | ||
H A D | HexagonISelLowering.cpp | 3094 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { allowTruncateForTailCall() function in HexagonTargetLowering |
/llvm-project/llvm/include/llvm/CodeGen/ | ||
H A D | TargetLowering.h | 2961 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { allowTruncateForTailCall() function |
/llvm-project/llvm/lib/Target/SystemZ/ | ||
H A D | SystemZISelLowering.cpp | 1467 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, allowTruncateForTailCall() function in SystemZTargetLowering |
/llvm-project/llvm/lib/Target/ARM/ | ||
H A D | ARMISelLowering.cpp | 19465 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { allowTruncateForTailCall() function in ARMTargetLowering |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86ISelLowering.cpp | 34211 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { allowTruncateForTailCall() function in X86TargetLowering |