Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp4810 int NumEltDoneInCurrXMM = NumEltDone() % NumEltPerXMM; in getMemoryOpCost() local
4811 assert(NumEltDoneInCurrXMM % CurrNumEltPerOp == 0 && ""); in getMemoryOpCost()
4812 int CoalescedVecEltIdx = NumEltDoneInCurrXMM / CurrNumEltPerOp; in getMemoryOpCost()