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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp387 unsigned NumElem = SrcVT.getVectorNumElements(); local
533 unsigned NumElem = StVT.getVectorNumElements(); local
586 unsigned NumElem = VT.getVectorNumElements(); local
H A DLegalizeIntegerTypes.cpp2955 unsigned NumElem = N->getOperand(0).getValueType().getVectorNumElements(); local
3017 unsigned NumElem = Incoming->getValueType(0).getVectorNumElements(); local
H A DDAGCombiner.cpp5385 unsigned NumElem = VecTy.getVectorNumElements(); local
8065 unsigned NumElem = UseVector ? LastLegalVectorType : LastLegalType; local
8251 unsigned NumElem = std::min(LastConsecutiveStore, LastConsecutiveLoad) + 1; local
8627 int NumElem = VT.getVectorNumElements(); local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp572 unsigned NumElem = cast<VectorType>(Val0->getType())->getNumElements(); local
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h821 unsigned NumElem = cast<VectorType>(Ptr->getType())->getNumElements(); local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp2275 unsigned NumElem = cast<VectorType>(VArgType)->getNumElements(); local

Completed in 214 milliseconds