Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h275 struct RegSubRegPair { struct
278 RegSubRegPair(unsigned Reg = 0, unsigned SubReg = 0) argument
284 struct RegSubRegPairAndIdx : RegSubRegPair { argument
288 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function