Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h117 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
DHexagonISelLowering.cpp2719 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in HexagonTargetLowering
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h459 bool allowTruncateForTailCall(Type *, Type *) const override;
DSystemZISelLowering.cpp779 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() function in SystemZTargetLowering
/external/llvm/lib/CodeGen/
DAnalysis.cpp272 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) { in getNoopInput()
/external/llvm/lib/Target/ARM/
DARMISelLowering.h287 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
DARMISelLowering.cpp11218 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in ARMTargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h865 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
DX86ISelLowering.cpp22415 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1661 virtual bool allowTruncateForTailCall(Type *FromTy, Type *ToTy) const { in allowTruncateForTailCall() function