Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCRegisterInfo.h276 const uint16_t *SubIndices, unsigned NumIndices, in InitMCRegisterInfo() argument
291 SubRegIndices = SubIndices; in InitMCRegisterInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp1097 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local
1104 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
1107 SubIdx = SubIndices[Idx]; in copyPhysReg()
1109 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()
1115 bool UseKill = CanKillSuperReg && Idx == SubIndices.size() - 1; in copyPhysReg()
1212 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize); in materializeImmediate() local
1213 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in materializeImmediate()
1217 get(Opcode), RI.getSubReg(DestReg, SubIndices[Idx])); in materializeImmediate()
3269 const int16_t *SubIndices = Sub0_15; in insertSelect() local
3281 SubIndices = Sub0_15_64; in insertSelect()
[all …]