Home
last modified time | relevance | path

Searched refs:SubIndices (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/MC/
DMCRegisterInfo.h253 const uint16_t *SubIndices, in InitMCRegisterInfo() argument
269 SubRegIndices = SubIndices; in InitMCRegisterInfo()
/external/llvm/lib/Target/R600/
DSIInstrInfo.cpp334 const int16_t *SubIndices; in copyPhysReg() local
366 SubIndices = Sub0_3; in copyPhysReg()
371 SubIndices = Sub0_7; in copyPhysReg()
376 SubIndices = Sub0_15; in copyPhysReg()
389 SubIndices = Sub0_1; in copyPhysReg()
394 SubIndices = Sub0_2; in copyPhysReg()
400 SubIndices = Sub0_3; in copyPhysReg()
406 SubIndices = Sub0_7; in copyPhysReg()
412 SubIndices = Sub0_15; in copyPhysReg()
418 while (unsigned SubIdx = *SubIndices++) { in copyPhysReg()
[all …]