Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/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 { in getReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMIRVRegNamerUtils.h45 Register getReg() const { return Reg; } in getReg() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DUtils.h389 Register getReg() const { getReg() function
H A DGenericMachineInstrs.h32 Register getReg(unsigned Idx) const { return getOperand(Idx).getReg(); } getReg() function
[all...]
H A DMachineIRBuilder.h108 Register getReg() const { getReg() function
180 Register getReg() const { getReg() function
/freebsd-src/contrib/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.h95 Register getReg(unsigned Idx) const { return MI->getOperand(Idx).getReg(); } getReg() function
H A DMachineOperand.h369 Register getReg() const { in getReg() function
H A DMachineFrameInfo.h61 Register getReg() const { return Reg; } in getReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsOptimizePICCall.cpp305 unsigned OptimizePICCall::getReg(ValueType Entry) { getReg() function in OptimizePICCall
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp151 MCRegister getReg() const override { in getReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp186 MCRegister getReg() const override { in getReg() function in __anon9e0397600111::MSP430Operand
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp247 unsigned getReg() const override { getReg() function
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp435 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } getReg() function in libunwind::AbstractUnwindCursor
707 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { getReg() function in libunwind::UnwindCursor
1349 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { getReg() function in libunwind::UnwindCursor
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp198 MCRegister getReg() const override { in getReg() function in __anon2e336bc40111::AVROperand
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp102 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; } getReg() function in __anon325e80020311::OperandsSignature::OpKind
H A DCodeGenRegisters.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp315 MCRegister M68kOperand::getReg() const { in getReg() function in M68kOperand
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp87 unsigned getReg() const { in getReg() function in __anon564f79fe0111::WebAssemblyFastISel::Address
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
H A DXCoreDisassembler.cpp69 static unsigned getReg(const MCDisassembler *D, unsigned RC, unsigned RegNo) { in getReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp154 MCRegister getReg() const override { in getReg() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp103 MCRegister getReg() const override { in getReg() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h74 unsigned getReg() const { in getReg() function

12