Searched defs:getRegister (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCWin64EH.h59 unsigned getRegister() const { return Register; } function in class:llvm::MCWin64EHInstruction
H A DMCRegisterInfo.h67 /// getRegister - Return the specified register in the class.
69 unsigned getRegister(unsigned i) const { function in class:llvm::MCRegisterClass
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h305 Record *getRegister() const { assert(isReg()); return R; } function in struct:llvm::CodeGenInstAlias::ResultOperand
/external/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h73 /// getRegister - Return the specified register in the class.
75 unsigned getRegister(unsigned i) const { function in class:llvm::TargetRegisterClass
76 return MC->getRegister(i);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1358 SDValue SelectionDAG::getRegister(unsigned RegNo, EVT VT) { function in class:SelectionDAG

Completed in 131 milliseconds