Searched defs:getSubRegIndex (Results 1 - 3 of 3) sorted by relevance
/external/llvm/include/llvm/MC/ | ||
H A D | MCRegisterInfo.h | 348 unsigned getSubRegIndex(unsigned RegNo, unsigned SubRegNo) const; 483 unsigned getSubRegIndex() const { function in class:llvm::MCSubRegIndexIterator |
/external/llvm/utils/TableGen/ | ||
H A D | CodeGenRegisters.h | 168 CodeGenSubRegIndex *getSubRegIndex(const CodeGenRegister *Reg) const { function in struct:llvm::CodeGenRegister |
/external/llvm/lib/CodeGen/MIRParser/ | ||
H A D | MIParser.cpp | 214 unsigned getSubRegIndex(StringRef Name); 859 SubReg = getSubRegIndex(Name); 1814 unsigned MIParser::getSubRegIndex(StringRef Name) { function in class:MIParser |
Completed in 84 milliseconds