Home
last modified time | relevance | path

Searched defs:TheReg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp920 auto TheReg =ARMSysReg::lookupMClassSysRegBy12bitSYSmValue(SYSm); in printMSRMaskOperand() local
932 auto TheReg = ARMSysReg::lookupMClassSysRegAPSRNonDeprecated(SYSm); in printMSRMaskOperand() local
939 auto TheReg = ARMSysReg::lookupMClassSysRegBy8bitSYSmValue(SYSm); in printMSRMaskOperand() local
994 auto TheReg = ARMBankedReg::lookupBankedRegByEncoding(Banked); in printBankedRegOperand() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5399 auto TheReg = ARMBankedReg::lookupBankedRegByName(RegString.lower()); in getBankedRegisterMask() local
5422 auto TheReg = ARMSysReg::lookupMClassSysRegByName(Reg); in getMClassRegisterMask() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3964 const auto *TheReg = in tryReadRegister() local
4055 auto TheReg = AArch64SysReg::lookupSysRegByName(RegString->getString()); in tryWriteRegister() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5238 auto TheReg = ARMSysReg::lookupMClassSysRegByName(Mask.lower()); in parseMSRMaskOperand() local
5326 auto TheReg = ARMBankedReg::lookupBankedRegByName(RegName.lower()); in parseBankedRegOperand() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1067 unsigned TheReg = Regs[Reg++]; in AddInlineAsmOperands() local