Go to the source code of this file.
|
| | STATISTIC (NumFastIselSuccessIndependent,"Number of insts selected by ""target-independent selector") |
| |
| | STATISTIC (NumFastIselSuccessTarget,"Number of insts selected by ""target-specific selector") |
| |
| | STATISTIC (NumFastIselDead,"Number of dead insts removed on failure") |
| |
| static AttributeSet | getReturnAttrs (FastISel::CallLoweringInfo &CLI) |
| | Returns an AttributeSet representing the attributes applied to the return value of the given call. More...
|
| |
| #define DEBUG_TYPE "isel" |
Returns an AttributeSet representing the attributes applied to the return value of the given call.
Definition at line 854 of file FastISel.cpp.
References llvm::Type::getContext(), llvm::Attribute::InReg, llvm::FastISel::CallLoweringInfo::IsInReg, llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >::push_back(), llvm::FastISel::CallLoweringInfo::RetSExt, llvm::FastISel::CallLoweringInfo::RetTy, llvm::AttributeSet::ReturnIndex, llvm::FastISel::CallLoweringInfo::RetZExt, llvm::Attribute::SExt, and llvm::Attribute::ZExt.
Referenced by llvm::FastISel::lowerCallTo().
| STATISTIC |
( |
NumFastIselSuccessIndependent |
, |
|
|
"Number of insts selected by ""target-independent selector" |
|
|
) |
| |
| STATISTIC |
( |
NumFastIselSuccessTarget |
, |
|
|
"Number of insts selected by ""target-specific selector" |
|
|
) |
| |
| STATISTIC |
( |
NumFastIselDead |
, |
|
|
"Number of dead insts removed on failure" |
|
|
) |
| |