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::A64DB::DBarrierMapper Struct Reference

#include <AArch64BaseInfo.h>

Inheritance diagram for llvm::A64DB::DBarrierMapper:
Inheritance graph
[legend]
Collaboration diagram for llvm::A64DB::DBarrierMapper:
Collaboration graph
[legend]

Public Member Functions

 DBarrierMapper ()
 
- 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 DBarrierPairs []
 

Additional Inherited Members

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

Detailed Description

Definition at line 182 of file AArch64BaseInfo.h.

Constructor & Destructor Documentation

A64DB::DBarrierMapper::DBarrierMapper ( )

Definition at line 83 of file AArch64BaseInfo.cpp.

Member Data Documentation

const NamedImmMapper::Mapping A64DB::DBarrierMapper::DBarrierPairs
static
Initial value:
= {
{"oshld", OSHLD},
{"oshst", OSHST},
{"osh", OSH},
{"nshld", NSHLD},
{"nshst", NSHST},
{"nsh", NSH},
{"ishld", ISHLD},
{"ishst", ISHST},
{"ish", ISH},
{"ld", LD},
{"st", ST},
{"sy", SY}
}

Definition at line 183 of file AArch64BaseInfo.h.


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