Searched refs:allowTruncateForTailCall (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h98 virtual bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const;
H A DHexagonISelLowering.cpp1508 HexagonTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { function in class:HexagonTargetLowering
/external/llvm/lib/CodeGen/
H A DAnalysis.cpp259 TLI.allowTruncateForTailCall(Op->getType(), I->getType())) {
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h301 virtual bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const;
H A DARMISelLowering.cpp9996 bool ARMTargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h667 virtual bool allowTruncateForTailCall(Type *Ty1, Type *Ty2) const;
H A DX86ISelLowering.cpp13327 bool X86TargetLowering::allowTruncateForTailCall(Type *Ty1, Type *Ty2) const { function in class:X86TargetLowering
/external/llvm/include/llvm/Target/
H A DTargetLowering.h1160 virtual bool allowTruncateForTailCall(Type * /*Ty1*/, Type * /*Ty2*/) const {

Completed in 261 milliseconds