|
LLVM 24.0.0git
|
Stores information about the uses of a build vector. More...
#include "llvm/Analysis/TargetTransformInfo.h"
Public Member Functions | |
| BuildVectorUseOp (unsigned Opcode, int OperandIndex) | |
Public Attributes | |
| unsigned | Opcode |
| int | OperandIndex |
Stores information about the uses of a build vector.
Definition at line 1084 of file TargetTransformInfo.h.
|
inline |
Definition at line 1087 of file TargetTransformInfo.h.
References Opcode, and OperandIndex.
| unsigned llvm::TargetTransformInfo::BuildVectorUseOp::Opcode |
Definition at line 1085 of file TargetTransformInfo.h.
Referenced by BuildVectorUseOp(), and llvm::RISCVTTIImpl::getBuildVectorContextHint().
| int llvm::TargetTransformInfo::BuildVectorUseOp::OperandIndex |
Definition at line 1086 of file TargetTransformInfo.h.
Referenced by BuildVectorUseOp(), and llvm::RISCVTTIImpl::getBuildVectorContextHint().