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/AMDGPU/
DSIInstrInfo.cpp363 ArrayRef<int16_t> SubIndices; in copyPhysReg() local
396 SubIndices = Sub0_3_64; in copyPhysReg()
401 SubIndices = Sub0_7_64; in copyPhysReg()
406 SubIndices = Sub0_15_64; in copyPhysReg()
419 SubIndices = Sub0_1; in copyPhysReg()
424 SubIndices = Sub0_2; in copyPhysReg()
430 SubIndices = Sub0_3; in copyPhysReg()
436 SubIndices = Sub0_7; in copyPhysReg()
442 SubIndices = Sub0_15; in copyPhysReg()
453 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
[all …]