Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12096 int OffsetReg0 = in computeExtractCost() local
12104 int OffsetReg1 = OffsetReg0; in computeExtractCost()
12109 Indices.assign(1, OffsetReg0); in computeExtractCost()
12113 int Idx = I - OffsetReg0; in computeExtractCost()
12130 int RegId = ((I - OffsetReg0) / NumElts) * NumParts + in computeExtractCost()
12131 ((I - OffsetReg0) % NumElts) / EltsPerVector; in computeExtractCost()