LLVM API Documentation

Public Member Functions | Static Public Attributes
llvm::AArch64PRFM::PRFMMapper Struct Reference

#include <AArch64BaseInfo.h>

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

List of all members.

Public Member Functions

 PRFMMapper ()

Static Public Attributes

static const Mapping PRFMPairs []

Detailed Description

Definition at line 426 of file AArch64BaseInfo.h.


Constructor & Destructor Documentation

Definition at line 137 of file AArch64BaseInfo.cpp.


Member Data Documentation

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 427 of file AArch64BaseInfo.h.


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