Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h98 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
DHexagonISelLowering.cpp1506 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in HexagonTargetLowering
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h232 bool allowTruncateForTailCall(Type *, Type *) const override;
DSystemZISelLowering.cpp611 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() function in SystemZTargetLowering
/external/llvm/lib/Target/ARM/
DARMISelLowering.h284 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
DARMISelLowering.cpp9784 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in ARMTargetLowering
/external/llvm/lib/CodeGen/
DAnalysis.cpp260 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) { in getNoopInput()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h692 bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const override;
DX86ISelLowering.cpp16724 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h1311 virtual bool allowTruncateForTailCall(Type * /*Ty1*/, Type * /*Ty2*/) const { in allowTruncateForTailCall() function