Home
last modified time | relevance | path

Searched defs:getReg (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMachineLocation.h47 unsigned getReg() const { return Register; } in getReg() function
H A DMCInst.h69 unsigned getReg() const { in getReg() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.h45 Register getReg() const { return Reg; } in getReg() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h147 Register getReg() const { return getParent().reg(); } in getReg() function
H A DScheduleDAG.h218 unsigned getReg() const { in getReg() function
H A DMachineInstrBuilder.h94 Register getReg(unsigned Idx) const { return MI->getOperand(Idx).getReg(); } in getReg() function
H A DCallingConvLower.h77 static CCValAssign getReg(unsigned ValNo, MVT ValVT, in getReg() function
H A DMachineOperand.h359 Register getReg() const { in getReg() function
H A DMachineFrameInfo.h60 Register getReg() const { return Reg; } in getReg() function
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h361 Register getReg() const { in getReg() function
H A DGenericMachineInstrs.h32 Register getReg(unsigned Idx) const { return getOperand(Idx).getReg(); } in getReg() function
H A DMachineIRBuilder.h106 Register getReg() const { in getReg() function
178 Register getReg() const { in getReg() function
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp306 unsigned OptimizePICCall::getReg(ValueType Entry) { in getReg() function in OptimizePICCall
/llvm-project-15.0.7/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp149 unsigned getReg() const override { in getReg() function
/llvm-project-15.0.7/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp186 unsigned getReg() const override { in getReg() function in __anon37a612fe0111::MSP430Operand
/llvm-project-15.0.7/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp172 unsigned getReg() const override { in getReg() function in __anon1ba74a0a0111::LoongArchOperand
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp433 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } in getReg() function in libunwind::AbstractUnwindCursor
695 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg() function in libunwind::UnwindCursor
1315 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg() function in libunwind::UnwindCursor
/llvm-project-15.0.7/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp197 unsigned getReg() const override { in getReg() function in __anonc58108e20111::AVROperand
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DFastISelEmitter.cpp98 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; } in getReg() function in __anon7553c2e00311::OperandsSignature::OpKind
H A DCodeGenRegisters.cpp224 const CodeGenRegister *getReg() const { assert(isValid()); return *RegI; } in getReg() function in __anoncff4b8180111::RegUnitIterator
1289 CodeGenRegister *CodeGenRegBank::getReg(Record *Def) { in getReg() function in CodeGenRegBank
/llvm-project-15.0.7/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp304 unsigned M68kOperand::getReg() const { in getReg() function in M68kOperand
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp87 unsigned getReg() const { in getReg() function in __anon05a1f9dc0111::WebAssemblyFastISel::Address
/llvm-project-15.0.7/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp69 static unsigned getReg(const MCDisassembler *D, unsigned RC, unsigned RegNo) { in getReg() function
/llvm-project-15.0.7/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h170 unsigned getReg() const override { in getReg() function
/llvm-project-15.0.7/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp331 unsigned getReg() const override { in getReg() function in __anon07e578c20211::SparcOperand

12