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

/external/llvm/include/llvm/MC/
H A DMCRegisterInfo.h253 const uint16_t *SubIndices,
269 SubRegIndices = SubIndices;
244 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const unsigned *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp363 ArrayRef<int16_t> SubIndices; local
396 SubIndices = Sub0_3_64;
401 SubIndices = Sub0_7_64;
406 SubIndices = Sub0_15_64;
419 SubIndices = Sub0_1;
424 SubIndices = Sub0_2;
430 SubIndices = Sub0_3;
436 SubIndices = Sub0_7;
442 SubIndices = Sub0_15;
453 for (unsigned Idx = 0; Idx < SubIndices
[all...]

Completed in 186 milliseconds