reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

lib/Target/ARM/ARMISelLowering.cpp
14836 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
lib/Target/Hexagon/HexagonISelLowering.cpp
 2617 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {
lib/Target/SystemZ/SystemZISelLowering.cpp
 1210 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType,
lib/Target/X86/X86ISelLowering.cpp
29020 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const {

References

lib/CodeGen/Analysis.cpp
  311                TLI.allowTruncateForTailCall(Op->getType(), I->getType())) {