Home
last modified time | relevance | path

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

12

/llvm-project/llvm/include/llvm/MC/
H A DMachineLocation.h47 unsigned getReg() const { return Register; } in getReg() function
H A DMCInst.h69 unsigned getReg() const { getReg() function
/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.h45 Register getReg() const { return Reg; } in getReg() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h145 Register getReg() const { return getParent().reg(); } in getReg() function
H A DScheduleDAG.h218 unsigned getReg() const { in getReg() function
H A DMachineInstrBuilder.h96 Register getReg(unsigned Idx) const { return MI->getOperand(Idx).getReg(); } in getReg() function
H A DMachineOperand.h369 Register getReg() const { in getReg() function
H A DMachineFrameInfo.h61 Register getReg() const { return Reg; } in getReg() function
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h401 Register getReg() const { getReg() function
H A DGenericMachineInstrs.h38 Register getReg(unsigned Idx) const { return getOperand(Idx).getReg(); } in getReg() function
[all...]
H A DMachineIRBuilder.h111 Register getReg() const { getReg() function
183 Register getReg() const { getReg() function
/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp306 unsigned OptimizePICCall::getReg(ValueType Entry) { in getReg() function in OptimizePICCall
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTfrCleanup.cpp104 bool HexagonTfrCleanup::getReg(unsigned Reg, uint64_t &Val, getReg() function in HexagonTfrCleanup
[all...]
/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp151 MCRegister getReg() const override { getReg() function
/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp186 MCRegister getReg() const override { getReg() function in __anon0a319ea10111::MSP430Operand
/llvm-project/libunwind/src/
H A DUnwindCursor.hpp434 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } in getReg() function in libunwind::AbstractUnwindCursor
706 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg() function in libunwind::UnwindCursor
1348 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { getReg() function in libunwind::UnwindCursor
[all...]
/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp198 MCRegister getReg() const override { getReg() function in __anon6f0156450111::AVROperand
/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp100 static OpKind getReg() { in getReg() function in __anon9d8da9a30311::OperandsSignature::OpKind
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp261 MCRegister getReg() const override { getReg() function
/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp315 MCRegister M68kOperand::getReg() const { getReg() function in M68kOperand
[all...]
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp87 unsigned getReg() const { getReg() function in __anon23491d1f0111::WebAssemblyFastISel::Address
/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp69 static unsigned getReg(const MCDisassembler *D, unsigned RC, unsigned RegNo) { in getReg() function
/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp235 const CodeGenRegister *getReg() const { in getReg() function in __anon00249bb30111::RegUnitIterator
1344 CodeGenRegister *CodeGenRegBank::getReg(cons function in CodeGenRegBank
[all...]
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp103 MCRegister getReg() const override { getReg() function
/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h74 unsigned getReg() const { in getReg() function

12