Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h98 virtual bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const;
DHexagonISelLowering.cpp1521 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in HexagonTargetLowering
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h229 virtual bool allowTruncateForTailCall(Type *, Type *) const LLVM_OVERRIDE;
DSystemZISelLowering.cpp580 bool SystemZTargetLowering::allowTruncateForTailCall(Type *FromType, in allowTruncateForTailCall() function in SystemZTargetLowering
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/
DARMISelLowering.h289 virtual bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const;
DARMISelLowering.cpp10308 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in ARMTargetLowering
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DAnalysis.cpp259 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) { in getNoopInput()
/freebsd-9-stable/contrib/llvm/lib/Target/X86/
DX86ISelLowering.h687 virtual bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const;
DX86ISelLowering.cpp13943 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { in allowTruncateForTailCall() function in X86TargetLowering
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLowering.h1181 virtual bool allowTruncateForTailCall(Type * /*Ty1*/, Type * /*Ty2*/) const { in allowTruncateForTailCall() function