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 101 /// getRegisterByName - If there is a register with the specific AsmName,
103 const CodeGenRegister *getRegisterByName(StringRef Name) const;
CodeGenTarget.cpp 172 /// getRegisterByName - If there is a register with the specific AsmName,
174 const CodeGenRegister *CodeGenTarget::getRegisterByName(StringRef Name) const {
AsmMatcherEmitter.cpp 813 if (const CodeGenRegister *Reg = Info.Target.getRegisterByName(RegName))
    [all...]

Completed in 16 milliseconds