Lines Matching defs:TheReg
3964 const auto *TheReg =
3966 if (TheReg && TheReg->Readable &&
3967 TheReg->haveFeatures(Subtarget->getFeatureBits()))
3968 Imm = TheReg->Encoding;
4055 auto TheReg = AArch64SysReg::lookupSysRegByName(RegString->getString());
4056 if (TheReg && TheReg->Writeable &&
4057 TheReg->haveFeatures(Subtarget->getFeatureBits()))
4058 Imm = TheReg->Encoding;