Home
last modified time | relevance | path

Searched defs:RegSubRegPair (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DTailDuplicator.h58 typedef TargetInstrInfo::RegSubRegPair RegSubRegPair; typedef
/external/llvm/include/llvm/Target/
DTargetInstrInfo.h357 struct RegSubRegPair { struct
360 RegSubRegPair(unsigned Reg = 0, unsigned SubReg = 0) argument
366 struct RegSubRegPairAndIdx : RegSubRegPair { argument
370 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function