Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMachineLocation.h47 unsigned getReg() const { return Register; } in getReg() function
HDMCInst.h64 unsigned getReg() const { in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMIRVRegNamerUtils.h42 Register getReg() const { return Reg; } in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDLiveRangeEdit.h155 unsigned getReg() const { return getParent().reg; } in getReg() function
HDScheduleDAG.h218 unsigned getReg() const { in getReg() function
HDCallingConvLower.h79 static CCValAssign getReg(unsigned ValNo, MVT ValVT, in getReg() function
HDMachineInstrBuilder.h85 Register getReg(unsigned Idx) const { return MI->getOperand(Idx).getReg(); } in getReg() function
HDMachineOperand.h358 Register getReg() const { in getReg() function
HDMachineFrameInfo.h61 unsigned getReg() const { return Reg; } in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDMachineIRBuilder.h100 Register getReg() const { in getReg() function
172 Register getReg() const { in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsOptimizePICCall.cpp307 unsigned OptimizePICCall::getReg(ValueType Entry) { in getReg() function in OptimizePICCall
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/AsmParser/
HDBPFAsmParser.cpp146 unsigned getReg() const override { in getReg() function
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
HDUnwindCursor.hpp418 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); } in getReg() function in libunwind::AbstractUnwindCursor
656 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg() function in libunwind::UnwindCursor
1197 unw_word_t UnwindCursor<A, R>::getReg(int regNum) { in getReg() function in libunwind::UnwindCursor
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
HDMSP430AsmParser.cpp183 unsigned getReg() const { in getReg() function in __anon4b1a9cc50111::MSP430Operand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/AsmParser/
HDAVRAsmParser.cpp190 unsigned getReg() const { in getReg() function in __anon241f89690111::AVROperand
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDFastISelEmitter.cpp98 static OpKind getReg() { OpKind K; K.Repr = OK_Reg; return K; } in getReg() function in __anonf336dd470311::OperandsSignature::OpKind
HDCodeGenRegisters.cpp226 const CodeGenRegister *getReg() const { assert(isValid()); return *RegI; } in getReg() function in __anon0a3b1f5f0111::RegUnitIterator
1226 CodeGenRegister *CodeGenRegBank::getReg(Record *Def) { in getReg() function in CodeGenRegBank
HDDAGISelMatcher.h865 const CodeGenRegister *getReg() const { return Reg; } in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
HDSparcAsmParser.cpp285 unsigned getReg() const override { in getReg() function in __anon9b4ee4c90211::SparcOperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmParser.cpp98 unsigned getReg() const override { in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDWebAssemblyFastISel.cpp80 unsigned getReg() const { in getReg() function in __anon0638e6c30111::WebAssemblyFastISel::Address
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86Operand.h160 unsigned getReg() const override { in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/Disassembler/
HDXCoreDisassembler.cpp69 static unsigned getReg(const void *D, unsigned RC, unsigned RegNo) { in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
HDLanaiAsmParser.cpp154 unsigned getReg() const override { in getReg() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/AsmParser/
HDPPCAsmParser.cpp281 unsigned getReg() const override { in getReg() function

12