Searched defs:ElVT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp82 EVT ElVT = VT.getVectorElementType(); local
84 EVT ResultVT = EVT::getVectorVT(*DAG.getContext(), ElVT,
92 unsigned ElemsPerChunk = vectorWidth / ElVT.getSizeInBits();
96 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits()) / vectorWidth)
141 EVT ElVT = VT.getVectorElementType(); local
145 unsigned ElemsPerChunk = vectorWidth/ElVT.getSizeInBits();
149 unsigned NormalizedIdxVal = (((IdxVal * ElVT.getSizeInBits())/vectorWidth)
4689 MVT ElVT = VecVT.getVectorElementType(); local
4691 unsigned NumElemsPerChunk = vecWidth / ElVT.getSizeInBits();
4704 MVT ElVT local
[all...]

Completed in 369 milliseconds