Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMInstPrinter.cpp874 auto TheReg =ARMSysReg::lookupMClassSysRegBy12bitSYSmValue(SYSm); in printMSRMaskOperand() local
886 auto TheReg = ARMSysReg::lookupMClassSysRegAPSRNonDeprecated(SYSm); in printMSRMaskOperand() local
893 auto TheReg = ARMSysReg::lookupMClassSysRegBy8bitSYSmValue(SYSm); in printMSRMaskOperand() local
948 auto TheReg = ARMBankedReg::lookupBankedRegByEncoding(Banked); in printBankedRegOperand() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp3609 const auto *TheReg = in tryReadRegister() local
3700 auto TheReg = AArch64SysReg::lookupSysRegByName(RegString->getString()); in tryWriteRegister() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp5406 auto TheReg = ARMBankedReg::lookupBankedRegByName(RegString.lower()); in getBankedRegisterMask() local
5429 auto TheReg = ARMSysReg::lookupMClassSysRegByName(Reg); in getMClassRegisterMask() local
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp5154 auto TheReg = ARMSysReg::lookupMClassSysRegByName(Mask.lower()); in parseMSRMaskOperand() local
5239 auto TheReg = ARMBankedReg::lookupBankedRegByName(RegName.lower()); in parseBankedRegOperand() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1023 unsigned TheReg = Regs[Reg++]; in AddInlineAsmOperands() local