LLVM  3.7.0
Public Member Functions | Static Public Attributes | List of all members
llvm::AArch64DB::DBarrierMapper Struct Reference

#include <AArch64BaseInfo.h>

Inheritance diagram for llvm::AArch64DB::DBarrierMapper:
[legend]
Collaboration diagram for llvm::AArch64DB::DBarrierMapper:
[legend]

Public Member Functions

 DBarrierMapper ()
 
- Public Member Functions inherited from llvm::AArch64NamedImmMapper
template<int N>
 AArch64NamedImmMapper (const Mapping(&Mappings)[N], uint32_t TooBigImm)
 
StringRef toString (uint32_t Value, const FeatureBitset &FeatureBits, bool &Valid) const
 
uint32_t fromString (StringRef Name, const FeatureBitset &FeatureBits, bool &Valid) const
 
bool validImm (uint32_t Value) const
 Many of the instructions allow an alternative assembly form consisting of a simple immediate. More...
 

Static Public Attributes

static const Mapping DBarrierMappings []
 

Additional Inherited Members

- Protected Attributes inherited from llvm::AArch64NamedImmMapper
const MappingMappings
 
size_t NumMappings
 
uint32_t TooBigImm
 

Detailed Description

Definition at line 367 of file AArch64BaseInfo.h.

Constructor & Destructor Documentation

AArch64DB::DBarrierMapper::DBarrierMapper ( )

Definition at line 85 of file AArch64BaseInfo.cpp.

Member Data Documentation

const AArch64NamedImmMapper::Mapping AArch64DB::DBarrierMapper::DBarrierMappings
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 368 of file AArch64BaseInfo.h.


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