Searched defs:SubIndices (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp70 const int16_t *SubIndices; local
107 SubIndices = Sub0_3;
112 SubIndices = Sub0_7;
117 SubIndices = Sub0_15;
130 SubIndices = Sub0_1;
135 SubIndices = Sub0_2;
141 SubIndices = Sub0_3;
147 SubIndices = Sub0_7;
153 SubIndices = Sub0_15;
159 while (unsigned SubIdx = *SubIndices
[all...]
/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h246 const uint16_t *SubIndices,
260 SubRegIndices = SubIndices;
239 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const uint16_t (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const char *Strings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument

Completed in 171 milliseconds