Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h118 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
HDHexagonISelLowering.cpp2242 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in HexagonTargetLowering
/NextBSD/contrib/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h416 bool allowTruncateForTailCall(Type *, Type *) const override;
HDSystemZISelLowering.cpp773 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() function in SystemZTargetLowering
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARMISelLowering.h285 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
HDARMISelLowering.cpp10277 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in ARMTargetLowering
/NextBSD/contrib/llvm/lib/CodeGen/
HDAnalysis.cpp271 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) { in getNoopInput()
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.h788 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
HDX86ISelLowering.cpp19152 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in X86TargetLowering
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetLowering.h1519 virtual bool allowTruncateForTailCall(Type * /*Ty1*/, Type * /*Ty2*/) const { in allowTruncateForTailCall() function