HomeSort by relevance Sort by last modified time
    Searched refs:getRegisterByName (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenTarget.h 115 /// getRegisterByName - If there is a register with the specific AsmName,
117 const CodeGenRegister *getRegisterByName(StringRef Name) const;
CodeGenTarget.cpp 214 /// getRegisterByName - If there is a register with the specific AsmName,
216 const CodeGenRegister *CodeGenTarget::getRegisterByName(StringRef Name) const {
AsmMatcherEmitter.cpp     [all...]

Completed in 188 milliseconds