Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp729 InstInfo::RegIndices InstInfo::getRegIndices( in getRegIndices()
735 InstInfo::RegIndices RegIndices; in getRegIndices() local
737 RegIndices[DST] = GetRegIdx(CompIdx, Comp.getIndexOfDstInMCOperands()); in getRegIndices()
741 RegIndices[CompOprIdx] = in getRegIndices()
746 return RegIndices; in getRegIndices()
H A DAMDGPUBaseInfo.h808 using RegIndices = std::array<unsigned, Component::MAX_OPR_NUM>;
841 RegIndices
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp8487 DenseSet<int> RegIndices; in computeExtractCost() local
8500 RegIndices.insert(RegId); in computeExtractCost()
8501 if (RegIndices.size() > 2) in computeExtractCost()
8503 if (RegIndices.size() == 2) { in computeExtractCost()