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

/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp298 const AArch64NamedImmMapper::Mapping AArch64SysReg::SysRegMapper::SysRegMappings[] = { member in class:AArch64SysReg::SysRegMapper
842 for (unsigned i = 0; i < array_lengthof(SysRegMappings); ++i) {
843 if (SysRegMappings[i].isNameEqual(NameLower, FeatureBits)) {
845 return SysRegMappings[i].Value;
884 for (unsigned i = 0; i < array_lengthof(SysRegMappings); ++i) {
885 if (SysRegMappings[i].isValueEqual(Bits, FeatureBits)) {
886 return SysRegMappings[i].Name;
H A DAArch64BaseInfo.h1241 static const AArch64NamedImmMapper::Mapping SysRegMappings[]; member in struct:llvm::AArch64SysReg::SysRegMapper

Completed in 140 milliseconds