LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Attributes | List of all members
llvm::A64PRFM::PRFMMapper Struct Reference

#include <AArch64BaseInfo.h>

Inheritance diagram for llvm::A64PRFM::PRFMMapper:
Inheritance graph
[legend]
Collaboration diagram for llvm::A64PRFM::PRFMMapper:
Collaboration graph
[legend]

Public Member Functions

 PRFMMapper ()
 
- Public Member Functions inherited from llvm::NamedImmMapper
template<int N>
 NamedImmMapper (const Mapping(&Pairs)[N], uint32_t TooBigImm)
 
StringRef toString (uint32_t Value, bool &Valid) const
 
uint32_t fromString (StringRef Name, bool &Valid) const
 
bool validImm (uint32_t Value) const
 

Static Public Attributes

static const Mapping PRFMPairs []
 

Additional Inherited Members

- Protected Attributes inherited from llvm::NamedImmMapper
const MappingPairs
 
size_t NumPairs
 
uint32_t TooBigImm
 

Detailed Description

Definition at line 265 of file AArch64BaseInfo.h.

Constructor & Destructor Documentation

A64PRFM::PRFMMapper::PRFMMapper ( )

Definition at line 137 of file AArch64BaseInfo.cpp.

Member Data Documentation

const NamedImmMapper::Mapping A64PRFM::PRFMMapper::PRFMPairs
static
Initial value:
= {
{"pldl1keep", PLDL1KEEP},
{"pldl1strm", PLDL1STRM},
{"pldl2keep", PLDL2KEEP},
{"pldl2strm", PLDL2STRM},
{"pldl3keep", PLDL3KEEP},
{"pldl3strm", PLDL3STRM},
{"plil1keep", PLIL1KEEP},
{"plil1strm", PLIL1STRM},
{"plil2keep", PLIL2KEEP},
{"plil2strm", PLIL2STRM},
{"plil3keep", PLIL3KEEP},
{"plil3strm", PLIL3STRM},
{"pstl1keep", PSTL1KEEP},
{"pstl1strm", PSTL1STRM},
{"pstl2keep", PSTL2KEEP},
{"pstl2strm", PSTL2STRM},
{"pstl3keep", PSTL3KEEP},
{"pstl3strm", PSTL3STRM}
}

Definition at line 266 of file AArch64BaseInfo.h.


The documentation for this struct was generated from the following files: