LLVM 20.0.0git
|
#include "llvm/Analysis/TargetTransformInfo.h"
Public Types | |
enum | VPTransform { Legal = 0 , Discard = 1 , Convert = 2 } |
Public Member Functions | |
bool | shouldDoNothing () const |
VPLegalization (VPTransform EVLParamStrategy, VPTransform OpStrategy) | |
Public Attributes | |
VPTransform | EVLParamStrategy |
VPTransform | OpStrategy |
Definition at line 1741 of file TargetTransformInfo.h.
Enumerator | |
---|---|
Legal | |
Discard | |
Convert |
Definition at line 1742 of file TargetTransformInfo.h.
|
inline |
Definition at line 1766 of file TargetTransformInfo.h.
|
inline |
Definition at line 1763 of file TargetTransformInfo.h.
References EVLParamStrategy, Legal, and OpStrategy.
VPTransform llvm::TargetTransformInfo::VPLegalization::EVLParamStrategy |
Definition at line 1755 of file TargetTransformInfo.h.
Referenced by shouldDoNothing().
VPTransform llvm::TargetTransformInfo::VPLegalization::OpStrategy |
Definition at line 1761 of file TargetTransformInfo.h.
Referenced by shouldDoNothing().