Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetInstrInfo.h345 struct RegSubRegPair { struct
348 RegSubRegPair(unsigned Reg = 0, unsigned SubReg = 0) argument
354 struct RegSubRegPairAndIdx : RegSubRegPair { argument
358 : RegSubRegPair(Reg, SubReg), SubIdx(SubIdx) {} in RegSubRegPair() function