Home
last modified time | relevance | path

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

/external/capstone/
DMCRegisterInfo.c35 const uint16_t *SubIndices, unsigned NumIndices, in MCRegisterInfo_InitMCRegisterInfo() argument
48 RI->SubRegIndices = SubIndices; in MCRegisterInfo_InitMCRegisterInfo()
DMCRegisterInfo.h104 const 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-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h355 const uint16_t *SubIndices, in InitMCRegisterInfo() argument
371 SubRegIndices = SubIndices; in InitMCRegisterInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp711 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RC, EltSize); in copyPhysReg() local
714 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in copyPhysReg()
717 SubIdx = SubIndices[Idx]; in copyPhysReg()
719 SubIdx = SubIndices[SubIndices.size() - Idx - 1]; in copyPhysReg()
735 bool UseKill = KillSrc && Idx == SubIndices.size() - 1; in copyPhysReg()
804 ArrayRef<int16_t> SubIndices = RI.getRegSplitParts(RegClass, EltSize); in materializeImmediate() local
805 for (unsigned Idx = 0; Idx < SubIndices.size(); ++Idx) { in materializeImmediate()
2220 const int16_t *SubIndices = Sub0_15; in insertSelect() local
2232 SubIndices = Sub0_15_64; in insertSelect()
2247 unsigned SubIdx = SubIndices[Idx]; in insertSelect()