Home
last modified time | relevance | path

Searched refs:NewSubIdx (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseRegisterInfo.cpp252 unsigned &NewSubIdx) const { in canCombineSubRegIndices()
258 NewSubIdx = 0; // Whole register. in canCombineSubRegIndices()
285 NewSubIdx = ARM::qqsub_0; in canCombineSubRegIndices()
294 NewSubIdx = ARM::qqsub_1; in canCombineSubRegIndices()
304 NewSubIdx = ARM::qsub_0; in canCombineSubRegIndices()
313 NewSubIdx = ARM::qqsub_0; in canCombineSubRegIndices()
319 NewSubIdx = ARM::qqsub_1; in canCombineSubRegIndices()
326 NewSubIdx = ARM::qsub_0; in canCombineSubRegIndices()
332 NewSubIdx = ARM::qsub_1; in canCombineSubRegIndices()
338 NewSubIdx = ARM::qsub_2; in canCombineSubRegIndices()
[all …]
DARMBaseRegisterInfo.h116 unsigned &NewSubIdx) const;
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetRegisterInfo.h398 unsigned &NewSubIdx) const { in canCombineSubRegIndices() argument