Searched refs:AArch64NamedImmMapper (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp21 StringRef AArch64NamedImmMapper::toString(uint32_t Value, uint64_t FeatureBits,
34 uint32_t AArch64NamedImmMapper::fromString(StringRef Name, uint64_t FeatureBits,
48 bool AArch64NamedImmMapper::validImm(uint32_t Value) const {
52 const AArch64NamedImmMapper::Mapping AArch64AT::ATMapper::ATMappings[] = {
68 : AArch64NamedImmMapper(ATMappings, 0) {}
70 const AArch64NamedImmMapper::Mapping AArch64DB::DBarrierMapper::DBarrierMappings[] = {
86 : AArch64NamedImmMapper(DBarrierMappings, 16u) {}
88 const AArch64NamedImmMapper::Mapping AArch64DC::DCMapper::DCMappings[] = {
100 : AArch64NamedImmMapper(DCMappings, 0) {}
102 const AArch64NamedImmMapper
[all...]
H A DAArch64BaseInfo.h279 struct AArch64NamedImmMapper { struct in namespace:llvm
298 AArch64NamedImmMapper(const Mapping (&Mappings)[N], uint32_t TooBigImm)
331 struct ATMapper : AArch64NamedImmMapper {
355 struct DBarrierMapper : AArch64NamedImmMapper {
375 struct DCMapper : AArch64NamedImmMapper {
392 struct ICMapper : AArch64NamedImmMapper {
408 struct ISBMapper : AArch64NamedImmMapper {
438 struct PRFMMapper : AArch64NamedImmMapper {
456 struct PStateMapper : AArch64NamedImmMapper {
1184 // Note that these do not inherit from AArch64NamedImmMapper
[all...]

Completed in 116 milliseconds