Home
last modified time | relevance | path

Searched refs:SubIndices (Results 1 – 7 of 7) 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/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