Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegisterInfo.h355 const uint16_t *SubIndices, in InitMCRegisterInfo() argument
371 SubRegIndices = SubIndices; in InitMCRegisterInfo()
/third_party/skia/third_party/externals/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()