|
LLVM
3.7.0
|
Information about a load/store intrinsic defined by the target. More...
#include <TargetTransformInfo.h>
Public Member Functions | |
| MemIntrinsicInfo () | |
Public Attributes | |
| bool | ReadMem |
| bool | WriteMem |
| bool | Vol |
| unsigned short | MatchingId |
| int | NumMemRefs |
| Value * | PtrVal |
Information about a load/store intrinsic defined by the target.
Definition at line 43 of file TargetTransformInfo.h.
|
inline |
Definition at line 44 of file TargetTransformInfo.h.
| unsigned short llvm::MemIntrinsicInfo::MatchingId |
Definition at line 51 of file TargetTransformInfo.h.
Referenced by llvm::AArch64TTIImpl::getTgtMemIntrinsic().
| int llvm::MemIntrinsicInfo::NumMemRefs |
Definition at line 52 of file TargetTransformInfo.h.
Referenced by llvm::AArch64TTIImpl::getTgtMemIntrinsic().
| Value* llvm::MemIntrinsicInfo::PtrVal |
Definition at line 53 of file TargetTransformInfo.h.
Referenced by llvm::AArch64TTIImpl::getTgtMemIntrinsic().
| bool llvm::MemIntrinsicInfo::ReadMem |
Definition at line 47 of file TargetTransformInfo.h.
Referenced by llvm::AArch64TTIImpl::getTgtMemIntrinsic().
| bool llvm::MemIntrinsicInfo::Vol |
Definition at line 49 of file TargetTransformInfo.h.
Referenced by llvm::AArch64TTIImpl::getTgtMemIntrinsic().
| bool llvm::MemIntrinsicInfo::WriteMem |
Definition at line 48 of file TargetTransformInfo.h.
Referenced by llvm::AArch64TTIImpl::getTgtMemIntrinsic().
1.8.6