Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseRegisterInfo.cpp251 SmallVectorImpl<unsigned> &SubIndices, in canCombineSubRegIndices() argument
259 unsigned NumRegs = SubIndices.size(); in canCombineSubRegIndices()
263 SubIndices[0] == ARM::dsub_0 && in canCombineSubRegIndices()
264 SubIndices[1] == ARM::dsub_1 && in canCombineSubRegIndices()
265 SubIndices[2] == ARM::dsub_2 && in canCombineSubRegIndices()
266 SubIndices[3] == ARM::dsub_3 && in canCombineSubRegIndices()
267 SubIndices[4] == ARM::dsub_4 && in canCombineSubRegIndices()
268 SubIndices[5] == ARM::dsub_5 && in canCombineSubRegIndices()
269 SubIndices[6] == ARM::dsub_6 && in canCombineSubRegIndices()
270 SubIndices[7] == ARM::dsub_7); in canCombineSubRegIndices()
[all …]
DARMBaseRegisterInfo.h115 SmallVectorImpl<unsigned> &SubIndices,
/external/capstone/
DMCRegisterInfo.c35 uint16_t *SubIndices, unsigned NumIndices, in MCRegisterInfo_InitMCRegisterInfo() argument
48 RI->SubRegIndices = SubIndices; in MCRegisterInfo_InitMCRegisterInfo()
DMCRegisterInfo.h103 uint16_t *SubIndices,
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp392 ArrayRef<int16_t> SubIndices; in copyPhysReg() local
425 SubIndices = Sub0_3_64; in copyPhysReg()
430 SubIndices = Sub0_7_64; in copyPhysReg()
435 SubIndices = Sub0_15_64; in copyPhysReg()
448 SubIndices = Sub0_1; in copyPhysReg()
453 SubIndices = Sub0_2; in copyPhysReg()
459 SubIndices = Sub0_3; in copyPhysReg()
465 SubIndices = Sub0_7; in copyPhysReg()
471 SubIndices = Sub0_15; in copyPhysReg()
482 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCRegisterInfo.h254 const uint16_t *SubIndices, in InitMCRegisterInfo() argument
270 SubRegIndices = SubIndices; in InitMCRegisterInfo()
/external/llvm/include/llvm/MC/
DMCRegisterInfo.h254 const uint16_t *SubIndices, in InitMCRegisterInfo() argument
270 SubRegIndices = SubIndices; in InitMCRegisterInfo()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h397 SmallVectorImpl<unsigned> &SubIndices, in canCombineSubRegIndices() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp577 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local
580 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
583 SubIdx = SubIndices[Idx]; in copyPhysReg()
585 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()
595 bool UseKill = KillSrc && Idx == SubIndices.size() - 1; in copyPhysReg()
664 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize); in materializeImmediate() local
665 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in materializeImmediate()
1878 const int16_t *SubIndices = Sub0_15; in insertSelect() local
1885 SubIndices = Sub0_15_64; in insertSelect()
1901 unsigned SubIdx = SubIndices[Idx]; in insertSelect()