Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h284 const uint16_t *SubIndices, unsigned NumIndices, in InitMCRegisterInfo() argument
298 SubRegIndices = SubIndices; in InitMCRegisterInfo()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1114 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local
1121 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
1124 SubIdx = SubIndices[Idx]; in copyPhysReg()
1126 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()
1132 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg()
3381 const int16_t *SubIndices = Sub0_15; in insertSelect() local
3393 SubIndices = Sub0_15_64; in insertSelect()
3408 unsigned SubIdx = SubIndices[Idx]; in insertSelect()