Synopsis
Declared in <llvm/TargetParser/RISCVISAInfo.h>
class RISCVISAInfo;
Member Functions
Name |
Description |
|
Copy constructor |
|
Copy assignment operator |
Convert RISC‐V ISA info to a feature vector. |
|
Static Member Functions
Name |
Description |
Return the group id and bit position of __riscv_feature_bits. Returns <‐1, ‐1> if not supported. |
|
Parse RISC‐V ISA info from arch string. If IgnoreUnknown is set, any unrecognised extension names or extensions with unrecognised versions will be silently dropped, except for the special case of the base 'i' and 'e' extensions, where the default version will be used (as ignoring the base is not possible). |
|
Parse RISC‐V ISA info from feature vector. |
|
Parse RISC‐V ISA info from an arch string that is already in normalized form (as defined in the psABI). Unlike parseArchString, this function will not error for unrecognized extension names or extension versions. |
|
Static Data Members
Name |
Created with MrDocs